You can add comments to the views you create. Comments that you add to a view are stored in the database (.dbc) file that contains the view.
To add a comment to a view
-
Open the view in the View Designer.
-
On the Query menu, click Comments.
-
In the Comment box, type comments you want to add to the view.
-
When you are finished, click OK.
You can see the comments for a view by opening the SQL window. For more information, see
To edit comments for a view
-
Open the view in the View Designer.
-
Open the SQL window for the view.
-
In the SQL window, edit the DBSETPROP( ) function call containing the Comment view property.
-
When you are finished, close the SQL window.
For more information, see
To add or edit a comment to a view programmatically
-
Use the DBSETPROP( ) function with the Comment property for the view.
For more information, see DBSETPROP( ) Function.