Contents Index Lesson 1: Create a project architecture Lesson 3: Write connection, synchronization, and table code

UltraLite for MobileVB User's Guide
  Tutorial: An UltraLite for MobileVB Application for Palm OS

Lesson 2: Create a form interface


You are now ready to design your application form. The project should have a single form named Form1 displayed.

To add controls to your project

  1. Add the AppForge MobileVB controls and properties given in the table below to Form1:

    Type Name Caption or text
    AFTextBox txtFname
    AFTextBox txtLname
    AFTextBox txtCity
    AFTextBox txtPhone
    AFLabel lblID
    AFButton btnInsert Insert
    AFButton btnUpdate Update
    AFButton btnDelete Delete
    AFButton btnNext Next
    AFButton btnPrevious Previous
    AFButton btnSync Synchronize
    AFButton btnDone End

    Your form should look like the figure below:

    AppForge MobileVB Form for the UltraLite tutorial.
  2. Compile and validate the application.


Contents Index Lesson 1: Create a project architecture Lesson 3: Write connection, synchronization, and table code