Suggestion: in your code for each function it says "not supported on web" if the function is not web available. I was about to say the wWait does not specify that, unlike the other functions, so I thought you had some way of dealing with it. But I see I seem to have wasted all that time because I do not know French; would I be correct in assuming that "exécutée seulement en mode interactif" means just that?
I will do something in javascriptto actiavte the wait pic or something else during processing actions.
Tuvia,
wWait() has no effect in Web mode, just because a web server is not able to give a response until the whole transaction is over.
It's intended to work around the modal situation on the web server.
Never been able to get it to work. If I trace the VFP code, in wwait tcresult is always blank no matter what. In the browser nothing fires.
I have just things like this:
..click
LPARAMETERS nButton, nShift, nXcoord, nYcoord
IF thisform.wlHTMLgen
RETURN .t.
ELSE
wwait("hello people")
ENDIF
wWait() works ...
FAA replaces:
WAIT <<span class="functions">message> <other clauses>
by
wWAIT('<message>', '<other clauses>')
Any other feedback?
I have never gotten the wWait function to work, and I thought it was not yet support. Yet I did not see it on the roadmap. Did I just miss it?