Examples
|
Purpose
|
Source
|
Result (PDF)
|
Fills the available width according to the ratio of the width of the fields in the query.
|
test_query_01.prc |
test_query_01.pdf |
Width of the columns/fields for the query is specified in a parameter.
|
test_query_02.prc |
test_query_02.pdf |
Width of the columns/fields is calculated according to the length of the data type of the cellwidth parameter.
|
test_query_03.prc |
test_query_03.pdf |
Pivots the fields in the query so that the column become rows.
|
test_query_04.prc |
test_query_04.pdf |
Pivots the fields in the query so that the column become rows with multiple columns.
|
test_query_05.prc |
test_query_05.pdf |
Width of the columns/fields for the query is specified in a parameter as a percentage.
|
test_query_06.prc |
test_query_06.pdf |
Width of the columns/fields is calculated according to the length of the data type of the cellwidth parameter. A parameter specifies how many cells should NUMBER and DATE data type fields be written into. For text data type fields the length of the text specifies the number of cells. Maximizes the width of cells.
|
test_query_07.prc |
test_query_07.pdf |
Same as query_print_07, except if the columns do not fit on the page then each column width is reduced according to its ratio to the whole width.
|
test_query_08.prc |
test_query_08.pdf |
Same as query_print_07, except if the columns do not fit on the page then the column width of columns that are not NUMBER or DATE is reduced according to its ratio to the whole width.
|
test_query_09.prc |
test_query_09.pdf |