Pagebreak subreport (almost there, but need a little help)

mickelingon

Registered User.
Local time
Tomorrow, 00:14
Joined
Feb 3, 2006
Messages
72
Hi

I'm forcing a pagebreak in a subreport.
I've inserted the pagebreak and named it pagebreak1
Where am I supposed to place this code in order for it to make a pagebreak?
And what is [condition] ? What shall I write there?

If using VBA set it to false:

me.pagebrkname.visible = false

then set it to true if condition met:

if me! [condition] then
me![pagebrkname].visible = true
End if

Thanks for your help

Mikael
 

Users who are viewing this thread

Back
Top Bottom