Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Feature not available error
Message
De
17/12/2000 08:48:14
Steven Edge
Soft Solutions Limited
Lagos, Nigéria
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00454205
Message ID:
00454477
Vues:
26
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform