|
|  | Difference between WordFusion Versions | | Created by Gwen M 5/16/2009 9:38:46 AM | WordFusion is available in two versions that allow users to open forms, assemble and produce documents.
WordFusion is available in two versions that allow users to open forms, assemble and produce documents.
WordFusion also allows a designer to create and modify documents.
Objectives
To be able to understand the difference between a User and a Form Designer
To be abl... |
|  | Banking on Your Reputation and Increased Sales | | Created by Bruce Fallen 5/14/2009 12:36:11 PM | When in the business of banking, it goes without saying that it is crucial to provide good customer service, as well as accuracy. Ensuring paperwork is precise is, and should be, of utmost importance. Without accurate documents detailing the processes of whatever agreement is being delegated for each particular deal, the reputation of the banking institution is highly compromised. How, then, does... |
|  | Set the Properties for a Form | | Created by Bruce Fallen 5/15/2009 11:52:02 AM | The properties for a Form are set in the Form properties window which can be selected by clicking the Form Menu, then the Properties menu item. Here you can set the Document template and email options. To specify the Form properties values follow the steps below.
1. Select the value in the property window
2. Enter your new value in the edit box
|
|  | Overview | | Created by Bruce Fallen 5/15/2009 12:39:01 PM | Document Templates:
Created in Word (or any other word processor such as open office that creates .doc or .docx files)
Mail merge Fields are added to the document template, you can do this by following the steps below (word 2003)
Select "Insert" > "Field" menu item
Select "MergeField" from the List
Enter the field name you want in... |
|  | Insert | | Created by Bruce Fallen 5/16/2009 4:20:07 PM | Inserts a sub document into a field location of a parent document
Syntax
Insert(fldlocation as String, filepath as String)
Insert(fldlocation as String, fileid as String) Parameters
fldlocation Location of the field where the sub document will be inserted filepath Path of the sub document to insert fieldid ID of the server document to... |
|  | Top Benefits of Document Assembly (Mail Merge) | | Created by Bruce Fallen 5/14/2009 12:44:04 PM | Instead of having to type in a specific name or other applicable data multiple times, with document assembly (Mail Merge) software a business needs only set the given field with the relevant data one time and it will be applied to all areas within the document in which it needs to be shown. Multiple documents can even be created at the same time, further reducing the time spent in this necessary ... |
|  | Managing Tabs (Pages) | | Created by Gwen M 5/27/2009 3:23:48 PM | Objectives
To be able to add, remove, re-name and re-position Tabs during Form Design
Purpose of
To be used when working in Form Design and more than one page is required when constructing the Form
For example:
If you wish to hold Customer details, amounts and other personal information separate from Sales History, Quotes and Debt Recovery you can add Tabs to the Form ... |
|  | Form Designer | | Created by Bruce Fallen 5/15/2009 12:31:36 PM | The WordFusion design studio is composed of several elements: the Menu toolbar, Standard toolbar, various tool windows docked or auto-hidden on the left, bottom, and right sides, as well as the editor space. You can easily move and dock windows using the visual guide diamond or temporarily hide windows using Auto-Hide.
Form Designer Window
Designer view allows you to specify the location of... |
|  | Script Basics | | Created by Bruce Fallen 5/15/2009 11:58:47 AM | WordFusion provides a very powerful programming language to provide the flexibility to perform any task during document assembly. WordFusion's script functionality makes use of the award winning Microsoft Visual Basic.Net language.
Microsoft Visual Basic.Net is a language used by more programmers than any other language in the history of computing. It is one of the easiest languages to learn a... |
|  | Conditional IF statement | | Created by Bruce Fallen 5/16/2009 5:42:13 PM | The IF statement is used in the document template to make decisions about optional content to be inserted into the document. If statements use the value of fields from the form or other hardcoded values to evaluate. IF statements can use and, or and use bracketing for precedence.
In addition the designer must place a bookmark around the IF statement in the Document Template, this will defin... |
|
|
|
|
|
|
|
|
|