HI,
In report 5605, Fixed Asset - Book Value 01- I wrote Code to print New Page per group or Not depending on Option Selected by the User at run time. Even though it is working but in case when the option is Yes it is always printing first Page as balnk?
Have anybody tried to change that property at run time before?
0
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
I wrote this at onAfterGetrecord.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
I agree and i tried to put one more condition in each Case statement as (GroupByValue <> ''), so it will not hit the newpage at very first record, But this is also not working and i am getting extra first page.
Even i tried to write CurrReport.Newpage at groupfooter section as well but to no luck.