Karen nailed it, I think. As she does, I only use SQLCODE to check for
end of data. All other places I use the error variable and capture
variable.
Albert
[email protected] wrote:
Aha! I could be wrong, but "edit using" is not a sql command,
therefore it
does not evaluate properly using "sqlcode". As Bill stated in an earlier
email, trapping for sqlcode should only work for an actual sql command
(such as
select, insert, update). "edit using" is an RBase command to bring up
a form...
Karen
Forgot to say there are no triggers, just a simple Edit using form,
if sqlcode <>0 then, Enter using form.
Tom Hart