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:
01176485
Views:
11
Thank Martin,

http://cjoint.com/data/mll7fVBPaL.htm

In cspinner interactiveChange()
Nothing in ctrlsource Property.
THIS.PARENT.cgrid1.nlockcolumn = THIS.VALUE
THIS.PARENT.cgrid1.leftpanel()
bernhart



>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform