in

InfoPath Dev

Browse by Tags

  • Disable Save fetaure based on the changing of a drop down value.

    The scenario: We post forms to a sharepoint library for new projects, and extensions (of those once new projects). Forms are submited as the form action. I would like to keep the save feature as long as the status dropdownlist does not change (stays new or stays extension) because this would include...
    Posted to Code (Forum) by e_stylzz on 07-22-2008
  • Saving to XML offline on a mobile device

    Hello, I'm quite new to Infopath technology so please bear with me on this one. I've have spent last couple of days trying to figure out if IP is something my company could use for the following scenario: Our mobile device users (or field agents if you like) need to be able to collect data using...
    Posted to Newbie Questions (Forum) by kyershov on 06-23-2008
  • Re: Save and Save As default to form name?

    Found it. public void FormEvents_Save(object sender, SaveEventArgs e) { string userPrincipalName = MainDataSource.CreateNavigator().SelectSingleNode("//my:userPrincipalName", NamespaceManager).InnerXml; string projectName = MainDataSource.CreateNavigator().SelectSingleNode("//my:project"...
    Posted to Newbie Questions (Forum) by ehaze on 05-14-2008
  • Display a Save As Dialog Box

    If your form template is set to full trust security, InfoPath provides the Save() and SaveAs() methods for you to save your form via code. Although InfoPath does not provide a method for you to display the Save As dialog box to the user, it is possible to do this using managed code and the .NET Framework...
    Posted to Greg Collins (Weblog) by Greg Collins on 03-08-2006
Page 1 of 1 (4 items)
Copyright © 2003-2007 Qdabra Software. All rights reserved.
View our Terms of Use.