Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing field name in dynamicbackcolor
Message
From
01/05/2000 21:35:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Passing field name in dynamicbackcolor
Miscellaneous
Thread ID:
00364954
Message ID:
00364954
Views:
55
Hi all-

I would like to set the DynamicBackColor property based on the name, not contents of a field. This passes the field contents (not the field name):
(thanks to Cetin Basocz)

for each oColumn in this.Columns
oColumn.DynamicBackColor=;
"thisform.mySetColor"+oColumn.ControlSource+")"
endfor

I have tried lots of combinations of quotes etc to attempt to pass the controlsource's field name to thisform.mySetColor, with no success. Any ideas?

Carlie
Next
Reply
Map
View

Click here to load this message in the networking platform