Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Structural .CDX file is not found
Message
De
12/11/2009 06:08:14
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
À
12/11/2009 06:01:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01434346
Message ID:
01434352
Vues:
40
A DISPLAY STATUS would show the setting.
But if the code fails in the debugger suspend there. Try to open the table from comand window without stoping (just keep it suspended) the code.

If this works the problem is by files included into an app, if it fails it's an setting.

See example

Agnes
LPARAMETERS tcFilename

lcReturnAlias = "__dbfconvert"

IF USED(lcReturnAlias)
	USE IN (lcReturnAlias)
ENDIF

TRY
	USE (tcFilename) IN  0 SHARED ALIAS &lcReturnAlias
CATCH TO loError
	=MESSAGEBOX(loError.Message,16,BZT_MSG_BZT,5000)
debug
suspend
ENDTRY
*will stop here in case of error, just run the line from command window
Return(SPACE(0))
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform