Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SetAll and DynamicBackColor problem
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01052066
Message ID:
01052077
Views:
19
This message has been marked as a message which has helped to the initial question of the thread.
It's overkill to call SetAll() in the AfterRowColChange event. It should be done only once in the Init of the grid.

>I am trying to get this to work. The syntax works in another form, but on this one I keep getting the message "Expression is invalid. Use a valid expression for DYNAMICBACKCOLOR property." The strange this is that if I step through it, I don't get the message, only when it just runs. This code is in the AfterRowColChange event. vSbvPromoDestinations is a view, if that makes a difference. I am trying this because I have a few grids on the form, on one tab I have two grids, the lower being dependent on the upper. When swithcing between them, when I move the record pointer on the upper grid, the view controlling the other grid is requeried and the grid refreshed, but the record marker doesn't move. So I thought I'd get rid of it and use this.
>
>
>WITH This
>	.Tag = STR(RECNO('vSbvPromoDestinations'))
>
>	.SetAll("DynamicBackColor", "IIF(RECNO('vSbvPromoDestinations') = VAL(ALLTRIM(.Tag)), ;
>		RGB(255,255,128), RGB(255,255,255))", "Column")
>
>	.Refresh()
>*.colAirportCode.DynamicBackColor = RGB(0,128,255)
>ENDWITH
>
>
>Please help, it's driving me nuts!
>
>Thanks,
>Dana
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform