Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EVALUATE('THISFORM.lAccessed3 = .T.') not working????
Message
From
18/10/1999 19:50:36
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
EVALUATE('THISFORM.lAccessed3 = .T.') not working????
Miscellaneous
Thread ID:
00277939
Message ID:
00277939
Views:
58
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
Next
Reply
Map
View

Click here to load this message in the networking platform