How Pictures Work with GET Fields and Proportional FontsLast reviewed: June 27, 1995Article ID: Q103580 |
The information in this article applies to:
All versions of FoxPro use a picture for editing GET fields. If one is not present, a default picture is created. The precedence for the creation of this default picture is:
with SIZE or implied from the size of the variable/field)The picture controls the number of characters that can be entered in the field. For example, a user cannot enter more than four characters into a picture of XXXX, regardless of how this picture was derived. This restriction becomes a particular problem for users of FoxPro for Windows when proportional fonts are used for the GET field. If the picture is derived from the size of the item (number 3 above), the number of characters that make up the derived picture is calculated from the average character width of the font. As a result, a GET field will be able to hold fewer "i" characters than it appears would be possible on the screen and, conversely, will appear to allow too many "W" characters (the field will scroll). If controlling the exact number of characters that can be entered in a GET field is crucial, either:
|
Additional reference words: FoxDos FoxWin 2.00 2.50 2.50a GET PROPORTIONAL
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |