Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form won't release
Message
From
21/04/1999 13:56:47
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00210262
Message ID:
00210651
Views:
46
Thanks David, I will try that. Is this thing (bug?) about PEMSTATUS in the menu documented somewhere in a KB?

>My utility isn't going to find PEMSTATUS induced dangling object references, these are completely internal to VFP itself. You may have to switch to using UDF calls in the menu SKIP FOR. The UDF must bring each call to PEMSTATUS to it's own memvar and then and/or those memvars:
>
>use:
>
>l1 = pemstatus( ... )
>l2 = pemstatus( ... )
>return l1 and l2
>
>instead of doing as an expression:
>pemstatus( ... ) and pemstatus( ... )
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform