Displays or hides the memo editor control for an entryfield.

Syntax

<oRef>.showMemoEditor(<expL>)

<oRef>

The Entryfield that’s dataLinked to the memo field.

<expL>

true to show the editor, false to hide the editor.

Property of

Entryfield

Description

When an entryfield control is dataLinked to a memo field, double-clicking the control opens a memo editor in a form. You may show or hide this editor by calling showMemoEditor( ).