Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getfile and putfile API-based replacement (non-ocx)?
Message
 
 
To
22/02/2006 09:37:19
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01097713
Message ID:
01098361
Views:
18
There're a few other bugs in the class mentioned in the thread I pointed you to.

>It looks like a very basic error in the _system.AddFilter method (when the "list of Filters" was forced to cleared to nil...) prevented my code to work fine.
>
>Here is the correction (for what it's worth):
>
>IF EMPTY(THIS.aFilterList)
> nNewRow = 1
>ELSE
> nNewRow = ALEN(THIS.aFilterList,1) + 1
>ENDIF
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform