f$DialogExport
f$DialogExport
Export the content of the specified dialog to an image file. The allowed image formats are bitmap (.bmp), Portable Network Graphics (.png), Tagged Image File Format (.tif) or JPEG (.jpg). The file name including path must be specified.
Please note that, when entering a path in the file name, the character "\" must be entered twice ("\\").
Syntax: | Status = f$DialogExport ( DialogID , Filename ) | ||
| Argument | Type | Meaning |
| DialogID | Integer | The dialog ID returned by f$DialogOpen |
| File name | String | Name of the file to be created includingpath. |
Example: | File name = 'C:\\Temp\\Beispiel.png') Status = f$DialogExport ( DialogID , Filename ) ![]() | ||
