Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Structural .CDX file is not found
Message
De
12/11/2009 05:57:06
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
À
12/11/2009 05:50:08
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:
01434349
Vues:
36
Hm sounds like a focus problem.

what means debugger? Is this a prg, a code snnippet run from command window or a full app?

If it is an app is the dbf included in the project?

Agnes
>Hi,
>I am more 10 years with foxpro.. and its surpise me sometimes.. now .. I can"t find answer on very simple question...
>
>I have a code which work always before and don't work now :) I have an error there "Structural .CDX file is not found"
>When I try to open this DBF from Command window - all perfect.. when I copy this code from debugger.. paste to command window - all perfect!!!!!!!!! but... during TRY/ENDTRY - I'v got an error for same code... but it does not depends from TRY/ENDTRY.. when I remove it.. same code produce error.. and same code does not produce error if I use command window in IDE...
>
>Some SET settings? or... I feel stupid :(
>
>
>
>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)
>ENDTRY
>
>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