Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (9 items)
-
Hilary, Thanks so much for all your help!
I got this working.
I was having problems because there were groups inside my repeating group.
I simiplified my XML schema and put all the fields inside the repeating group and it works like a charm.
Thanks,
Brooke
-
I'm still having some issues.
I changed the code to use eventObj instead of the CTRL name. The code will still execute on the first group but won't execute on subsequent groups.
The button the executes the script changes the view to a view with the results fields and display the results for the record that data is ...
-
Hilary,
Thanks for replying so quickly.
My button is inside my sections.
i have changed my code to read
set objectvariable = CTRL69_8_OnClick.Source.selectSingleNode("XPath")
Now I get the following error. Type mismatch: 'CTRL69_8_OnClick'
I tried commenting that line out to better diagnose and it ...
-
I am working on a project that requires the user to enter data into a group of fields and then hit a calculate button and then calculations are ran using a vbscript. The view is changed and the results are shown in a new infopath view.
I have this working for the first group of items in the repeating section.
When I enter data for ...
-
I would like the code to be able to use the query string parameters.
For this project, i figured out how to do this in javascript, but i want to do my next one in vb.net or c#.
thanks,
-
Does anyone know of a good code example that pulls data from infopath to .net, uses the values for calculations, and then passes a value back to infopath?
I've tried alot of things but i still get unexpected errors when trying to do this.
any help or hint would be appreciated.
-
It was a double.
i even tried to change it to string and then use .setvalue
-
Thanks for your quick response.
I tried using the .setvalue.
I could never it it to work becuase it said the Xpathnavigator did not accept that data type. I tried this using double, int, and string
eventually i figured out how to do this calculation using the formual box in code.
I'm still curious why i could not save back to ...
-
I am working on a solution, I need to be able to run calculations on infopath form fields and pass the data back to a field on the form.
I am using the Xpathnavigator class to get the data from infopath.
I can't figure out how to write the data back to the form that I have open.
Is this possible? Any help or hints would ...
Page 1 of 1 (9 items)