lhiway
2005-06-27 05:13:29 UTC
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.
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.