Mike Lewis
Programmer
A client tells me that he has recently had several uses reporting that his application is crashing with error 1523 ("Execution was canceled by the user"). The Help page for this error says "You canceled a remote command by pressing the ESC key).
The client is completely certain that none of the users is pressing ESC at the relevant time. And, in any case, the application has SET ESCAPE OFF in all its data sessions.
The error occurs in a function that creates remote views, which it does by executing CREATE SQL VIEW statements. The users have been experiencing some network and server issues recently, and these might be having an effect here. But that wouldn't explain why they are seeing that particular error.
Can anyone throw any light on this? Are there any circumstances where this error might occur other than by the user pressing ESC?
Also, what do they mean by "you canceled a remote command"? What is a "remote" command in this context?
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
Visual FoxPro articles, tips and downloads
The client is completely certain that none of the users is pressing ESC at the relevant time. And, in any case, the application has SET ESCAPE OFF in all its data sessions.
The error occurs in a function that creates remote views, which it does by executing CREATE SQL VIEW statements. The users have been experiencing some network and server issues recently, and these might be having an effect here. But that wouldn't explain why they are seeing that particular error.
Can anyone throw any light on this? Are there any circumstances where this error might occur other than by the user pressing ESC?
Also, what do they mean by "you canceled a remote command"? What is a "remote" command in this context?
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
Visual FoxPro articles, tips and downloads