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
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
It synchronizes the terminal screen with the internal state of the form.
1. Error-Code 2. Break 3. Call 4. Error-text 5. Form-failure
Post writes data in the form to the database but does not perform database commitCommit permanently writes data in the form to the database.
Call (E.g. Call(formname)