Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Save load locations for fields in macro

Hi,

I'm aware that it is possible to save fields in a macro using:

ActiveDocument.GetFieldDescriptions.Name

But is it possible to find the source of these fields as they were loaded through the script?

I am looking for something like this:

ActiveDocument.GetFieldDescriptions.LoadSource

Is it possible?

Thanks in advance

2 Replies
Not applicable
Author

If you load the data into QVD, load avd as xml file, then you can find the source of the fields.

Similarly, load the data from qvw as xml file, then you can find the source the fields in one of the XML file.

Not applicable
Author

Could you be more specific on how to do this from a macro?