Integra for Notes Banner
  QuickReports Integra4Notes Integra Family of Products

Integra Script Library Documentation


Context:

Function

Library/Class:

Utilities



Function SaveFileDialog() As

SaveFileDialog (Message As String, DefaultDir As String) As String

This function displays the Windows File-Save dialog. It disables the progress bar before activating the dialog and enables it afterwards.

Parameters:

    Message (String)
      A prompt/title displayed in the File-Open dialog.
    DefaultDir (String)
      Default directory the Save-File-Dialog opens with.

Return Value:
    String.

    Sample:
     



      Dim filename As String
    Filename = OpenSaveDialog(True, “Please select the filename you want to save the currently processed document with…”)
    Call MessageDialog(FileName,0,”You entered the following filename…”)
     

 
QUICK LINKS
 
 

 

  © Shireburn Software Ltd. 2008 - 2024