Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array of non-default properties
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00572626
Message ID:
00572639
Vues:
23
Yes, the flag parameter was added in VFP 7 (I believe in this case it should be C - Changed Properties, rather than U - User-Defined (Extrinsic) properties, methods, or events.)

You still can get an array of properties with AMEMBERS() and then go through it with PEMSTATUS() in VFP 6.



>Keith,
>
>Is it for VFP7? :(( I'm still using VFP6 :(... I guess, I have to go long road, as Nick suggested :(
>
>>Nadya,
>>
>>
>>=AMEMBERS(laArray,object,1,'U')
>>
>>
>>- Keith
>>
>>>Hi everybody,
>>>
>>>I'm trying to create a simple "convert" program, which would convert all base classes to my own classes. There are two approaches here:
>>>1) Create this program as direct operations on VCX file as a table (probably the simplest way)
>>>
>>>2) Copy each control in design-time and copy all non-default properties to them. I'm trying to proceed in this direction, but I could not find function, which would create an array of all non-default properties (I'm not trying to re-create methods, it would be too complicated)...
>>>
>>>How can I create an array of all non-default properties for the object?
>>>
>>>Thanks in advance.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform