Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"At Beginning Of Table"

Status
Not open for further replies.

troyu

Programmer
Nov 21, 2000
185
CA
From time to time when I run my application through Delphi, I receive the message
"At Beginning of Table - Hit 'run' to continue"
I hit 'run' and the application continues to do its thing, but it is kind of annoying that this message comes up. With the EXE file, this error does not appear.

It usually happens when I am attempting to post records to a table. Any thoughts?
 
It's probably stopping on an exception. If you go to Tools|Debugger Options, Language Exceptions, you could un-check the "Stop on Delphi Exceptions" checkbox.

TealWren
 
I dont see anything like that. I am using Delphi 1.0.
 
Oh! I can't remember exactly where the setting is in D1. It's in one of the options screens though! Maybe look for "stop on exception" in the help, or just browse through the settings screens you have available. I think the debugger options one is fairly new so it might be in project or environment options.

TealWren
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top