4D v16.3

READ PICTURE FILE

Home

 
4D v16.3
READ PICTURE FILE

READ PICTURE FILE 


 

READ PICTURE FILE ( fileName ; picture {; *} ) 
Parameter Type   Description
fileName  String in Name or full pathname of the file to read, or empty string
picture  Picture in Field or variable receiving picture
Operator in If passed = accept any type of file

The READ PICTURE FILE command opens the picture saved in the fileName disk file and loads it in the picture 4D field or variable.

You can pass in fileName the full pathname of the file to read, or a file name only. If you pass only the file name, it should be located next to the database structure file. Under Windows, the file extension must be indicated.
If an empty string ("") is passed in fileName, the standard Open file dialog box appears and the user selects the file to be read, as well as the available formats.

You can get the list of available formats using the PICTURE CODEC LIST command.

You pass in picture the picture variable or field which will receive the picture read.

Note: The internal picture format is stored within the 4D variable or field.

If you pass the optional * parameter, the command will accept any type of file. This means that you can work with pictures without necessarily having the suitable codecs (see the description of the BLOB TO PICTURE command).

If the command is executed successfully, the system variable Document contains the full pathname to the open file and the system variable OK is set to 1. Otherwise, OK is set to 0.



See also 

_o_PICTURE TYPE LIST
BLOB TO PICTURE
PICTURE CODEC LIST
Pictures
WRITE PICTURE FILE

 
PROPERTIES 

Product: 4D
Theme: Pictures
Number: 678

The OK variable is changed by the commandThis command modifies the system Document variable

 
HISTORY 

Modified: 4D v11 SQL Release 2

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)