Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conditionally hiding/showing checkbox in grid column...
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01010575
Message ID:
01010600
Views:
19
Hmmm... cant get the "txtplaceholder" textbox to show. Sparse is false on that column. Coloring works though. Am wondering if the control source being a logical is an issue.
.grid1.column3.SetAll("DynamicCurrentControl","IIF( assetfotos.lAsset,'txtplaceholder','check1')","Column")
.grid1.setall("DynamicBackColor","IIF( assetfotos.lAsset, RGB(250,253,193), RGB(255,255,255) )","Column")
.grid1.refresh()
.refresh() 			&& for the image control
>i thought about that but didnt persue it. i guess another textbox whose VISIBLE = false.... thanks for the tip.
>
>
>>Chris,
>>
>>Add another control into the column (something like a shape or image) and use the DynamicCurrentControl.
>>
>>HTH,
>>Chad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform