255 character width and 255 characters Length.
Latest Answer : this is the max number of form name not the entire form size ...
INP (Source File) FRM (Executable File)
Latest Answer : Hiit create two files with extension FMB - Contains source codeFMX - It is executable file. ...
No.
Latest Answer : no you can not make two blocks with same name,not only block for same type of object you can not have same name. ...
What is the difference between an ON-VALIDATE-FIELD trigger and a trigger ?
On-validate-field trigger fires, when the field Validation status New or changed.Post-field-trigger whenever the control leaving form the field, it will
Post-field trigger fires whenever the control leaving from the filed.Post-change trigger fires at the time of execute-query procedure invoked or filed validation status changed.
When Execute-query or count-query Package procedures are invoked.
Latest Answer : pre-query trigger fires before any execution of a query. this trigger fires only once per query. where as post query fires for each row. ...
No.
Latest Answer : No, we cann't use go_block in pre_field trigger ...
Key-startup trigger fires after successful navigation into a form. Pre-form trigger fires before enter into the form.
Key-startup trigger fires after successful navigation into a form.Pre-form trigger fires before enter into the form. PACKAGE PROCEDURE & FUNCTION
A Package procedure is built in PL/SQL procedure.