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

>THISFORM.Grid1.Column1.DynamicCurrentControl = IIF(RECNO('cTable')=2,"Text1","Text2")

Since the iif sould be stored in the property (it needs to be available for every row) put the the whole right side of the = in qoutes, other wise you are just storing the result of the iff in the properties. Also, the results should be colors, most likely in the form of RGB(0,0,255)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform