It is stored in binary format in the acsii report template so that won't help. What you can do is access the RAP text using Delphi code. Here is an example that finds a group header band before print event by name and also shows how to assign the text from one event handler to another.
Forgot to mention that once you have the text from the RAP event handler, you can read/write it to file using a TStringlist. Going the other way is just as easy, use the same technique shown in the example to load the RAP code from text file into a new or old event handler.
you can use my little helper 'RAP2Text' if you need the text for version control purposes. Feel free to cantact me per private email, don't forget to remove the NOSPAM tag.
Comments
help. What you can do is access the RAP text using Delphi code. Here is an
example that finds a group header band before print event by name and also
shows how to assign the text from one event handler to another.
http://www.digital-metaphors.com/tips/MoveGroupHeaderBeforePrint.zip
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
you can read/write it to file using a TStringlist. Going the other way is
just as easy, use the same technique shown in the example to load the RAP
code from text file into a new or old event handler.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
you can use my little helper 'RAP2Text' if you need the text for version control purposes.
Feel free to cantact me per private email, don't forget to remove the NOSPAM tag.
regards,
Chris Ueberall;
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
I'll publish the next version on your site.
Cheers,
Chris Ueberall;