Kexi/Handbook/Building Simple Databases/Entering Data Using Forms: Difference between revisions

    From KDE UserBase Wiki
    (Initial (with keycaps))
     
    (corrected button texts)
     
    (3 intermediate revisions by 2 users not shown)
    Line 1: Line 1:
    ==Entering Data Using Forms==
    <languages/>
    <translate>
    ===Entering Data Using Forms=== <!--T:1-->


    <!--T:2-->
    Data entering and editing is usually the task of the user of the database application. The designer of the database should check the form in terms of valid data entry, and see whether the form works as expected.


    Data entering and editing is usually the task of the user of the database application. The designer of the database should check the form in terms of valid data entry, and see whether the form works as expected.
    <!--T:3-->
    To test your form, switch to its data view. A single database row (record) of data will be displayed <!-- TODO: Is this accurate?-->and a text cursor will be set inside the first data field<!-- /TODO-->. You can move between fields using the left mouse button or the <keycap>Tab</keycap> and <keycap>Shift + Tab</keycap> keys. While editing, there will be a pencil icon visible near the record navigator. After entering the row's (record) data you can press the <keycap>Shift + Enter</keycap> keys or click the <menuchoice>Save Record</menuchoice> toolbar button to accept changes made to the current row. Clicking the <menuchoice>Cancel Record Changes</menuchoice> toolbar button discards changes made to the current row and restores the contents of the data fields. You can use the record navigator's button to move to a new row. All the navigator's functions are also available in a similar way as in the data table view.
     
    <!--T:4-->
    {{Prevnext2
    |prevpage=Special:MyLanguage/Kexi/Handbook/Building_Simple_Databases/Designing_Forms/Setting_widgets_size_and_position_by_hand
    |prevtext=Setting the tab order by hand
    |nextpage=Special:MyLanguage/Kexi/Handbook/Configuring_Kexi
    |nexttext=Configuring Kexi
    |index=Special:MyLanguage/Kexi/Handbook|indextext=Back to menu
    }}


    To test your form, switch to its data view. A single database row (record) of data will be displayed and a text cursor will be set inside the first data field. You can move between fields using the left mouse button or the <keycap>Tab</keycap> and <keycap>Shift + Tab</keycap> keys. While editing, there will be a pencil icon visible near the record navigator. After entering the row's (record) data you can press the <keycap>Shift + Enter</keycap> keys or click the <keycap>OK</keycap> toolbar button to accept changes made to the current row. Clicking the <keycap>Cancel</keycap> toolbar button discards changes made to the current row and restores the contents of the data fields. You can use the record navigator's button to move to a new row. All the navigator's functions are also available in a similar way as in the data table view .
    <!--T:5-->
    [[Category:Kexi]]
    [[Category:Tutorials]]
    </translate>

    Latest revision as of 09:57, 19 June 2012

    Other languages:

    Entering Data Using Forms

    Data entering and editing is usually the task of the user of the database application. The designer of the database should check the form in terms of valid data entry, and see whether the form works as expected.

    To test your form, switch to its data view. A single database row (record) of data will be displayed and a text cursor will be set inside the first data field. You can move between fields using the left mouse button or the Tab and Shift + Tab keys. While editing, there will be a pencil icon visible near the record navigator. After entering the row's (record) data you can press the Shift + Enter keys or click the Save Record toolbar button to accept changes made to the current row. Clicking the Cancel Record Changes toolbar button discards changes made to the current row and restores the contents of the data fields. You can use the record navigator's button to move to a new row. All the navigator's functions are also available in a similar way as in the data table view.