Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I create a new VCX of subclasses programatically
Message
From
01/10/1998 16:27:51
 
 
To
01/10/1998 16:25:56
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00142974
Message ID:
00143005
Views:
24
>Fred ----
>
>*** SUBCLASS.PRG
>LPARMS cOldClass,cOldClassLib,cNewClass,cNewClassLib
>CREATE CLASS &NewClass OF &cNewClassLib AS &cOldClass FROM &cOldClassLib NOWAIT
>RETURN
>
>From the Command Window, type =Subclass("oldclass","oldlib","newclass","newlib")
>The NOWAIT option on create class will work in code.
>
>
Yes, but it STILL pops up the ClassDesigner. It just doesn't wait before executing the next line of code...
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform