By selecting the cross products tool and drawing a new group surrounding the base group of the cross products.
Latest Answer : we can do this by cartesian productno condition to be here in querryselect e.name,e.idfrom emp e, emp p ...
Is it possible to link two groups inside a cross products after the cross products group has been created?
No.
Boiler plate Images are static images (Either vector or bit map) that you import from the file system or database to use a graphical elements in your form, such as company logos and maps. Image items are
What are the different default triggers created when Master Deletes Property is set to Non-isolated?
Master Deletes Property Resulting Triggers ---------------------------------------------------- Non-Isolated(the default) On-Check-Delete-Master On-Clear-Details On-Populate-Details
Master Deletes Property Resulting Triggers --------------------------------------------------- Cascading On-Clear-Details On-Populate-Details Pre-delete
Master Deletes Property Resulting Triggers ---------------------------------------------------Isolated On-Clear-Details On-Populate-Details
Latest Answer : On_clear_details -form level-> calls Clear_All_Master_Details proc.on_populate_details block level->calls Query_Master_Details proc. after checking foriegn key of null value. ...
A user named editor has the same text editing functionality as the default editor, but, because it is a named object, you can specify editor attributes such as windows display size, position, and title.
A record group is an internal Oracle Forms that structure that has a column/row framework similar to a database table. However, unlike database tables, record groups are separate objects that belong to
A query record group is a record group that has an associated SELECT statement. The columns in a query record group derive their default names, data types, had lengths from the database columns referenced
Use the ADD_GROUP_COLUMN function to add a column to a record group that was created at design time.I) TRUE II)FALSE II) FALSEUse the ADD_GROUP_ROW procedure to add a row to a static record groupI) TRUE II)FALSE I) FALSE