Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying messages in FoxWeb Script
Message
From
10/01/2002 12:35:07
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
FoxWeb
Title:
Displaying messages in FoxWeb Script
Miscellaneous
Thread ID:
00603067
Message ID:
00603067
Views:
58
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