Use our Google Custom Search for best site search results.
Search
-
Hi,
This is how you can change the Web Service URL of a data connection.
IXMLDOMDocument webserviceOperation;
WebServiceAdapter2 webserviceAdapter = (WebServiceAdapter2) thisXDocument.DataAdapters[dataAdapterName];
webserviceOperation = ...
-
Hi Romain,
thisXDocument.View.Window.Caption = "hello";
This above line will let you set the window caption. You can set the data from you secondary dom to the above property.
-
Yes we can have fields shown as mandatory based upon the view that you are in.
1. Add a field to your main dom.
2. Add an onSwitchView event to your code
3. Here set the current view to the field added in step 1 (thisXDocument.View.Name; will give you the curent view name)
4. Now change your datavalidation to be based up on the field that is ...
-
Hi Jaleel,
Here are the steps how you can get to the XSN.
1. Go to Start->Run
2. Type "regedit" and click on enter key
3. Here do a "ctrl+f" and type "urn:attendance:UST"
You will get some result and you will the path to your xsn at that place
Thanks
-
Hi edove,
You can view the Rules code by opening the manifest.xsf file of the solution. But to open the manifest you have to ''File->Extract Form Files''.
-
First thing
What do you mean by six views? Do you have six different pages for each view or do you have six different sections in the same Page.
To print only those sections that are filled out, create an entirely new view which will show only those sections that are filled out. Basically add conditional visibility to those sections.
Now set this ...
-
Hi Soham,
Instead of maintaining three fields for each state, you should have one field which contains the state of the form and you can switch the view based on the this variable. This will reduce the size of the XML(even though very small but good practice) and no confusion when using the field.
-
Hi,
XDocument.DOM in var dest=findPropertyByValue(''something'', XDocument.DOM); is just one node, its not an enumerator to loop through it.
Probably you want to loop through the children of ''XDocument.DOM''.
-
As per our knowledges it is not possible, please let us know if you find any solution. Thanks!
-
Hi Ali,
There is Checkout funtionality available in sharepoint you can checkout the form once it is submitted to sharepoint. This will make the form readonly for other users.