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
Edit Custom SQL in RAP (RB 12)
rbuser
February 2013
edited February 2013
in
General
I need to change some lines of the Custom SQL using RAP.
How to do this?
Comments
nicocizik
February 2013
edited February 2013
Hi Sam,
You can access SQLText using the TdaSQL object. The easiest way to gain
access to the TdaSQL object is by using the TdaSQLBuilder wrapper object.
lSQLBuilder := TdaSQLBuilder.Create(Report);
lSQL := lSQLBuilder.SQL;
See the TdaSQLBuilder help topic for more information.
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
This discussion has been closed.
Comments
You can access SQLText using the TdaSQL object. The easiest way to gain
access to the TdaSQL object is by using the TdaSQLBuilder wrapper object.
lSQLBuilder := TdaSQLBuilder.Create(Report);
lSQL := lSQLBuilder.SQL;
See the TdaSQLBuilder help topic for more information.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com