16. Managing and Deploying Applications : How You Can Generate Reports for Applications and Components : Document Applications and Components Using the DocumentApp Utility : Parameters for the DocumentApp Utility
 
Share this page                  
Parameters for the DocumentApp Utility
The following parameters can be specified using the Document dialog:
Output File
Specifies the name of the file to which the information about the component or application is to be written. Click Browse to display a standard File Selection dialog.
4GL Source Only (-s)
Prints a report containing only the 4GL source code for objects that have 4GL scripts, such as user class methods, procedures, and frames. For frames, the report also includes any field scripts.
All Attributes (-a)
Requests a complete listing of the attributes for all fields in a frame.
Note:  Using this parameter can produce a very long report. If you do not use this parameter, the report contains information only about component and field names, data types, and scripts.
Username (-u)
Lets you use this command as if you were another user, username.
Notes:
You, not username, own all files created by OpenROAD.
This entry field can be used only if Execute in Background is enabled.
Log Path (-L)
Specifies the name of a log file. This entry field can be used only if Execute in Background is enabled and Trace Window is set to Yes. If the log path specified is not a full path, the file is created in the ingres\files directory.
Note:  This parameter is only available when accessing this utility from the Project menu.
Trace Window (-T)
Lets you control display of the Trace window by entering one of the following values:
All
Specifies that the Trace window does appear
Yes
Specifies that the Trace window appears but suppresses informational messages output by the system
Yes (Minimized)
Specifies that the Trace window appears minimized as an icon
No
Specifies that the Trace window does not appear, and a log file is not created
Note:  This entry field can be used only if Execute in Background is enabled.
Append to Log File (-A)
Appends the trace output of the current command to the end of the existing error log file. Otherwise, that log file is replaced. This entry field can be used only if Execute in Background is enabled.
Note:  The error log file, w4gl.log, is located in %USERPROFILE%\AppData\Local\OpenROAD\Profiles\installation_ID. If the -L flag is passed, a new name and location can be provided for the OpenROAD log file.
Execute in Background
Begins a new process while you are using this utility.
If enabled, Execute in Background makes Username, Log Path, Trace Window, and Append to Log File available for use.
Note:  This parameter is only available when accessing this utility from the Project menu.
Note:  You can set defaults for this utility using the Set Tool Defaults dialog. See Set Defaults (see Set Defaults).