Use our Google Custom Search for best site search results.
Browse by Tags
-
Hi, I have a rule that need to be added to InfoPath form workflow. How do you write "declare a new record". Attached is the screen shot. Thank you Cindy
-
I have an onClick event routine (vbScript) for a button as follows: Sub TestButton1_OnClick(eventObj) Dim retVal retVal = XDocument.UI.ShowModalDialog("DiaglogHTML.htm", XDocument) MsgBox "retVal =""" & retVal & """" End Sub The html file contains...
-
Hi, Problem: I need to make a form such that it becomes read-only once it's offline. i.e. everyone can open in Infopath and print, but not change or save locally. Only a select group would be able to open/edit save. So it clearly states on ( https://msdn.microsoft.com/en-us/library/office/aa944110...
-
( Without InfoPath Designer ) Is there anyway of determining if a legacy XSN file runs any executable code in it's InfoPath form? By "executable code" I mean the variety that would require a domain certificate in order to execute. Thanks for your help!
-
I have two buttons "Save and Submit". The Save button, save the form in List without sending an e-mail to Approve. This form has 10 required fields. If I don't fill this required fields when I click in save button the form doesn't validate if the fields are fill or not.... I'm using...
-
I have been trying to work on the save feature of InfoPath forms and i am new to this environment. I have an Infopath form hosted on the Sharepoint site. The form needs to be saved after getting filled and then further distribute it so that other people can edit and save their copy. I want to have a...
-
Hi !! As I always say, I'm a newbie with InfoPath but I managed to learn a lot! I made a form that has a managed code where are these two very important codes: SetSaveAsDialogLocation and SetSaveAsDialogFilename. They work, wouhou! They work on my computer, a Windows 8 and they work on my collegue's...
-
Hi all! I'm new with InfoPath and I'm not a programmer or anything so I basically spend hours on forums while doing my InfoPath file... I'm also French, all that means that, I need easy English answers and step-by-step instructions with coding because I'm learning. I'm using InfoPath...
-
The solution: Form --> Infopath Field Great post from Jimmy: http://www.infopathdev.com/forums/p/9305/33475.aspx#33475 Big THX for it!! InfoPath field --> Windows Form 1. Concat selected data to a variable 2. Copy the variable to the clipboard 3. In the form: copy back data from the clipboard to...
-
Does the ForceUpdate function also cause the validation and formatting rules in the InfoPath form to refresh as well? I'm trying to use it after deleting a signature in the code behind, and it doesn't actually update any of the rules. Then if I go into the Digital Signatures dialog box in InfoPath...