Results 1 to 2 of 2

Thread: Control Break Question - Please Help!

  1. #1

    Thread Starter
    Lively Member trip85's Avatar
    Join Date
    Jun 2000
    Location
    Chalfont, PA
    Posts
    106
    I need to use a control break in a data report, but i have no clue whatsoever on how to do it. I f any one could give me an example that would be great.
    Thanks in Advance!
    TRIP85

    In the game of life, it's not whether you win or lose, it's how drunk you get.
    -Homer Simpson

  2. #2
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    what do you mean by a control break? do you mean a breakpoint? (a breakpoint is where if your code reaches a line it stops executing and allows you to step through the code line by line to debug it.

    If so then you want to left click on the white margin to the left of your code, the line will have a maroon background.

    when the code reaches that line execution will stop and the code window will come up, pressing F8 advances to the next line of code. pressing F5 resumes execution as normal.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width