I was wondering if there was something like a break point in RB? I need a way to check my code in my variables line by line to see what is slowing reports down. Any ideas?
Sorry, there aren't any breakpoints available for RAP. Showmessage() is one way to see the values in your calculations. You could transfer the RAP event handler temporarily to a Delphi event handler and you can use Delphi breakpoints. If you're loading the template, remember to reassign the delphi event handler, after the template has been loaded, so that it will get called.
Comments
way to see the values in your calculations. You could transfer the RAP
event handler temporarily to a Delphi event handler and you can use Delphi
breakpoints. If you're loading the template, remember to reassign the delphi
event handler, after the template has been loaded, so that it will get
called.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com