B
BethA
I have an InfoPath form that looks up some data in a database - that's all
done in managed code behind the form. Sometimes it takes a few seconds, so I
have a UI.Alert come up to tell the user the data is being looked up, and
then another to say it's finished.
This is not ideal because I would rather not have the user have to click on
the OK button to clear the Alert and let the code continue. In Excel, I use
Application.StatusBar to give the user the status of what my macro is doing.
Is there such a thing I can do in InfoPath?
Thanks,
Beth A.
done in managed code behind the form. Sometimes it takes a few seconds, so I
have a UI.Alert come up to tell the user the data is being looked up, and
then another to say it's finished.
This is not ideal because I would rather not have the user have to click on
the OK button to clear the Alert and let the code continue. In Excel, I use
Application.StatusBar to give the user the status of what my macro is doing.
Is there such a thing I can do in InfoPath?
Thanks,
Beth A.