Xbasic
OBJECT.SHOW_MEMO Function
Syntax
.Show_Memo()
Description
Opens the memo editor for a memo field.
The <OBJECT>.SHOW_MEMO() method applies to:
- Browses (for <OBJECT> use either the <BROWSE> pointer or the name of the browse)
- Forms (for <OBJECT> use either the <FORM> pointer or the name of the form)
The <OBJECT>.SHOW_MEMO() method opens the memo editor for a memo field.
Example
This script is attached to a button on a form. It opens the memo editor for the Notes field.
parentform:notes.activate() parentform.show_memo()
Limitations
Desktop applications only.
See Also