When I execute the report shows nothing, one page blank.
Code: Select all
With Rpt_Order '---> StiReport
.Dictionary.Clear()
.RegData(oOrders.dtPrintOrder) '---> DataTable from query
.Dictionary.Synchronize()
.Compile()
.Show()
End With
Any ideas?
Thanks.
Attached: Preview & Report Design (partial)