Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Container in a grid
Message
 
To
17/04/2001 13:51:03
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00496243
Message ID:
00496270
Views:
10
Hi ther .
I would like to make a sugestion.

Someone on UT told me about this and also it's on the UT Documents.
Sorry I dont remember it but I do remember the techenique.

Set the grid column's DynamicBackColor property to soemthing like this
=(thisform.MyFunction())

ThisForm.Myfunction >>>

If empty(Tablename.MemoField)
thisform.TheGrid.TheColumn.TheContainer.TheCommandButton.ForeColor = RGB(0,0,0)
else
thisform.TheGrid.TheColumn.TheContainer.TheCommandButton.ForeColor = RGB(255,0,0)
Endi

Hope it helps ..
Regards
Hiten K M

( The best and the worst are yet to come .. keep coding ! )

My Resume >>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform