Use our Google Custom Search for best site search results.
Browse by Tags
-
Hello! I had published an InfoPath form to a document library on MOSS farm.The form has some code for saving with a custom name on the doc lib. The clients use the form to fill out some data then by pressing a button, it is saved to the doc.lib. It has been working ok for about 2 years. However, one...
-
Greetings, I am using InfoPath 2007 and VBScript. I have an optional section where I have placed a repeating table whose xCollection name is group6_22. My Data source looks like RepTable filed1 filed2 OptSection I am trying to add a row at the end of the repeating table. When I used the code XDocument...
-
Hello, I have a form with one button and one repeating table (Table1). The repeating table has textbox and date controls. My data source is Table1 Textbox1 Date1 I am using VB script. I want to creat a code that, when I click on the button, will DELETE some rows from the repeating table if they satisfy...
-
Ok, what I want to do I think is very straight forward, but then again... maybe not. I want to have my InfoPath form's document name to be based on a value of a field on the form for the initial save (This is going to a Form Library on SharePoint). I also don't want to give the user to change...
-
Hi, Here is my scenario : First, a User logins in to his portal and then approves/rejects line items in one view(say User_View) in a repeating table. Then he submits the whole form to the next level which is Approver level. Then the approver logs in to his site where he will see(Approver_View) the approved...
-
Hi, There is a requirement where I need to show a message box in browser enabled InfoPath form when a button is clicked and I need to do it programatically with out using any rules. I tried with MessageBox.show() by adding System.Windows.Forms.dll, but of no use when I tried to upload this form to Central...
-
I have a question I was hoping you all would help me with. I have developed a fairly large number of InfoPath forms for my organization. I developed them with InfoPath 2003 and Visual Studios 2005 using the InfoPath toolkit for VS2005, all on an XP machine. The forms are published on a WSS 3.0 server...
-
I'm working on a form, and I currently have some C# code in it which uses the UpdateListItem webservice to submit the contents of the InfoPath Form to a SharePoint list. My form will also have a file attachment control on it, and try as i might i cannot get the file attachment code right to upload...
-
I'm building a form in InfoPath 2007 for software purchasing. I'm getting down to the final steps, and i'm not sure if i'll be able to do what i want with this last step, but it seems logical that there would be a way to do so. My form submits (using C#) to a Sharepoint List. There's...
-
Hi, Our Active Directory is not the most up-to-date database of information. i'd like to create an InfoPath 2007 form, that we could send out to our users annually where they can enter their information, Title, Manager, Department, Phone Number, etc. and then when they submit the form it enters the...