Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error instantiating cursor object...
Message
From
20/03/2001 14:10:01
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00486933
Message ID:
00486946
Views:
14
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform