> Dear All,
> I want to change the report setting like start the each group on a new page at run time. Is it possible?
> Thanks in Advance.
> Regards,
> Suvi Joseph
>
www.sssoftwares.comSuvi,
Its possible by hacking the FRX. If your report name is MyReport, you can programmatically open it by USE MyReport.Frx. From there, look into the field OBJTYPE (should be 9) and check out the field EXPR for the Expression that you have GROUPED. Once you've zoomed in on the particular record, change the PAGEBREAK field setting to either T or F.
Bebot