ID: Q92958
The information in this article applies to:
After the user edits a memo field, the cursor automatically returns to the first GET object on the current screen when the user edits the memo field in a GET field or in a separate window. When the memo field is edited in an edit region, the cursor remains in the memo field after editing is complete.
To return the cursor to the memo field after editing is complete, do one of the following:
-or-
GET memofield VALID movecur()
READ
PROCEDURE movecur
_curobj=_curobj
To place the cursor on the field following the memo field, change the "_curobj=_curobj" statement in the movecur procedure to read as follows:
_curobj=_curobj+1
-or-
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
Additional reference words: FoxDos buglist2.00 buglist2.50 buglist2.50a buglist2.50b buglist2.60 buglist2.60a 2.00 2.50 2.50a 2.50b 2.60 2.60a KBCategory: kbprg kbbuglist KBSubcategory:
Last Reviewed: April 17, 1995