Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Subclassing without class editor coming up
Message
De
05/07/2004 09:01:54
 
 
À
04/07/2004 22:22:41
Randy Riegel
Zimish Contracting
Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00920647
Message ID:
00920700
Vues:
28
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform