OV_FILE_DIALOG

LANSA

OV_FILE_DIALOG

The Things that Make Up this ExampleTo Execute this ExampleBIF Descriptions


  
   DLL Required    : U_BIF997.DLL
   ------------

   Description     : Select a fully qualified file name from a file dialog
   -----------

   Availability    : Windows       -> YES
                     Unix          -> NO
                     OS/400        -> NO

   ARGUMENTS
   ---------

          Type  Required/                                   Length  Decimals
   Number  A/N  Optional Description                        Min Max Min Max
   ------  ---  -------- -----------                        ------- -------

     1     A     Opt     Dialog title.                        1  25
                         Default is "File".

     2     A     Opt     Initial path, file name or filter.   1  65
                         Default is "*.*"


   RETURN VALUES
   -------------

          Type  Required/                                   Length  Decimals
   Number  A/N  Optional Description                        Min Max Min Max
   ------  ---  -------- -----------                        ------- -------

     1     A     Req     Fully qualified file name.           1  65

     2     A     Req     Return value indicating if a file    2   2
                         was successfully selected.
                         'OK' = selection was successful
                         'ER' = selection was cancelled