Search - InfoPath Dev

InfoPath Dev

Use our Google Custom Search for best site search results.

Search

Page 1 of 1 (10 items)
  • Re: Outlook Addressbook

    This is how I did it using VB.Net. Note that you must have the CDO library installed with MS Office to do this. This returns a string of recipients delimited by a ; and you can do with them whatever you want. Public Function AddRecipientsViaCDO() Const cdoE_USER_CANCEL = &H80040113 Dim objSession As MAPI.Session Dim colCDORecips ...
    Posted to Code (Forum) by jeremyj on 12-21-2005
  • Re: More than one submit button per form

    You could have multiple button controls that run managed code/script, and then submit the data via the code, but that takes away some of the InfoPath functionality. I think you can only have one unique submit if you are using infopath's built in submit functionality.
    Posted to Code (Forum) by jeremyj on 12-21-2005
  • Re: Save dialogbox

    You could create a button that runs script/managed code. Then in the buttons onclick event handler, use the thisxdocument.submit and thisxdocument.save functions.
    Posted to General (Forum) by jeremyj on 12-21-2005
  • Re: Remove Cache

    I encountered this problem as well, and the only way to get rid of the programs at that point it seems is to go into the registry and delete any registry keys that contain the forms urn value. You can do this by going to start -> run, type regedit and press ok, and use find.
    Posted to General (Forum) by jeremyj on 12-21-2005
  • Re: Checkbox

    Is it bound to a data source? If so, you should be able to use the node's text property.
    Posted to General (Forum) by jeremyj on 12-21-2005
  • Re: On/Offline Status

    You could do this in code by using the Application.MachineOnlineState property, and query the secondary data source programatically only if the user is connected.
    Posted to General (Forum) by jeremyj on 12-21-2005
  • Re: Distributing Completed Forms to Non-InfoPath users

    You can export the completed form as a .mht file by going to file -> export. This will be viewable like a web page, but read only.
    Posted to General (Forum) by jeremyj on 12-21-2005
  • Re: Infopath loses my Limit Text Box To setting

    I have SP2 installed because I was having the problem losing the conditional formatting on my comboboxes as well. SP2 fixed that problem, but this one remains. Thanks.
    Posted to General (Forum) by jeremyj on 12-20-2005
  • Infopath loses my Limit Text Box To setting

    Not sure if anyone has noticed this bug, but it seems to occur when you have a text box that is visible on a condition of a combobox. Example, I have a combobox and if other is selected then the textbox is visible. I set the Limit Text Box To value for each text box, but when I reopen my project that setting goes back to default. This screws me ...
    Posted to General (Forum) by jeremyj on 12-19-2005
  • listbox not updating on the fly. refresh issue?

    I am trying to set up my listbox control to add data entries from a textbox using an add button. The data is getting added as a new node under my listbox control, but isn't showing up in the listbox. <InfoPathEventHandler(MatchPath:=''CTRL20_5'', EventType:=InfoPathEventType.OnClick)> _ Public Sub CTRL20_5_OnClick(ByVal e ...
    Posted to General (Forum) by jeremyj on 09-22-2005
Page 1 of 1 (10 items)
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.