- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
The model that you are refering to would be an XML data file. You can map nodes in the xml file against fields in the form (this is called binding) so that when the data is imported the product knows how to tie which field to which node in the XML. Note that the filed name and the node name do NOT have to match. In your case where you are trying to simply substitute values into a text block you can use a Floating Field. To get the floating field you place the cursor in the text block where you want the substitution to occur and under the Insert menu you can pick Floating Field. It will insert a representation that a field is preset with {TextField}. If you look at the hierarchy view you can click on the TextField object and then the object palette will become active for you to set this fields properties. The Binding tab is where you woudl set the binding to the data file (this assumes that you have imported a sample data file or data schema through the data Connections tab 1st). Once the data is merged onto the form the field becomes text (liek the rest of the block and the text block is reflowed to remove any white space.
Hope this helps
Paul
Views
Replies
Total Likes