Use our
Google Custom Search for best site search results.
Search
-
Hi,
I found this code snippet to insert a node when click the button (for instance Submit button) for IP 2007:
Please try the following codes in InfoPath 2007:
public void CTRL6_5_Clicked(object sender, ClickedEventArgs e)
{
// Write your code here.
XPathNavigator ContextNode = ...
-
Hi Ren,
I am afraid to copy a repeating table (or random number of rows of data) from secondary data source to another DOM will require code.
Regards,
Stephanie
-
Hi Jeff,
Thanks for sharing that info.
Regards,
Stephanie
-
Do you have code in your form? If you are closing the form after submission, then you can have the following code to skip the save dialog:
XDocument.View.Window.Close(true);
Stephanie
-
Hi,
Check out the "Asset Tracking" sample that came with InfoPath. It has code that uses a drop down list that sorts the assets, and a "Sort" button with the code in the onClick event.
Stephanie
-
Hi Jeff,
check out this thread:
http://www.infopathdev.com/forums/topic.asp?TOPIC_ID=2923
Stephanie
-
Hi Jeff,
When you are creating the data connection to submit the form to the sharepoint library, On the third dialog of the wizard when you specify the url for the SharePoint Library, there is a second text box called Filename, you can put an xpath expression in here that uses some of the fields in the form to create an unique ...
-
I am currently having a project that requires to copy a random number of rows of data from one DOM to another. I was told it will require code to do that. However, I was also told by someone else that I can do it without code, but I have not found a way yet. If you can do code, below are snippets of code ...
-
It sounds like you are getting this error while trying to preview the form. Can you provide a little more info?
Stephanie
-
Hi Kathryn,
One suggestion is to use table layout with each column for each button.
Hope thi helps.
Stephanie