Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object name as a property value
Message
From
08/06/2002 12:49:00
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
08/06/2002 12:33:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00666310
Message ID:
00666313
Views:
15
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform