| |
| Publicado el 29,marzo 2016 - 23:05 |
All of a sudden any report I preview displays like the font got corrupted somehow with characters on top of of other characters. The space between characters is all wrong.
Repaired and recompiled. Did not help. Anyone ever have this problem? |
| |
| |
| | | |
|
| | |
| |
| Publicado el 30,marzo 2016 - 07:29 |
| I experience this problem during print preview. It comes up ok, but as soon as the display is scrolled the text is like double overlaid. I must mention though that it only happens to text that are vertically rotated. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 30,marzo 2016 - 09:00 |
Curtis,
sounds like a matrix printer layout. Maybe the default Windows printer has changed? I believe that's the one used for previews. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 30,marzo 2016 - 15:46 |
| I thought that might be the problem, but I actually have my regular printer as the default. I also tried making XPS Document Writer the default printer, same problem. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 31,marzo 2016 - 03:28 |
| some screen shot and font name you using might give others some clue |
| |
| |
| | | |
|
| | |
| |
| Publicado el 31,marzo 2016 - 22:23 |
I figured it out. I was trying to use iDestination to set the printer instead of iConfigure.
Now my working code is: iConfigure(sReportPrinter) iPreview() iPrintReport(RPT_Report1) Note that if iPreview runs before iConfigure it will skip the preview and go directly to printing. |
| |
| |
| | | |
|
| | |