PRB: Cursor Jumps Over Empty GET Field in ScreenLast reviewed: June 27, 1995Article ID: Q98447 |
The information in this article applies to:
SYMPTOMSOn an input screen, the cursor jumps over an empty GET field. For example, when you click the GET field with the mouse, the cursor lands on the next field. This behavior is also exhibited if the GET object is a memory variable that is defined to be a null character (such as m.phone = "").
CAUSEWhen the database field is empty in a particular record, and the GET clause for that field has a PICTURE clause containing a "T" (for trim leading and trailing blanks), FoxPro will not allow data to be entered in that field.
RESOLUTIONTo modify the empty field, remove the "T" from the PICTURE clause.
MORE INFORMATION
Steps to Reproduce Problem
|
Additional reference words: FoxDos FoxWin 2.00 2.50 2.50a Skips entry trim
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |