4D v14.3QR GET INFO COLUMN |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
QR GET INFO COLUMN
QR GET INFO COLUMN
The QR GET INFO COLUMN command retrieves the parameters of an existing column. area is the reference of the Quick Report area. colNum is the number of the column to modify. title returns the title that will be displayed in the header of the column. object returns the name of the actual object of the column (variable, field name or formula). Note: The command does not take into account any virtual structure defined by means of the SET TABLE TITLES and SET FIELD TITLES commands. The actual name of the field is returned in the object parameter. hide returns whether the column is displayed or hidden: size returns the size of the column in pixels. If the value returned is negative, the size of the column is automatic. repeatedValue returns the status for data repetition. For example, if the value for a field or variable does not change from one record to the other, it may or may not be repeated when they do not change:
format returns the display format. Display formats are the 4D formats compatible with the data displayed. The QR GET INFO COLUMN command retrieves the same parameters but the reference of the areas to which it applies is different and varies depending on the parameter you want to set. First of all, the title, hide, and repeatedValue parameters are meaningless when this command is used in cross-table mode. The value to use for colNum varies depending on whether you want to retrieve the column size or the data source and display format.
The following statement sets the size to automatic for all the columns in a cross-table report and leaves other elements unchanged: For($i;1;3) You will notice that since you want to alter only the column size, you have to use QR GET INFO COLUMN to retrieve the column properties and pass them to QR SET INFO COLUMN to leave it unchanged, except for the column size.
If you pass an invalid area number, the error -9850 will be generated. |
PROPERTIES
Product: 4D
HISTORY
Created: 4D 2003 SEE ALSO
QR Get info row ARTICLE USAGE
4D Language Reference ( 4D v12.4) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||