Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Displaying messages in FoxWeb Script
Message
De
10/01/2002 12:35:07
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxWeb
Titre:
Displaying messages in FoxWeb Script
Divers
Thread ID:
00603067
Message ID:
00603067
Vues:
57
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
Répondre
Fil
Voir

Click here to load this message in the networking platform