Use our Google Custom Search for best site search results.
Search
-
Hi,
If you change the quote number and submit the form it just updates the record in DB. To insert a new record in DB, you have to insert a new record in form and submit to DB.
-
Hi,
You have to use webservice to save the xml in database. You can create a http end point web service in SQL.
Here 'infocityhall.dbo.submit' is a stored procedure which inserts data into a table.--Create a web service by using the stored procedure to submit data
Create ENDPOINT discount_endpoint_Receive STATE = ...
-
Hi,
When we take the data connections to data base 'Cannot be blank' option will be disabled for all fields. We can use Data validations for these fields if we want to make the field required. To add Data validations
Right click on the field go to Data Validation->Click on Add -> Set the condition and add the screen tip.
-
Hi,
Here are some workarounds for this issue. This may help you.
1) When XsnLocation or XmlLocation is not specified correctly (in
XmlFormView).
2) In case of SecurityException thrown by the form.
3) After a browser window have this issue, it continues to have this
issue. (need to re-open in new browser and clear cache to browser
cache ...
-
Hi,
Make sure that in Data Connection Wizard your form library path should be in this format
http://<ServerName>/<SiteName>/<FormLibraryName>
-
Hi,
Make sure that in Submit Options window 'Show success and failure messages' check box is unchecked.
-
Hi,
Follow these steps to select only one radio button in repeating table.
Add a rule on the radio button field.
Set the condition: the expression “. = 1”
Add an action:
1. For action drop down select set fields value.
2. Select radio button field by using data source button.
...
-
Hi,
Use the following Xpath as default value of a field in Repeating table. In the following Xpath 'Row' is repeating group.
count(../preceding-sibling::my:Row) + 1
-
Hi,
You can do this by following below steps.
1. Add a button and go to button properties.
2. Click on ‘Rules’ button.
3. In Rules window click on ‘Add’ button.
4. In Rule window click on ‘Add action’ button.
5. In action drop down select set a field’s value.
6. Select a query field for ‘field’ text box and leave ...
-
Hi,
Can you once check the port number of the web site on which you have installed web service. If the port nuber is not equals to 80, then your URL should be like this
http://<Servername>:<PortnumberofWebsite>/QdabraWebService/Forms/DAT/template.xsn