PRB: Memo Field Contents Not Shown in the Debug Window
Article ID: 137777
Article Last Modified on 12/11/1999
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
This article was previously published under Q137777
SYMPTOMS
When you use the debug window to display the contents of a memo field, you
can put the name of the memo field in the left pane, but the contents do
not appear in the right pane.
RESOLUTION
To see the text of a memo field, enter either of the following expressions
in the left pane of the debug window:
<tablename>.<memofldname> + ""
MLINE(<tablename>.<memofldname>,1)
STATUS
This behavior is by design.
Additional query words: VFoxWin
Keywords: KB137777