Define "not successful" - other errors? If so which?
If none - what behavior do you witness?
Did you change the message level to suppress the error?
In general, I would not want to suppress this error by
simply re-querying; I'd at least have the opportunity
to jot down what I'd entered so far.
- --
Regards,
Frank van Bortel
Top-posting is one way to shut me up...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32)
iD8DBQFGutAGLw8L4IAs830RAnUSAJ0Z5Y39MY5HgTPJg2e54U3+mxigWgCfeqRp
3eQDfyAv2S6QP+jo7HwGf18=
=RsbL
-----END PGP SIGNATURE-----
What is the reason of the FRM-40654 error? When someone else has
changed the record then you should get a warning and requery, when
your commit process modifies some columns in the block at the
serverside yoy can requery after a commit or use the block properties
"DML Returning Value" and "Update Changed Columns Only".
This properties can be used from forms 6i and a 8i database to avoid a
requery when some of the columns in your block are changed by database
triggers during the commit proces.