Refresh band positions without doing "PrepareReport"
Hi,
I've implemented and "OnClickObject" event in my delphi app that allows the
user change some rich text comments sections, titles etc real time in
preview mode. When the new text is entered and the "modified" flag in the
event handler is set to true I adjust the band size and rich text object to
accomodate all the new text. The problem here is I now need some way for the
page to refresh the position of all the other objects based on the changed
sizes because the new resized band and rich object now has the potential to
run into bands and objects below it. I cannot do a "preparereport" to
refresh because I will lose the changes the user just made and the report
will be rendered from the start.
Is there any way to refresh the page and its objects without losing real
time changes? Thank you.
Regards
Cameron Hunt
I've implemented and "OnClickObject" event in my delphi app that allows the
user change some rich text comments sections, titles etc real time in
preview mode. When the new text is entered and the "modified" flag in the
event handler is set to true I adjust the band size and rich text object to
accomodate all the new text. The problem here is I now need some way for the
page to refresh the position of all the other objects based on the changed
sizes because the new resized band and rich object now has the potential to
run into bands and objects below it. I cannot do a "preparereport" to
refresh because I will lose the changes the user just made and the report
will be rendered from the start.
Is there any way to refresh the page and its objects without losing real
time changes? Thank you.
Regards
Cameron Hunt