Avatar

Level 10

On each object on your form (that requires user interaction) you can open the Object/Binding palette. On that palette there is a Data Binding field. To the right of that field is an icon that will expand the list and allow you to choose a type of binding (see the image below). Choose the "Use Name (Name of Object): option. This binds the field to the output data file and wil create an entry for it. Make sure all of your objects are setup this way. Now when you create a data file it will include these objects in that file. See the image below:

screen1.png

To create a sample data file you can go into File/Form Properties/Preview and on that panel there is a Generate Preview Data button. Create a sample data file and save it to your desktop. Now open that xml file in a text editor and you will see the structure that I referred to earlier.

Does that help?

Paul