Discussion:
'Canont update the cursor' error at runtime
(too old to reply)
lhiway
2005-06-27 05:13:29 UTC
Permalink
VFP 6.0 + SP5

In the program, I modify a remote connection login userid and password in
dbc using
DBSETPROP( ), I can run the program quite succesfully in VFP environment.
but when I try to run the program in the compiled exe file. there is always
an error
message at the DBSETPROP( ) command, indicating:

Canont update the cursor.

And the same error also appear when I try to delete a local view using
'delete view' command in the runtime.

Can anyone tell me how to solve the Problem?

Thanks in advance.
lhiway
2005-06-27 05:20:55 UTC
Permalink
Great! I sove it by excluding the database in the project.
Post by lhiway
VFP 6.0 + SP5
In the program, I modify a remote connection login userid and password in
dbc using
DBSETPROP( ), I can run the program quite succesfully in VFP environment.
but when I try to run the program in the compiled exe file. there is
always an error
Canont update the cursor.
And the same error also appear when I try to delete a local view using
'delete view' command in the runtime.
Can anyone tell me how to solve the Problem?
Thanks in advance.
Loading...