PRB: Memo Field Contents Not Shown in the Debug Window (137777)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 3.0

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> + ""
				

-or-

   MLINE(<tablename>.<memofldname>,1)
				

STATUS

This behavior is by design.

Modification Type:MajorLast Reviewed:12/11/1999
Keywords:KB137777