|
Re: ORACLE 6i Forms work flow Approval [message #679786 is a reply to message #679766] |
Thu, 26 March 2020 07:50 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
In order for a Forms application to run, you have to be connected to the database. Therefore, someone who doesn't know credentials can't run this form in the first place. You could create user "demo" (or "guest" or something like that), just to run this form.
Form's block should be a database block, and you'd allow inserts only. New users would create a row in that table ("Submit" button would perform "Commit"). Admin would either review that table periodically, or you'd create a trigger which would send an e-mail to admin saying "you have users that wait for your approval".
|
|
|