InfoPath Forms Services

U

ugk

Hi,
How can I show an alert message box to the user when running thru
programatically in Forms Services (web based) application. In 2003, we used
ui.alert to display the alert.
(Example, when user uploads a file from form to wss doc lib, I need to show
an alert it was successful).
 
A

Andreas Rosendahl

Hi uqk,

ugk said:
Hi,
How can I show an alert message box to the user when running thru
programatically in Forms Services (web based) application. In 2003, we used
ui.alert to display the alert.

The method MessageBox.Show is the replacement of ui.alert. Unfortunately it
does'nt work in browser enabled forms (as far as I know).

I would like to solve all those alert problems with views (as a workaround).
Just show a view with "Success!" written (or any other alert you like to
show). But I'm having major problems with views in browser view, since they
always produce errors that say (gist) that a control is involved, that is not
present in the current view (or other errors).
I don't know what I do wrong here. Any suggestions? Maybe you try your luck
with views.


Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top