Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Y2K fix for Fox 2.x?
Message
 
À
13/11/1998 15:20:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00157526
Message ID:
00157595
Vues:
20
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform