Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dialog like MODIFY CLASS
Message
De
13/09/2002 08:24:38
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
13/09/2002 08:16:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00700087
Message ID:
00700119
Vues:
11
>>>I´m trying not to rediscover the wheel, even in VFP we need to invent sometime. ;-D
>>>
>>>I have a new question, for your code, I think the answer is not.
>>>
>>>Any command or function for know the class into a classlib, some like AMEMERS() or AFIELDS()?
>>>
>>>José Luis.
>>
>>Oh my, heads up. Code I sent was listing properties of a specific class :)
>>
>>
lcClassFile = GetFile('VCX')
>>if !empty(lcClassFile)
>>Select PADR(ObjName,100) as ClassNAme  ;
>> FROM (lcClassFile) ;
>> WHERE LOWER(Reserved1) == 'class'
>>
Cetin
>
>See AVCXCLASSES(ArrayName, cLibraryName) in VFP7 Help, and the Tamar answer in 700110 message.
>
>Thanks.
>José Luis.

Oh nice :)
You see there are ones like me who likes to reinvent the wheel. I won't throw the code away since the relevant form should support older versions too :)
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
Répondre
Fil
Voir

Click here to load this message in the networking platform