Use our Google Custom Search for best site search results.
Search
-
Thanks for the link, I have seen that webpage before
I am not a msdn subscriber and I thought beta period was over
Would it work even though i'm not using beta and can i download it as i can not order cd?
-
If you goto Tools, Form Options, Open and Save, Open Behavior, Rules, you can then add a rule to query the main data connection as the form opens
Infopath never quieries the main data connection when opening unless it is told to using this section
-
When you set up the data connection did you select windows authentication?
If so make sure all users have the same login permission on the SQL server
-
I have been using infopath and visual studio 2003 for a while without any problems
I have know been asked to do some work using visual studio 2005 but I cannot get it to create infopath projects
I have looked for the toolkit that you needed for vs2003 but could not find a vs2005 version and the vs2003 version would not install
What have I ...
-
Use the repeating table you have and 4 regular fields, CustId, NoOranges, NoApples, NoPears
When the user has filled in the form and saves, closes or what ever, use this script to create 3 rows in the repeating table.
// get values
IXMLDOMNode CustID = thisXDocument.DOM.selectSingleNode(''/dfs:myFields/dfs:MyFields/@CustID'');
IXMLDOMNode ...