Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SetAll and DynamicBackColor problem
Message
 
To
22/09/2005 13:22:35
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:
01052074
Views:
8
I would think that it should not be an issue, since the code is within the
WITH This
...
ENDWITH
structure, but I'll check that out.

Dana
>>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
>
>My guess is the missing "this"
>WITH This
>	.Tag = STR(RECNO('vSbvPromoDestinations'))
>
>	.SetAll("DynamicBackColor", "IIF(RECNO('vSbvPromoDestinations') = VAL(ALLTRIM(this.Tag)), ;
>		RGB(255,255,128), RGB(255,255,255))", "Column")
>
>	.Refresh()
>*.colAirportCode.DynamicBackColor = RGB(0,128,255)
>ENDWITH
Where's the damned Any Key?...too late
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform