Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object name as a property value
Message
De
08/06/2002 12:49:00
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
08/06/2002 12:33:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00666310
Message ID:
00666313
Vues:
14
>If cshipto is property of the form and CommandStr is some variable, try this:
>
>CommandStr = ThisForm.cshipto + '.Value'
>&CommandStr

Ooops.

thisform.cshipto = this.parent.cboCustNo

*....
CommandStr = ThisForm.cshipto + '.Value'
Is there an operator overloading that supports this ?

Or :
thisform.cshipto = "this.parent.cboCustNo"
*....
*Some object that's not member of cboCustNo parent
CommandStr = ThisForm.cshipto + '.Value'
&CommandStr

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform