Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - AppForge Programming » Tutorial: A Sample Application for AppForge Crossfire

Create a Crossfire project Next Page

Lesson 2: Create the application interface


The following procedure uses the form to create a user interface. This example uses labels as outputs, and text boxes and buttons as inputs, similar to a real application.

To add controls to your project
  1. From the AppForge controls, add the following controls to your form:

    Type

    Name

    Caption or text

    TextBox

    txtFName

    TextBox

    txtLName

    TextBox

    txtcity

    TextBox

    txtphone

    Label

    lblID

    Button

    btnInsert

    Insert

    Button

    btnUpdate

    Update

    Button

    btnDelete

    Delete

    Button

    btnNext

    Next

    Button

    btnPrevious

    Previous

    Button

    btnSync

    Synchronize

    Button

    btnDone

    End

  2. Check the application.

  3. Your form should look as follows:

    The application form, showing the buttons, text boxes, and label.