Consultor Eletrônico



Kbase P17488: How to print images and graphics in Progress on Windows?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

GOAL:

How to print images and graphics in Progress on Windows?

GOAL:

How to print images and graphics on business forms in Progress?

GOAL:

Can Progress print images on business forms?

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.x
Windows

FIX:

The following mechanisms provide support for printing images or graphics in a Progress ABL application:

- use Report Builder which has native support for image printing.

- use a third party specialized DLL or ActiveX control.

- use the native Windows Paint utility using OS-COMMAND:
OS-COMMAND NO-WAIT '%SystemRoot%\system32\mspaint.exe /p path-to-filename.ext'.
- use native operating system function calls (such as outlined in solution P6130 linked below).

- use Microsoft Word or Acrobat Reader COM objects.