Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
EVALUATE('THISFORM.lAccessed3 = .T.') not working????
Message
De
18/10/1999 19:50:36
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
EVALUATE('THISFORM.lAccessed3 = .T.') not working????
Divers
Thread ID:
00277939
Message ID:
00277939
Vues:
56
Hi All.

Actually, this is what I'm trying to do.

m = ALLTRIM('lAccessed' + '3')
*need to do this becuase the '3' changes depending on what the form number it's executed from (in this case it's form #3).

m = 'THISFORM.' + m + ' = .T.'

?m .... && shows THISFORM.lAccessed3 = .T.

EVALUATE('m') does not change the lAccess3 to .T.

What am I missing? It works for procedures and functions;
i.e. if m equaled THISFORM.DoChanges(3).

As always, thank you for your help.

Mal
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform