Announcements
in my report I have data provider class linked with query. the query is right because I try it in SQL MS and it brings data.
I debug my data provider and when the debugger needs to fill the Tmp table ( while (QueryRun.next())) the debugger skip the while.
Could you please share the code so that I can look into it?
yes I put range and addlink to join other table
Are you applying any range or using addlink for joining tables before query run? You can go to the query object and see the query generating during the debugging before QueryRun.next call. There must be some wrong query generating that's why code is not going into while loop of QueryRun.
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156