Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid display conflict: highlighted row vs NullDisplay
Message
From
18/12/2008 18:48:27
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01368679
Message ID:
01368709
Views:
8
I do like this. For BOLD and backcolors / forecolors
This code can go in the page activate or grid Afterrowcol event

for i = 1 to thisform.pageframe1.page1.Grid1.ColumnCount
xcol = "column"+allt(str(i))+'.'
thisform.pageframe1.page1.grid1.&xcol.DynamicFontBold = ;
'IIF(mark="Y", .t., .f.)'
endfor

thisform.pageframe1.Page1.Grid1.column1.dynamicbackcolor = 'iif(mark="Y",rgb(0,255,255),rgb(255,255,255))'
Hope this helps. Not positive I understand all your needs.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform