Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unknown member - osdtmgr
Message
General information
Forum:
Visual FoxPro
Category:
Stonefield
Title:
Unknown member - osdtmgr
Miscellaneous
Thread ID:
00213214
Message ID:
00213214
Views:
79
I have run the setup wizard on a form that runs utilities to to update an application. One of the routines is the to run the SDT 5.1 update utility the code is as follows:
set classlib to dbcxmgr additive
oMeta = createobject("MetaMgr")
oMeta.SetDatabase("ls")
set step on
if oMeta.oSDTMgr.NeedUpdate()
	if oMeta.oSDTMgr.Update() = .f. then
		=messagebox('Update Needed, but not Executed')
	endif
else
	=messagebox('No Update Needed')
endif 
release classlib dbcxmgr
release oMeta
If I run this form in development mode everything works great. When I build the executable and run on a customer's site I get the error "Unknown member osdtmgr".
Next
Reply
Map
View

Click here to load this message in the networking platform