Execute Trigger Using Dynamic Code.
Eric K.Apr 19 2010 — edited Apr 21 2010My Environment is as Follows:
Oracle Database 10g Release 2
Oracle Forms [32 Bit] Version 10.1.2.0.2
My Issue is as follows;
I want to dynamicaly execute WHEN-NEW-ITEM-INSTANCE and WHEN-VALIDATE-ITEM triggers BUT, I want to write the CODE to be execute somewhere else then When I navigate to the respective field, I want to call that CODE and execute it and When I navigate out of the field, I want to call another code to be executed on WHEN-VALIDATE-ITEM.
The reason for this is because, the fields on my form are created at runtime. Any help will be appreciated.