Page WSB_CommentEditor¶
A page to edit comment lines through a multi-line editor. The page should be initialized by specifying the comment table to which the editor will be linked using the wgFncSetRecord procedure.
Properties¶
| Name | Value |
|---|---|
| ApplicationArea | #All |
| Caption | Comments |
| DataCaptionExpression | Format(wgCommentDate, 9) |
| PageType | StandardDialog |
| UsageCategory | None |
Methods¶
wgFncSetPageCaption¶
Changes the page's caption to the passed value.
Parameters¶
| Type | Name | Description |
|---|---|---|
Text |
pPageCaption |
The new page caption. |
wgFncSetRecord¶
Sets the record that the comment editor page will be linked to.
Parameters¶
| Type | Name | Description |
|---|---|---|
Variant |
pRecRelatedVariant |
The record to link the comment editor to. |