4D v16.3

QR GET DESTINATION

Home

 
4D v16.3
QR GET DESTINATION

QR GET DESTINATION 


 

QR GET DESTINATION ( area ; type {; specifics} ) 
Parameter Type   Description
area  Longint in Reference of the area
type  Longint in Type of the report
specifics  String, Variable in Specifics linked to the output type

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 Output Destination theme.

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

Constant Type Value Comment
_o_qr 4D Chart area Longint 4 *** Obsolete constant ***
qr 4D View area Longint 3 specifics: N.A.
qr HTML file Longint 5 specifics: Pathname to the file.
qr printer Longint 1 specifics: "*" to remove the print dialog boxes
qr text file Longint 2 specifics: Pathname to the file.

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



See also 

QR SET DESTINATION

 
PROPERTIES 

Product: 4D
Theme: Quick Report
Number: 756

This command modifies the Error system variable

 
HISTORY 

Created: 4D 2003

 
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)