2.0
Table Of Contents
- Introduction
- Installation and Setup
- Tutorials
- Views and Form Usage
- OmniForm Procedures
- Designing a Form
- The Design Process
- The Design View Toolbars
- Creating Objects
- General Creation Guidelines
- Creating a Text Object
- Creating a Line Object
- Creating an Oval Object
- Creating a Rectangle Object
- Creating a Graphic Object
- Creating a Fill Text Object
- Creating a Comb Object
- Creating a Check Box Object
- Creating a Circle Text Object
- Creating a Table Object
- Creating a Fill Graphic Object
- Defining Objects
- Changing Object Appearance
- Redesigning Your Form
- Using the Scrapbook
- Inserting OLE Objects in a Form
- Filling a Form
- Managing an OmniForm Database
- Using Calculations
- Calculation Overview
- Operators
- Functions
- Abs (Absolute Value)
- Avg (Average)
- Date (Current Date)
- DayName
- DayOfMonth
- DayOfWeek
- DayOfYear
- Exp (Exponentiation)
- FV (Future Value)
- Hour
- If
- Int (Integer)
- Left
- Length
- Ln (Natural Logarithm)
- Log (Base 10 Logarithm)
- Lower
- Max (Maximum)
- Middle
- Min (Minimum)
- Minute
- Mod (Modulus (Remainder))
- Month
- MonthName
- Pi
- PMT (Payment)
- Position
- Proper
- PV (Present Value)
- RecordCount
- Replace
- Replicate
- Right
- Round
- Second
- Sign
- Sqrt (Square Root)
- Sum
- Time
- Trim
- Trunc (Truncate)
- Upper
- Year
- Functions — Quick Reference
- Functions Sorted by Type
- Technical Information
- Glossary
Defining Objects
Designing a Form - 145
Defining a Check Box Object
Choose
Object Definition...
in the Format menu to open the Check Box
Definition dialog box when a check box object is selected.
Set Property Options
1 Click the
Properties
tab.
2 Type a unique name in the
Name
text box.
Each object must have a unique name. A descriptive name such
as
Yes Check Box
makes a field easy to find when sorting,
searching, defining calculations, and so forth.
3 Type a group name in the
Option Group
drop-down list if the
check box belongs to an option group.
Creating an option group restricts you to one selection per
check box group. Selecting a check box in an option group
automatically deselects any checked box in the same group.
The group name you enter automatically appears in the
Option
Group
drop-down list of the next check box you create. Select
this name to include the check box in the group.
4 Select or enter an option in the
On-Value
drop-down list.
The on-value is stored in the database when the check box is
selected. It is exported along with other information during
export. It can also be used in calculations. Grouped check boxes
must have unique on-values. You can let OmniForm create a
unique on-value for each new check box added to a group.
5 Select or enter an option in the
Off-Value
drop-down list.
The off-value is stored in the database when the check box is
deselected. It is exported along with other information during
export. It can also be used in calculations. This option is not
available for grouped check boxes.