This tutorial will teach you how to build the demo 'Tasks' application. Note:
This Tutorial assumes you have run the SprintDB Pro Basics tutorial.
- Open the
"SampleTasks.cdb"
database.
Tap the Form tab.
Tap the New button and select the RecordSource Table: "TasksCategory".
Tap the OK button.
Using the database you created in the
Basics Tutorial, create a Default Form.
You can now modify the Form's Font and Color properties and adjust the position of the controls. Add a "Close" button
- Tap the Insert > Button menu item.
- Tap the Form to create the button and move it into the desired position.
Set the Button's Properties
- Tap the button to select it.
- Tap Tools > Control Properties
- Set the Caption to "Close".
- Set the Color to Light Grey. Enter the R, G, B values: "228,228,228".
- Set the Font Color to RED from the Color Palette dialog.
Your Form should now look like the screen-shot above. Click the Next button to continue... |