eva/3 Application BuilderDeveloping eva/3 ApplicationsWorking with FormsStandard BeansSTableElementCascading Properties Update / Delete 

Table Selection

To assign a table to form you first have to put a STableElement onto your form and connect this element with you table.

Fig. 193: The STableElement
Fig. 193: The STableElement

As far as the element has been placed on you form you have to choose the data source.

To get the data source, just right click on the new table element (sTableElement) and choose properties from the context menu and then database.

There you will find the property RecordSource which describes the data source.

Choose your table from this location.

Fig. 194: The STableElement Properties Page
Fig. 194: The STableElement Properties Page

To activate the options CascadeUpdate or CascadeDelete just enable them at properties – Database.

Fig. 195: The STableElement Database Properties
Fig. 195: The STableElement Database Properties