Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to display messages???
Message
De
09/01/2002 16:40:23
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxWeb
Titre:
How to display messages???
Divers
Thread ID:
00602691
Message ID:
00602691
Vues:
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
Répondre
Fil
Voir

Click here to load this message in the networking platform