FormNewPage and Script
Hi...I am new here and need some help...
I am just trying : Band.FormNewPage := True in the OnBeforePrint Script and doesn't work!
Thanks!
I am just trying : Band.FormNewPage := True in the OnBeforePrint Script and doesn't work!
Thanks!
Comments
syntax bandname.FormNewPage:= true;
since you are using formnewpage it appears you are asking about fr3
if so then please post in fr3 forum in future.
you could from a frdialog at the start
ie onclick of button
band4.formnewpage := checkbox1.checked.
however you can force a new page
ie in a databand
if [Line#]>1 then NewPage;
It works!!!