Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to display messages???
Message
From
09/01/2002 16:40:23
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
FoxWeb
Title:
How to display messages???
Miscellaneous
Thread ID:
00602691
Message ID:
00602691
Views:
60
Hi all,
I have general procedure to display some messages and accept user choice in existing Foxpro application. The procedure creates windows and display-required message. But that I cannot use in FoxWeb scripts because it doesn't display any window. And then I tried with MESSAGEBOX(). But that is not displaying message in client machine, instead it displays in server always. So I thought of calling Java alert function within Foxweb script. Which is giving me compilation error. Please check for below code.


[Foxweb script
Local EmpCode,job,Date,BTime,ETime
Local valid_rec
Foxweb script]

[javascript]
alert('Test Java alert message')
[ ]

[Foxweb script
Emplarea = 'ScEmpl02'
EmpCode = request.form('EmpName')
Foxweb script]


Apart from this I have problem with WAIT WINDOW command also. What is the Alternate command for this?

Please help me to resolve this issue.

Thanks in Advance,

Ravi
Reply
Map
View

Click here to load this message in the networking platform