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
Inserting OLE Objects in a Form
Designing a Form - 168
Inserting OLE Objects in a Form
This section describes how to use
object linking and embedding
(OLE) to
insert objects in a form.
Inserting objects is a convenient way to place information from other
sources in OmniForm. OmniForm supports objects created in a variety
of applications.
For example, instead of scanning a page of text into OmniForm, you
could create a Microsoft Word Document object and insert it in the form
either as fully displayed text or as a launchable icon. This saves you
scanning and editing time. An OLE object displayed as an icon also
saves form and disk space.
Linking and Embedding
You can either link or embed an object when you insert it. This section
describes both methods.
Object Linking
A linked object retains a connection, or
link,
to the source file. The source
file is the file you select to insert as an OLE object.
The source file stores the linked data. The OmniForm form stores the
location of the source and displays the linked object. Changes to the
source file are reflected in the linked object.
Use linking when:
• The source file is likely to change.
• The source file is on a network or needs to be accessed by others.
• The source file is shared in more than one document.
• The source file is very large and you do not want to increase your
form’s file size significantly.
Object Embedding
An embedded object becomes part of the OmniForm form. It is not
linked to the source document.
Use embedding when:
• It is unlikely the object will need to be changed or updated.
• The source document is unavailable for linking.
• You are not concerned about the file size of your OmniForm
form.