DField

Examples


The DField command is recorded when the user chooses Field Dump from the Macro menu. The field names and contents of the visible fields in the currently active window will be saved to a file.

Syntax

DField dictionary dictionary_name form form_name window window_name file filename

Parameters

dictionary_name - The name of the dictionary. The 'default' parameter can also be used, indicating the current main application dictionary will be used.

form_name - The name of the form containing the window.

window_name - The name of the window containing the fields being written to a file.

filename - The name and path of the file to which the window contents is being written.


Documentation Feedback