Kexi/Handbook/Building Simple Databases/Designing Forms/Assigning data sources

From KDE UserBase Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Other languages:

Assigning data sources

The fields you have inserted on the Form have no data source assigned and are not yet able to display information from the database. To assign a data source we will use the (Data Source) tab of the Property Editor pane.

The very first step is to specify the data source for the Form as a whole. i.e. the location from where all of the displayed data will be fetched. As mentioned above, you will use the Persons table as the data source for the new form.

  1. Click on the form's surface, as you will alter its properties.
  2. Switch to the (Data Source) tab and enter persons table name in the Form's data source drop down list. Alternatively, you can select this name from the drop down list.

You have assigned the form's data source. The next step is to specify each widget's data source.

  1. Click the first text field widget at the top of the form.
  2. In the (Data Source) tab of the property pane enter field name name in the Widget's data source drop down list. More conveniently, you can select this name from the drop down list.
  3. Click on the next text field widget and enter surname as the data source.
  4. Enter data sources for street, house_number and city text fields in a similar way.

You can now save the form's design (this is not mandatory to test the form in action, but is recommended). To save, click the toolbar Save button. Upon saving you will be asked to enter the form's name. Enter Persons as caption and click the OK button. The form's name will be filled in automatically.

This is the right moment for testing your form. Click the Data toolbar button. Unless you made a mistake while entering the data sources, you should see the form's fields filled with data from the Persons table.

Note

* If you want to remove widget's data source assignment for a form widget, you can use the button in the Widget's data source box.
  • Use the (Go to selected form's data source) button to select appropriate table or query in the Project Navigator, so you can quickly open a table or query being the data source of the form.