Use our Google Custom Search for best site search results.
Search
-
You need to validate your code well here, becuase when you empty a field only "Delete" event gets fired. If you need to perform some operations even when the node becomes empty then you need to have another if condition for "Delete" operation.
-
You need to substitute with the correct filename in the below line of code.
thisXDocument.UI.SetSaveAsDialogLocation("filename");
-
Hi,
When deep is set to true then repeating nodes also get copied. Code provided below does not give anough information. If you can provide with more code then we might be able to help you.
-
Hi,
When you want to open a form in the readonly state you need to set an onload Rule to switch to readonly view of the form. So when you submit the form to Sharepoint set the state of the form as completed and when you open the form next time check if the status is completed, if it is completed then switch the view to readonly ...
-
Hi Jim,
I am not aware if there is way to pass parameters through a web browser, but there are other ways of passing values to InfoPath.
Search with "Pass parameters to InfoPath". Jim Cantwell has written a how to on this.
Other was is to store the values in an XML file and import that file onload.
-
Hi Charlie,
There are lot of forum posts and howto's in this site which talk about cascading dropdowns. Use the search available in this site to get to them
-
Does everyone write to same database or a different ones?
If it is the same database it would be better for you to write a webservice to write data to database. Because you will not have options to write to multiple tables at the same time from a form.
-
do you just want the ordering like 1,2,3 for the repeating values or do you eant assign a value.
If it is just the ordering then you can set the default value to be
count(../preceding-sibling::*) + 1
Here you need to check "Update this value when the result of the formula is recaliculated."
if you dont want the ...
-
If you can send me the XSN then I can try and investigate a little bit.
-
If you are using rules then Onload code should run with out fail.
Anyway you can set view in the onload and try out.