Browse by Tags - InfoPath Dev
in

InfoPath Dev

Use our Google Custom Search for best site search results.

Browse by Tags

  • ShowModalDialog displays blank window

    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...
    Posted to Code (Forum) by jd422 on 07-17-2018
  • Save the form locally

    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...
    Posted to Code (Forum) by Gurpreet on 09-28-2016
  • Set Submit Button to send to a Library and a List

    Hi, I have a IP2010 Library form that i would like to submit to both its main connection (the form library) as well as to a list within the SP2010 site. Is there anyways to set the button so that when the user clicks submit, it actually sends the form to both places? I've seen that you can submit...
    Posted to General (Forum) by Jim Shorts on 04-18-2013
  • Can InfoPath code behind update SharePoint list metadata?

    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...
    Posted to General (Forum) by gombear on 02-08-2012
  • How to code in C# to print for web browser form

    Hi, I am creating a print button in InfoPath 2010 form. It is web browser only form (Not InfoPath rich). What or How do I code print function? this.Print() is not available for web-based form. Thanks.
    Posted to Code (Forum) by gombear on 08-15-2011
  • Re: SubmitToSharePointList - Repeating Table and Additional Fields

    Hilary, thanks so much for responding so quickly! I've modified the mapping...see below. Please confirm that it looks correct. Yes, I did drag the Error node onto my form and the GenerateGuid command worked. With the modified mapping, I am now no longer even getting prompted to login to the SharePoint...
    Posted to Qdabra qRules (Forum) by Keeferk on 07-05-2011
  • SubmitToSharePointList - Repeating Table and Additional Fields

    I have a form with 11 fields in a repeating table. There are also 6 "header" fields that apply to each of the rows in the repeating table. This form is client based, created in InfoPath 2010, but saved to work with InfoPath 2007. The intention is that field personnel use it to do inventory...
    Posted to Qdabra qRules (Forum) by Keeferk on 07-03-2011
  • Function and Code Help?

    I read on a forum how to make a phone number come back in a particular format using the following: concat("(", substring(translate(., "()-. ", ""), 1, 3), ") ", substring(translate(., "()-. ", ""), 4, 3), "-", substring(translate(...
    Posted to Code (Forum) by momk15 on 11-26-2010
  • Set focus on a control in infopath 2007 browser enabled form using c# managed code

    Hello Please if anyone can tell me how to set focus on to a control in infopath 2007 BROWSER ENABLED form using managed code(C#)? I have to validate some fields and set focus appropriately. Thanks in advance
    Posted to Browser Forms (Forum) by amarnathsahu on 06-10-2010
  • Re: how to add xsi:nil = "true" attribute

    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...
    Posted to Code (Forum) by golden_shiner on 05-10-2010
Page 1 of 3 (21 items) 1 2 3 Next >
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.