Search found 29 matches

by trather
Sun Sep 18, 2011 3:19 pm
Forum: Announcement
Topic: DroopyLib
Replies: 186
Views: 120002

Re: DroopyLib

I am running PB 4.51 64bit and I love your lib. I was running the older verison and there were something that were not working so I finaly upgraded to the latest version but now when ever use any of the lib functions I get the following error:


Linker error:
POLINK:fatal error:Corrupt Library ...
by trather
Tue Jun 23, 2009 10:19 pm
Forum: Coding Questions
Topic: SortStructuredArray Problems
Replies: 14
Views: 2442

Thank You all

Thank you.
I got it. I changed the loop to go from 1 to 1000 and then I put in a an if statment that if the name$ was blank to no write it to the file. I thought that the empty would be at the end of the file but they are null so they are at the top of the array.

That is why even when I nulled the ...
by trather
Tue Jun 23, 2009 6:08 pm
Forum: Coding Questions
Topic: SortStructuredArray Problems
Replies: 14
Views: 2442

Full Code

Here is the full list of code with the procedures.



Global Counter.l

Structure EmailData
FullName.s
Eid.s
Size.s
E_Server.s
Marsha.s
Domain.s
Dept.s
EndStructure

Global Dim Exchange.EmailData(1000)


Procedure Get_Data(MailBoxFile.s)
Master_Marsha.s = "XXXX1"
OpenFile(1,MailBoxFile ...
by trather
Mon Jun 22, 2009 8:08 pm
Forum: Coding Questions
Topic: SortStructuredArray Problems
Replies: 14
Views: 2442

Upgraded

I have upgraded to PB 4.31 and I still can't sort this structure. There are only about 330 item used at this time but the size may grow to about 800 in the end. So I have 1000 set as the limit for right now.
by trather
Mon Jun 22, 2009 1:46 am
Forum: Coding Questions
Topic: SortStructuredArray Problems
Replies: 14
Views: 2442

Blank

I thought that it might be something like that so I took the data and wrote it to a file and the array was really gone. There was nothing but the counters that I put in just to make sure that it was writing data to the file.

Also I have tried to set the whole structure to null and that also didn't ...
by trather
Sun Jun 21, 2009 11:41 pm
Forum: Coding Questions
Topic: SortStructuredArray Problems
Replies: 14
Views: 2442

SortStructuredArray Problems

I very much like and use PB for a number of small applications to make things easier but I am having problems with the following code. I can load the array and get the data out of the array fine but when I go to sort it I get nothing out. The data is wiped from the array.


Structure EmailData ...
by trather
Tue Feb 03, 2009 3:34 am
Forum: Windows
Topic: Droopy Help files
Replies: 6
Views: 2758

That was it

Thank You. That was the first time that I have ran into that problem.
by trather
Mon Feb 02, 2009 6:20 am
Forum: Windows
Topic: Droopy Help files
Replies: 6
Views: 2758

Droopy Help files

I am haveing trouble viewing the newer help files for the Droopy lib. I have downloaded the 1.31.15 for windows X86 but when I open the help file I get a messessage can "Navigation to webpage was canceled" Try retype the address.
I am trying to see the changes becasue I am having some problems now ...
by trather
Wed Mar 12, 2008 12:44 am
Forum: Coding Questions
Topic: Administrator Group
Replies: 0
Views: 774

Administrator Group

I am trying to find out if there is a way in PB to code so that if a person is a member of a group that is in the local administrator group that it will show up. I have tired a number of different things. I have even tried the Droopy Lib. Everytime When I login to the domain with my NT ID and I am a ...
by trather
Sat Mar 08, 2008 11:31 pm
Forum: Announcement
Topic: Droopy's Lib 1.31.12 (PB4.20)
Replies: 75
Views: 28280

Help File

I got the Lib to work just great. When I go and replace the Help file I have a problem. I go to open the help file and I get the information in the left pane but in the right where the example would be there is a message Navigation to the webpage was canceled. What can I do to fix this.
by trather
Tue Feb 12, 2008 4:07 am
Forum: Coding Questions
Topic: API Copy problem
Replies: 6
Views: 1404

Thank you. I was not aware of the double Null that was needed.
by trather
Sun Feb 10, 2008 8:41 pm
Forum: Coding Questions
Topic: API Copy problem
Replies: 6
Views: 1404

API Copy problem

I am having trouble understanding why this code keeps failing. It is a simple copy command using the windows API function. I like to use it because is as the progress bar and icon all in one. Here is the code. I can get it to work if I code the file path my self. You will see that it is remarked out ...
by trather
Wed Feb 14, 2007 12:55 pm
Forum: Coding Questions
Topic: API Copy problem
Replies: 2
Views: 1070

code change

call line should read like this.

Code: Select all

 result.l = C_To_Dir("C:\test4\test.exe","C:\test\testagain.exe")
by trather
Wed Feb 14, 2007 6:53 am
Forum: Coding Questions
Topic: API Copy problem
Replies: 2
Views: 1070

API Copy problem

I don't understand what is happening. Have have this API code that I have used in the past. Now when I use PB 4.02 and try to use it sometimes it works other times it comes back and says that it can't find the file name. I have no idea what is wrong. Can someone take a look at the code and see if ...
by trather
Thu Jan 05, 2006 12:00 am
Forum: Windows
Topic: Directory Size
Replies: 20
Views: 7263

That works great. That is what I was looking for. Sorry it took me so long to get back to you but life got in the way of programing. 8)