Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Feature not available error
Message
From
17/12/2000 08:48:14
Steven Edge
Soft Solutions Limited
Lagos, Nigeria
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00454205
Message ID:
00454477
Views:
25
Hi

I worked around the problem.

My old code (which did not work in run-time):
APPEND PROCEDURES FROM ( m.cTempFile ) OVERWRITE
COMPILE DATABASE (m.cTargetDatabase)


My new code (which does work in run-time):

CLOSE DATABASES ALL
SELECT 0
USE (m.cTargetDatabase) EXCL
GO 3
REPLACE code WITH FILETOSTR( m.cTempFile )
USE
OPEN DATABASE (m.cTargetDatabase) EXCL
COMPILE DATABASE (m.cTargetDatabase)

Thanks for your input,
Steven
Previous
Reply
Map
View

Click here to load this message in the networking platform