flicker - problem
-
- Posts: 0
- Joined: Sun Mar 18, 2018 10:41 pm
flicker - problem
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
-
- Posts: 0
- Joined: Sun Mar 18, 2018 10:41 pm
=> RE: flicker - problem
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__
==> RE: flicker - problem
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
-
- Posts: 0
- Joined: Sun Mar 18, 2018 10:41 pm
===> RE: flicker - problem
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