Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error instantiating cursor object...
Message
De
20/03/2001 14:10:01
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00486933
Message ID:
00486946
Vues:
13
>Hi,
>
>Some clients are complaining about the following error:
>
>Error instantiating cursor object. Cannot find .DBF
>
>This error occours on my Form's Init method and the code I have there seems something like this:
>
>
>IF USED("ArqTab")
>   USE IN ArqTab
>ENDIF
>
>CREATE CURSOR ArqTab (Cod C(3), Name C(35))
>
>INSERT INTO ArqTab VALUES ("OB ","Operacao Bancaria")
>
>
>I don't have any additional information about the error as I can't reproduce it in my development environment (it works for me) and this part of the application doesn't generate any error LOG.
>Does anyone have any experience with this kind of error?
>
>Thanks!

Hi Fabio,

Try: INSERT INTO DBF('ArqTab') VALUES ("OB ","Operacao Bancaria")

HTH
Mike
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform