Support Forum - file order
|
02/07/2022 18:53 herve gevet wrote:
|
hi,
to have reports with a different reading order, should we create as many
runtimereports with a different key or can we ask for the desired order during
execution?
thank you
hervé
|
02/08/2022 12:51 Oleg Fomin wrote:
|
Hervé,
Report layout (group headers/footers) depends on sort order. So, you have to
create many report layouts (RPT files) with different sort orders.
But no need to create many RunTimeReport procedures in Clarion application with
different keys. Because RunTimeReport::View(Prop:Order) specified at run-time.
|
|