Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Validation message displayed twice

MarcLafSep 1 2022

Hi,
I have a form with a POST command. As I understand the POST command will do ALL validation in the form.
My problem is that on a commit I POST and then I commit. So my error messages from the validation (PRE INSERT BLK LEVEL) gets displayed twice. Once in the POST and the other from the COMMIT FORM.

Is there a way to ONLY display the error messages (from validation) ONCE?

Thanks in advance,
Marc L

Comments

Alex Keh-Oracle
Answer

You need to use Oracle EF Core assembly to support scaffolding. This sample has instructions for how to conduct reverse engineering.

https://github.com/oracle/dotnet-db-samples/tree/master/samples/dotnet-core/ef-core

Marked as Answer by 21a0bb4a-4519-4130-83c7-0eb3625fa172 · Sep 27 2020

Thank you very much¡

1 - 2

Post Details

Added on Sep 1 2022
4 comments
274 views