Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Createobject() & runtime vfp7.0 & SDT5.1j
Message
From
23/11/2001 03:59:34
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Stonefield
Title:
Createobject() & runtime vfp7.0 & SDT5.1j
Miscellaneous
Thread ID:
00585065
Message ID:
00585065
Views:
43
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
***********
Next
Reply
Map
View

Click here to load this message in the networking platform