Report in blank
Posted: Wed Nov 23, 2016 4:16 am
I just created a Report with Headerband and Databand linked with DataTable.
When I execute the report shows nothing, one page blank.
Fields in query same name & type as report DataSource.
Any ideas?
Thanks.
Attached: Preview & Report Design (partial)
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)