flicker - problem

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Aeapeskype
Posts: 0
Joined: Sun Mar 18, 2018 10:41 pm

flicker - problem

Post by Aeapeskype » Tue Jul 08, 2008 3:10 pm

Hi,____i have a problem with some reports during the "execRuntime" call. in my app i only want to print some reports. if i run the following code, some reports begin to flicker for one or two times and after then they shows the correct result. some reports have the problem other haven^t these problem.____ xRet := DLLcall(::m_nDLL, DLL_STDCALL, "execRuntime",;__ ::m_nReport, nMode, 2, @nErrorCode,@nPages, @cErrorMsg, 128)____i use the call in the synchron (nMode == -1) mode. the handle an report are given correctly to the call.__is there any solution or suggestion?____thx__georg

Aeapeskype
Posts: 0
Joined: Sun Mar 18, 2018 10:41 pm

=> RE: flicker - problem

Post by Aeapeskype » Wed Jul 16, 2008 2:21 pm

i^ve found the problem but haven^t any solution!____in my reports i^m using the function lastpage() in a calculated field to show only the page-number if there^re more pages then one.____code:____IIF(LASTPAGE() > 1,"Seite " ALLTRIM(STR(PAGENO())),"")____i^m using the calculated field in the page-header and one self created header.______strange:__if i use the following code without the function lastpage(), the reports didn^t flick one or two-times.____"Seite " ALLTRIM(STR(PAGENO()))____thx__geo____ps:__rr version 10 , built 10.1.002__

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: flicker - problem

Post by kfleming » Thu Jul 17, 2008 2:24 pm

I think that it is because we need to render all of the reports pages in order to be able to use that lastpage function in a calculation.__There is probably not a way around this.____Kathleen__R&R Support

Aeapeskype
Posts: 0
Joined: Sun Mar 18, 2018 10:41 pm

===> RE: flicker - problem

Post by Aeapeskype » Fri Jul 18, 2008 7:21 am

but i^ll try to use these steps in a thread and the app-users should do other synchron things in my app. these reports-flicker is unlovely and also app-users can^t continue work unless printing is ready.____i wonder that other users here don^t have the problem!?____georg

Post Reply