Use our Google Custom Search for best site search results.
Browse by Tags
-
Hi, I am designing an InfoPath 2007 form which has a repeating table that contains two rather large Data connections linked to SharePoint lists. The trouble is, when inserting additional rows this gets slower and slower the more I try to add. Is there any way I can speed this up? I was thinking i maybe...
-
[quote user="Hilary Stoupa"]I'd add rules on load to populate the new fields if they are blank - but I don't know of a way via rules to copy just the first n characters - how are you doing that in the updated form?[/quote] Thank you Hilary. I'm very new at Sharepoint so I'm...
-
[quote user="Hilary Stoupa"]Hi - InfoPath should already do this for you. You can add the new fields to your existing template, and under the Form Options, set the form to upgrade existing XML. You can even preview your form with some existing XML to see how it will behave (info here ). Then...
-
I know the subject I wrote is not that clear. Okay here's what I'm trying to accomplish. I have around 500 xml files in the sharepoint and my job is to create a new Infopath with the same fields as the old one but add three more fields to it. Once I publish the new infopath: It it is a old XML...
-
Hi, I have a 2007 form which opens other 2007 forms from code. I open the forms and submit them, to ensure that the OnFormOpen code gets run, and the data checked/updated on a regular basis. Neither the starting form or the forms it opens are browser enabled. My starting form is published to SharePoint...
-
Hello, i have an infopath and i want to use some fields in a specific sharepoint webpart. When i promote the repeating table fields the field is promoted as a string field so it's limited to 256 chars or something like that. I need some help about the best way to pass the repeating table merged fields...
-
How to merge multiple xml files submitted from infopath web service? i have about 10 xml files with same structure (repeating tables) and almost same content. I just want to merge that repeating tables into one big table. is that possible? if possible how to do that?
Thank you
-
Hi all, i'am having a little issue and a i didn't find an answer to this during my investigation. I have web-browser form with a repeating table with attachment fields... what i want to do is if a row has their request answered (based on a field controled in the row) i want to make the attachment...
-
Thank you for the quick response Jimmy. I added TOTAL_LENGTH_1MM .CreateAttribute("xsi", "nil", NamespaceManager.LookupNamespace("xsi"), "true"); to my code, but now I am getting this message System.InvalidOperationException was unhandled by user code Message="Schema...
-
When a form is ready to submit, I would like to like to click one button and have the following be performed [needs to happen in this specific order] Run a “web service” already setup within the data connections section of the form. This web service gets the next Change Management reference number. Now...