QR GET DESTINATION

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 2003


QR GET DESTINATION (area; type{; specifics})

ParameterTypeDescription
areaLongintReference of the area
typeLongintType of the report
specificsString | VariableSpecifics linked to the output type

Description

The QR GET DESTINATION command retrieves the output type of the report for the area whose reference was passed in area.

You can compare the value of the type parameter with the constants of the QR Destination theme.

The following table describes the values that can be retrieved in both type and specifics parameters:

DestinationConstant (value)Specifics
Printerqr printer (1)N.A.
Text fileqr text file (2)File pathname
4D Viewqr 4D View area (3)N.A.
4D Chartqr 4D Chart area (4)N.A.
HTML fileqr HTML file (5)Pathname to the HTML file

If you pass an invalid area number, the error -9850 will be generated.

See Also

QR SET DESTINATION.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next