Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Controlsource with object value
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01176447
Message ID:
01176485
Vues:
12
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform