My apologies for being out of the loop for the last several years, but I have a problem with an application written in FW 1.9.5.
Whenever I try to zoom in on a landscape report that I'm previewing, the text overlaps in various places and is impossible to read. Similar reports set for portrait mode seem to be okay. The font being used is 'Courier New'. Any thoughts or suggestions?
Thanks!
- Steve
Previewing landscape report problem
Previewing landscape report problem
Many thanks for the suggestion. I gave it a try but it didn't seem to solve the problem.
- Steve
- Steve
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Previewing landscape report problem
hua -
Thanks for the tip about emf.dll... that appears to be why I didn't get the results I was hoping for. After copying emf.dll into the application folder (or even the Windows folder), the reports do indeed behave properly when zooming in. Many thanks!
The only issue I ran into with linking in the rpreview.prg code was that I have no LargeFonts() routine that it refers to. I created a dummy function and tried both .T. and .F. return values, but am not sure what difference it makes. But at least it works.
- Steve
Thanks for the tip about emf.dll... that appears to be why I didn't get the results I was hoping for. After copying emf.dll into the application folder (or even the Windows folder), the reports do indeed behave properly when zooming in. Many thanks!
The only issue I ran into with linking in the rpreview.prg code was that I have no LargeFonts() routine that it refers to. I created a dummy function and tried both .T. and .F. return values, but am not sure what difference it makes. But at least it works.
- Steve