Hello everyone,
I have an apps that utilize MSDE as the backend database. It's been
running on my client for almost a year by now. Problem is, today my
client complained that the apps began to give a 'strange message'
sometimes. I went to their place and found that the message is something
like this: 'Please wait while executing remote data. Press ESC to
cancel'. The message shown in a wait...window. I assume that the message
was thrown out because VFP runtime consider that the query would take
some time to finish. But, it's a bit annoying. I mean, who would want to
cancel? And if they do press ESC, the apps would stop.
Question: Is there anyway to suppress the message -or better yet, to
replace the message with something friendlier (like progress bar) with
little or no change to the code?
TIA,
Willianto