FR does not understand NewPage function.
I can't understand why FR fire my UserFunction when I try to execute NewPage.
I have the next code in a OBP group header band
if FreeSpace < (36 * 5) then
NewPage;
I try too with
if FreeSpace < 180 then
NewPage;
I try too in other bands...
But always it fire my UserFunction, It seems as if FR did not recognize the NewPage function.
Can anybody help me, please
I have the next code in a OBP group header band
if FreeSpace < (36 * 5) then
NewPage;
I try too with
if FreeSpace < 180 then
NewPage;
I try too in other bands...
But always it fire my UserFunction, It seems as if FR did not recognize the NewPage function.
Can anybody help me, please
Comments
FR looks NewPage function before at TReport.OnUserfunction, later it executes.
Then it is necessary to control that in event OnUserfunction the functions of FR do not do anything, something as well as: