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.
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 |
Check the application.
Choose Build > Build Solution.
Your form should look as follows: