Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Createobject() & runtime vfp7.0 & SDT5.1j
Message
De
23/11/2001 03:59:34
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Stonefield
Titre:
Createobject() & runtime vfp7.0 & SDT5.1j
Divers
Thread ID:
00585065
Message ID:
00585065
Vues:
44
Hi, all

is it bugs into SDT 5.1j or no?

1. if create exe and run this exe with use vfp7.0 runtime oMeta can not be created

2. if use vfp7.exe then all ok

codes:
set classlib to dbcxmgr additive && SDT 5.1j
*ometa = createobject('DBCXMGR')
ometa = newobject('DBCXMgr', 'DBCXMGR.VCX')
if type('oMeta') = 'O' and not isnull(ometa)
messagebox('oMeta created ', 48, 'OK')
else
messagebox('not created oMeta ', 48, 'BUG')
endif
***********
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform