Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Y2K fix for Fox 2.x?
Message
 
To
13/11/1998 15:20:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00157526
Message ID:
00157595
Views:
19
Hi Bill,

>The solution that Christof Lange developed for Fox 2.x (See March 98 Advisor) uses the ObjVar()function. ObjVar()came out in 2.6 according to Hacker's guide. I'm using Fox 2.0 and wonder if there is a workaround for getting a GET object's variable name, knowing the GET number.

If you only use memory variables in your GETs, you can replace that line with:

lcVar = "M." + VarRead()

Otherwise you might have to use another public variable and set in the WHEN of each GET. It requires some more work, but is certainly doable. I'm not sure whether I used more functions that are not available in FP 2.0 or if it has the same bugs as FP 2.6.


Christof
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform