Re: Reading filenames in forms 4.5

From: Sorokin Anton (Mocow) <"Sorokin>
Date: Mon, 20 Mar 2000 12:06:29 +0300
Message-ID: <8b4pqj$q6a$1_at_pechkin.menatep.spb.ru>


Hi !
 Sorry !

    [Quoted]
  1. For reading FILE_THREE need attach D2KWUTIL.PLL. Example:

 :BLOCK1.picture_file := win_api_dialog.open_file(

'Select Image File', NULL,
'TIFF files (*.tif)|*.tif|'||
'BMP files (*.bmp)|*.bmp|'||
'GIF files (*.gif)|*.gif|'||
'PCX files (*.pcx)|*.pcx|'||
'PICT files (*.pic)|*.pic|'||
'JFIF files (*.jfi)|*.jfi|'||
'CALS files (*.cal)|*.cal|'||
'RAS files (*.ras)|*.ras|'||
'All files (*.*)|*.*|');

2) For reading TEXT FILES use TEXT_IO build in procedure.

3) See /FORMS45/DEMOS/*.* in another cases.

> There is no FILE_IO in my Forms 4.5 (or I cannot find it).
> Thanks anyway.
>
Received on Mon Mar 20 2000 - 10:06:29 CET

Original text of this message