|
Home > Archive > FoxPro Setup > June 2005 > "Canont update the cursor" error at runtime
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
"Canont update the cursor" error at runtime
|
|
| lhiway 2005-06-27, 3:24 am |
| 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 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.
| |
| Cindy Winegarden 2005-06-30, 9:24 am |
| Hi Lhiway,
Is your database compiled into the exe?
--
Cindy Winegarden MCSD, Microsoft Visual Foxpro MVP
cindy_winegarden@msn
.com www.cindywinegarden.com
Blog: http://spaces.msn.com/members/cindywinegarden
"lhiway" <lhiway@antispam.com> wrote in message
news:%23lugWZteFHA.1600@tk2msftngp13.phx.gbl...
> 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 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.
>
>
|
|
|
|
|