in

InfoPath Dev

Browse by Tags

  • Problem Saving File

    I am trying to implement a customize Save so that I provide my users with the ability to save a Performance Review form to their own computer (Submitting sends the form to SharePoint and notifies their manager that the form is ready for review). I have the following function but it is not working (no...
    Posted to Code (Forum) by dlgross on 12-18-2008
  • 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: Button for saving, and code that goes with it...

    Hello: If you haven't already set your preferred code language for the form, you may want to do that first (in InfoPath 2007, go to Tools, Form Options, Programming). After you add your button to your form, double click it, and give it a Label and a meaningful ID. Then select the Edit Form Code button...
    Posted to Code (Forum) by Hilary Stoupa on 06-21-2008
  • Export to (Tab Delimited) Text File

    Hi all, Currently I am manually exporting data to Excel then saving the Excel import as an (MS-DOS) text file. Surely there is a way to export directly to the text file using code! I am using jscript, however I am not averse to redesigning the form in another script if necessary. Any help would be greatly...
    Posted to Code (Forum) by PJagger on 05-30-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
  • How to retrieve Save As file path?

    When the user saves an InfoPath form, I need to trigger some logic that will create another file based on the file name typed by the user in the Save As dialog. Although MSDN suggests that I should be able to retrieve the file name from the SaveEventArgs.Filename property, this is not the case. If the...
    Posted to Code (Forum) by sturge on 05-07-2008
  • Using a field from the form to save as the filename.

    Hi, I have a simple task. I have worked out how to use the SAVEAS function to save the file to a specific location on the file system. I need to include a field from the form in the file name. I am sure this is an easy one, but I have searched hard to find help but to no avail. Thanks for your help.
    Posted to Code (Forum) by PJagger on 11-21-2007
  • 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 (9 items)
Copyright © 2003-2007 Qdabra Software. All rights reserved.
View our Terms of Use.