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:
01176449
Vues:
10
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform