Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disabling grid cell
Message
From
23/09/1999 16:55:57
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00267849
Message ID:
00268245
Views:
28
Hi John,

>THISFORM.Grid1.Column1.DynamicCurrentControl = "Text2"
>generates an error "Express is invalid...". What gives?

It should be :DCC = '"Text2"'

for the same reason the IIF() needs quotes. Did you try:
THISFORM.Grid1.Column1.DynamicCurrentControl = "IIF(RECNO('cTable')=2,'Text1','Text2')"
?
Previous
Reply
Map
View

Click here to load this message in the networking platform