Problem: Getting error "At beginning of table"
When running ObjectPAL or opening a form.
Date: 22 november 2004
Versions: All
Possible cause:
You have specified errorTrapOnWarnings(Yes) somewhere in your code. This is a session wide setting, so it could have been specified anywhere in
the code that have executed since Paradox was launched.
Known causes for error 'At beginning of table* are
- Scanning a tcursor backwards and you reach the first record.
- Setting filters and ranges with an empty result.
Recommendation:
Use errorTrapOnWarnings(Yes) with care.