If the Report in Zoomed to 75% the characters are not displayed properly. It is not at all readable. Please give us some solution. The Report Font is MS sanserif and Font size is 10.
There is another alternative which I am posting separately to avoid confusion.
This technique is really intended for a single page report.
The methodology is that you create an empty form. The form then "reads" the report and then adds read-only form objects which equal the report objects.
Textboxes simulate labels by property changes and thus you have a scrollable read-only form viewing your report at 100%.
In the .Resize() event of the form, all form objects are scaled in accordance with the form's new dimensions, the width/height being a constant.
You can resize the form by dragging to size, by changing the value of a spinner on a toolbar, or selecting fixed values from a combo box on a toolbar.
What you also have now is the part of the means to allow a user to modify a report without being exposed to the VFP report writer.
Right clicking on a control in the form enables you to modify the control's properties.
To facilitate that you need an appropriate toolbar or custom properties form.
The changes immediately show on the form and are written to the .frx, thus modifying the underlying report.
Typical uses are for any single page document, where a user may want to changes font sizes and styles, graphics, shapes, and lines.
This alternative is not for the faint hearted, but you will find clients appreciate the flexibility it gives them, should user modifyable reports be required. HTH
A report preview is just that, "a preview of what is it will look like from the printer", I don't think it was ever meant as anything else. But getting a better video card might help. Reducing the hardware acceleration on the present video also might help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.