PRB: Grid Width and Height Decimal Values Not Saved (130503)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
This article was previously published under Q130503 SYMPTOMS
You can enter Width and Height property values for grids into the
properties sheet to two decimal places, but when you save the entry, it is
forced to a value different from the one you specified.
CAUSE
The scale unit is in foxels, so this is an expected behavior. The foxel
values are rounded to the nearest pixel-equivalent position. For example,
if you have a font where FONTMETRIC(7) equals 12, you get one pixel of
width for every .083 foxel columns (approximately). Thus you'd see values
like 1.00, 1.08, 1.17, and so on.
WORKAROUND
Change the scale unit to pixels. If it was in pixels to begin with, you
would have no fractions at all. To change the scale unit to pixels, follow
these steps:
- From the Tools menu, choose Options.
- In the Options dialog box, select the "FORMS" tab from the page frame.
- Change the "scale unit" to pixels. This is the default setting unless it
was previously changed to foxels.
- Click the Set as Default button.
- Click the OK button to close the Options dialog box.
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 2/11/2000 |
---|
Keywords: | KB130503 |
---|
|