PAGE('OPENFILE'...)

PAGE('OPENFILE', 
Record,
string Fieldname,
string Filename,
string FileType ['file', 'image']);

Example:
PAGE('OPENFILE', Item, 'Picture', 'image.jpg', 'image');

Use this command to extract a file from the BLOB field specified and launch it with the application designated by the file’s format in its name. The operating system provides compatible applications specified by the file’s format. For example:

  • Image.jpg -> image applications
  • Document.pdf -> PDF readers