Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subclassing without class editor coming up
Message
From
05/07/2004 09:01:54
 
 
To
04/07/2004 22:22:41
Randy Riegel
Zimish Contracting
Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00920647
Message ID:
00920700
Views:
26
>how can I subclass an item without the class editing screen coming up? I do the command:
>
>
>CREATE CLASS new_checkbox OF new_base as my_checkbox FROM my_base nowait
>

>
>Any ideas? I have used the "subclass_it.prg" program in downloads and it does the same thing. I'm using VFP8.

If you want to put classes in a VCX, I don't know a way to prevent it, but you can set things up so that the Class Designer closes immediately.
KEYBOARD "{CTRL+F4}Y"
CREATE CLASS new_checkbox OF new_base as my_checkbox FROM my_base 
Note that I removed the NOWAIT. You need a wait state for the keyboard characters to take effect.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform