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
Managing Database Records
Managing an OmniForm Database - 207
Exporting Information
This section explains the benefits of exporting information, how to
prepare for export, and how to export information from an open
OmniForm form.
See “Importing Information” on page 213 for information on how to
import information into a database.
The Benefits of Exporting Information
Export information from records to:
• Share information with other OmniForm databases.
Information exported as a database file takes up considerably less
disk space than the database itself. It can be copied or mailed
more quickly than the entire database.
• Share information from different databases.
For example, you might have a FoxPro database and decide that
you need information already entered in an OmniForm database.
Simply export the needed information from OmniForm in the
appropriate format and use FoxPro’s commands to import it.
• Save other database users the time of entering data manually by
sending them an OmniForm Data or other database file.
Preparing for Export
During import, you will
link
field names in the exported data file to field
names in the import database. This tells OmniForm where to place the
field information. If possible, try to:
• Match field names in the exported data to field names in the
import database.
• Match field order in the exported data to field order in the import
database.
This makes it easier to figure out which information will go in which
fields when you link the fields on import.
For example, suppose you export information in the fields
Customer,
Title,
and
Product,
in that order. You have the same field information in
the import database, but the fields are named
What Bought
,
Name,
and
Position,
in that order. You could link
Customer
Ö
Name
/
Title
Ö
Position
/
Product
Ö
What Bought
easily but importing hundreds of fields with
different names and field order would be difficult and time-consuming.
See Chapter 6, Designing a Form, for information on naming and
reordering fields.