Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASelObj() and setting =
Message
From
26/10/2001 12:00:17
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00573695
Message ID:
00573707
Views:
21
This message has been marked as the solution to the initial question of the thread.
>Why doesn't this work when .cVersion is [='123'] (what is between the [] is what was entered in the prop sheet):
>
>MODIFY CLASS mmApplicationObject OF d:\dev\apps\mm\libs\aapp.vcx nowait
>? aSelObj( laObjs )
>? laObjs(1).cVersion
>laObjs(1).cVersion = 'abc'
>? laObjs(1).cVersion
>
>but it does work if I change .cVersion to [123] !!!
>
>btw - why the @#$@ can't I post double quotes here???!!!

laObjs(1).cVersion = ['123']


Carl,
It's an expression. Instead use :
laObjs(1).WriteExpression('cVersion', [='123'])
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