Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Custom Object not 'seen' by vcx Form
Message
De
21/10/2002 17:51:01
Donald Lowrey
Data Technology Corporation
Las Vegas, Nevada, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00713612
Message ID:
00713686
Vues:
18
Sergey !

That did it, Thanks. The actual code was:
**
LOCAL oGrdMoverCfg
oGrdMoverCfg = ''
DODEFAULT(@oGrdMoverCfg)
xx = NEWOBJECT("frmengridmover", "encustom.vcx", "", oGrdMoverCfg)
xx.Show()

The dodefault calls method code in a custom object, and instance of which was dropped onto the scx form. As it turned out, I had to add the "@" to get an object reference returned. Once there, your syntax worked perfectly.

Thanks
Don Lowrey
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform