Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

checking code - break point in RB

edited October 2001 in General
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?

Thanks

Jason Kruckel

Comments

  • edited October 2001
    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.


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.