1.

What Is The Design Considerations While Designing A Page?

Answer»

Put the FIELD control on the appropriate derived or WORK record, rather than on a regular data record definition to derive its value. Use as few record definitions as possible in a component.

Do not remove table edits to improve PERFORMANCE, even though an edit against another table causes a short pause. Eliminating them might compromise data INTEGRITY. Apply deferred processing when possible to fields, PAGES, and components

Put the field control on the appropriate derived or work record, rather than on a regular data record definition to derive its value. Use as few record definitions as possible in a component.

Do not remove table edits to improve performance, even though an edit against another table causes a short pause. Eliminating them might compromise data integrity. Apply deferred processing when possible to fields, pages, and components



Discussion

No Comment Found