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. ...
Function Key Key-function Key-others Key-startup
Latest Answer : 1. Interface Triggers2. Navigational Triggers ...
Function key triggers are associated with individual SQL*FORMS function keysYou can attach Key function triggers to 10 keys or key sequences
Latest Answer : Function Key Triggers - are associated with individual Runform function keys. A function key trigger fires only when user presses the associated function key. The action defined in Function Key Trigger replaces the default action of function key. For ...
What is the difference between ON-VALIDATE-FIELD trigger and a POST-CHANGE trigger ?
When you changes the Existing value to null, the On-validate field trigger will fire post change trigger will not fire. At the time of execute-query post-change trigger will fire,
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.
No.
Key-startup trigger fires after successful navigation into a form. Pre-form trigger fires before enter into the form.