Message Box "The Form was Submitted Successfully"

K

Krishna Kal

I have a Infopath forms being loaded in a c# windows form and the data that
is being entered into it are being pushed to the database.

Now after entering the data and submitting to the database I get a defualt
Message Box "the form was submitted successfully".

I dont want that Message Box to come up everytime I submit the form. Is
there any way I can supress that.

Any Ideas Please.
 
S

Swathi (GGK Tech)

Hi,
Add a button. In the button properties, select ‘Rules and Custom Code’ in
the Action drop down. And set a rule by adding the action as Submit using a
data connection (select the connection). Use this button to submit. So that
you can avoid the message box.
 
R

Rajitha

Hi,
Make sure that “Show success and failure messages†is unchecked.
To do this please follow below steps.
1. Go to Tools -> Submit Options.
2. Click on Advanced button.
3. Then you find a checkbox “Show success and failure messagesâ€.
4. Uncheck it.
Hopes this helps.
 

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