Kexi/Handbook/Building Simple Databases/Designing Forms/Forms versus tables: Difference between revisions

From KDE UserBase Wiki
mNo edit summary
No edit summary
Line 1: Line 1:
<languages />
<translate>
==== Forms versus tables ====
==== Forms versus tables ====


Line 23: Line 26:
[[Category:Kexi]]
[[Category:Kexi]]
[[Category:Tutorials]]
[[Category:Tutorials]]
</translate>

Revision as of 19:07, 14 December 2011

Other languages:

Forms versus tables

In chapter Entering Data Into Tables you learned about how to enter data directly into tables using their data sheet view. However, in many cases forms are better suited for data entry:

  • A table can contain too many columns to display them on your screen. A form can display such a data using multiple rows.
  • A form allows to visually split data fields into logical groups, thus increasing readability. Labels with additional information can be inserted to give users more hints on how to use the form or what given data fields mean.
  • Command buttons can be used within forms for commonly used commands so users can use forms in a similar way as a standalone applications they know.

In data sheet view displaying multi-row data text fields or images is as easy as within forms.