Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic Changes In Grid
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01062680
Message ID:
01062686
Views:
13
I tried this code in the Grid's Init. No effect
This.Columns[4].DynamicForeColor = IIF(WorkTable.Scanned OR WorkTable.Status = "R",
"RGB(0,0,255)", "RGB(0,0,0)")
This.Columns[4].DynamicFontUnderLine = WorkTable.Scanned OR WorkTable.Status = "R"
>>I want to create the apperance of a hyperlink in a grid column.
>>
>>If a value in the table is True, I want the textbox to appear as a hyperlink,
>>otherwise, I want it to appear blank.
>>
>>This has to be done on a record by record basis.
>>
>
>DynamicFontUnderline ?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform