> > 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.com>
>
> Suvi,
>
> 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
Hi,
Being the lazy sod that I am... I code the first report, copy it in explore to a different name
and modify it to the 2nd version I want of the report. Copy it again to a new name to the
3rd version of the same report. Then simply call report1, report2, or report3 via command button
options, or a right-click activated shortcut menu. 3 to 4 extra reports in an entire application will
not really code bloat your program.
Pete from the Great White North. (Only in Canada, ay.) Over and Out ...