Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ASelObj() and setting =
Message
De
26/10/2001 12:00:17
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00573695
Message ID:
00573707
Vues:
20
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform