Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
I bought a device that sends keystrokes to the computer when someone passes their security card over it (we are logging in who attended a meeting) If I put my cursor into the right field, the keystrokes populate this field. The shortcut keystroke of CTRL-ENTER is not an option on this device How can...
-
Jimmy: I would prefer to avoid unnecessary code as well. How do you use Default Value to specify different data per row in a repeating table? It's not intuitive to me how you would do that. I know you can use position() to get the row number, but I've not seen a way to set up something like If...
-
Hi InfoPathers: Pardon me if this a basic question because I don't know IP coding very well. When my IP 2010 filler form opens, I want to automatically set some text in 2 columns of a repeating table that has 13 rows that show by default. I've locked the user down from adding or removing any...
-
Hi, I'm trying to update one of field in SharePoint list using code behind from InfoPath form. With below code, I'm getting The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again. I tried additional code with commented...
-
I used this and it seemed to help. http://www.bizsupportonline.net/blog/2009/03/programmatically-retrieve-selected-items-multiple-selection-list-box-infopath/ Use this URL to convert the C++ to VB.NET http://www.developerfusion.com/tools/convert/csharp-to-vb/ Hope this helps.
-
I am contemplating using a reset button on my form (IP 2007) using a technique by S.Y.M. Wong-A-Ton, found here: http://www.bizsupportonline.net/blog/2009/08/clear-reset-fields-infopath-3-lines-code/ The tutorial was written for IP 2010 so I am not sure it will work for me - I plan to give it a try later...
-
[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 can set a person field programmatically, but I am unable to clear it. I have tried setting all three applicable fields (DisplayName, AccountId, AccountType) to "", with no luck. How can this be achieved? Thanks