|
-
Aug 9th, 2000, 04:10 PM
#1
Thread Starter
Lively Member
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
-
Aug 9th, 2000, 04:34 PM
#2
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|