Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dialog like MODIFY CLASS
Message
From
13/09/2002 07:51:45
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
13/09/2002 07:36:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00700087
Message ID:
00700106
Views:
11
This message has been marked as a message which has helped to the initial question of the thread.
>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
Ç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