Search - InfoPath Dev

InfoPath Dev

Use our Google Custom Search for best site search results.

Search

Page 1 of 3 (23 items) 1 2 3 Next >
  • Re: Spreadsheet Controls

    Jim?
    Posted to General (Forum) by crashoverride on 05-24-2005
  • Re: Spreadsheet Controls

    Thoughts, help?
    Posted to General (Forum) by crashoverride on 05-21-2005
  • Spreadsheet Controls

    I am attempting to add a spreadsheet control (OWC 11) to a form, but I cannot figure out how to access the control's properties in VBScript code. My guess is that I need to bind it somehow and reference its properties through the data source, but it is unclear to me exactly how to bind this control. Essentially what I am trying to do is allow a ...
    Posted to General (Forum) by crashoverride on 05-18-2005
  • Re: Trouble with drop downs and auto-populating

    Does the data need to be converted to a different form before multiplying? ex: CInt(data)*num
    Posted to General (Forum) by crashoverride on 01-11-2005
  • Re: Trouble with drop downs and auto-populating

    I think I may have figured out a solution to the first problem...I use VBScript code to accomplish the task. Basically, the code is written into the OnAfterChange event of the drop down list box, so that it executes/updates every time a change is made to a drop down in any of rows of the repeating table. I use two data sources: First is the main ...
    Posted to General (Forum) by crashoverride on 12-30-2004
  • Re: 2 repeating tables side by side?

    The layout table worked great. I used a 3 column layout table and then put the repeating tables in the first and third column (the second column just added a little space between the two). An easy concept, I should have thought of it myself. Thanks Pat!
    Posted to General (Forum) by crashoverride on 12-22-2004
  • Drop Down List Box Question

    I have a drop down list box in which the underlying value is a numeric ID# but the display value is a text string. I am using code to access the selection in the drop down list box as follows: myVar = XDocument.DOM.selectSingleNode(''//my:myFields/@my:dataFilter'').text This returns the numeric value however and I cant figure out how to capture ...
    Posted to General (Forum) by crashoverride on 12-21-2004
  • 2 repeating tables side by side?

    I have two repeating tables which I want to align side by side in a 2 column fashion. I am not able to do so. Any suggestions?
    Posted to General (Forum) by crashoverride on 12-21-2004
  • Re: Export to Excel Issue

    Task completed. The basic code I used to open and write to Excel from Infopath (using VBScript) is this: Dim objExcel Dim objNodeList Dim objNode Dim i Dim rowindex Set objExcel = CreateObject(''Excel.Application'') objExcel.workbooks.add objExcel.visible = true rowindex = 1 'Code below gets the data from the repeating table which is bound to ...
    Posted to General (Forum) by crashoverride on 12-21-2004
  • Re: Repeating table and query fields problem

    I created a group in the main data source with all the fields that my user would need for their input values. (The group looks much like the ones generated by the main data source because it has a repeating group under it with all the relevant fields) I then created a repeating table and binded it to the repeating group. I created a button that ...
    Posted to General (Forum) by crashoverride on 12-21-2004
Page 1 of 3 (23 items) 1 2 3 Next >
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.