Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Controlsource with object value
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01176447
Message ID:
01176449
Views:
9
This message has been marked as a message which has helped to the initial question of the thread.
Hi Bernhart,

Class COLUMN has property VALUE?

No,hasn't it.

GRID has property VALUE. Or you can use this:
PROCEDURE GetColumValue(loGrid,lcColumnName)
LOCAL loColumn
IF !PEMSTATUS(loGrid,lcColumnName,5)
   RETURN .NULL.
ENDIF
loColumn=EVAL("loGrid."+lcColumnName)
RETURN EVAL("loColumn.ControlSource")
spinner, ControlSource= GetColumValue(This.Parent.cGrid1,"nlockcolumn")

MartiJ

>Hi all,
>
>When i try to connect a controlsource with a object value i have a error.
>
>http://cjoint.com/data/mljpxvifZx.htm
>
>What can i do ?
>
>bernhart
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform