Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Modifying TppSystemVariable programmatically
rbuser
June 2012
edited June 2012
in
General
Hi,
I need to add Time Zone shift to ppSystemVariable (VarType = vtDateTime).
How can I do it programmatically?
Thanks in advance.
Michael
Comments
nicocizik
June 2012
edited June 2012
Hi Michael,
Thought the SystemVariable component is not designed to be manually
altered, you can use the OnGetText event to take control over what is
printed.
To have complete control, I would recommend using a TppVariable
component and altering the current date/time from within the OnCalc event.
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
This discussion has been closed.
Comments
Thought the SystemVariable component is not designed to be manually
altered, you can use the OnGetText event to take control over what is
printed.
To have complete control, I would recommend using a TppVariable
component and altering the current date/time from within the OnCalc event.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com