Nested reports slow to open
- New
- How-to
-
Carmela Nasto
- PowerBuilder
- Tuesday, 3 February 2026 05:27 PM UTC
Hi, I have a window that has 3 reports inside. d_pod_scambio which performs a query to fetch values from the database) then from that it has to connect to its connected ones and goes to report 2 (d_pod_collegati1) which consequently checks if it has any connected ones (d_pod_collegati_2). When I open it, it is very very slow. It takes 3 to 5 minutes to open the report. How can I improve it? into evetn open del grafico :
// GP@DXC 17.05.2021 CHG0036088
integer li_rowl1, li_rowl2, li_rowl3, li_ret
string ls_podlevx
str_colleg lstr_par
datastore lds
Datawindowchild dwc
lstr_par = message.PowerObjectParm
dw_grafico.Modify("DataWindow.Print.Preview.outline='No'")
dw_grafico.SetTransobject( sqlca)
li_ret = dw_grafico.Retrieve(lstr_par.pod_scambio)
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.