Search - InfoPath Dev

InfoPath Dev

Use our Google Custom Search for best site search results.

Search

Page 1 of 1 (6 items)
  • Re: Rule for calculated field

     LOL.  It is working now.  I must have had some very minor typo or something.  After looking at the XSL file associated with the manifest file, I suspected that it should work. The data field is in the HistoryItems node (the repeating node/section) in the XDocument.DOM.  The rule's context is the repeating node and ...
    Posted to Controls (Forum) by jd422 on 07-27-2018
  • Rule for calculated field

    If I have a repeating section that has a calculated field and a data field, can I have a rule for the calculated field to hide it based on the value of the data field in the same section. Example xpath of the data field inside the repeating section:  ...
    Posted to Controls (Forum) by jd422 on 07-24-2018
  • Re: Get Attachment Name

     I see that there are nice replies for C code (C#, at least).  I hope it's OK for me to give my solution for vbScript in case someone Googles it. Function AttachmentFileName(ByRef node)  Dim nodeValue, i, filenameSize  Dim HexString  HexString = ""  If(node.text <> "") ...
    Posted to Code (Forum) by jd422 on 07-17-2018
  • 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 ...
    Posted to Code (Forum) by jd422 on 07-17-2018
  • Re: Prevent Data Connection from executing

    I think you need to uncheck the box "Automatically retrieve data when form is opened" in the Data Connection Wizard when you are creating the data connection.
    Posted to Data Connections (Forum) by jd422 on 08-09-2010
  • re: Add SharePoint List Items with InfoPath

    Halleleuja!! I followed the same example and I hacked and hacked using VBscript.  I finally got it working.   A very important note: Do not rename the "Title" column on the sharepoint list site.  Well, actually, I did but my "Add List Item Template.xml" still uses 'Title'. By the way, my ListName includes the ...
    Posted to Matt Faus (Weblog) by jd422 on 07-23-2010
Page 1 of 1 (6 items)
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.