Using vpxPrint

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Using vpxPrint

vpxPrint can be used as a DLL (Dynamic Load Library) or as an Active-X.

 

The common way to use vpxPrint is as follows :

1. Create an ASCII or UTF file with embedded vpxPrint tags.

2. Close the file.

3. Call vpxPrint printFile() method from xPrint.dll with the file name as input parameter.

 

 

Different call methods are possible:

Visual Studio

Delphi

Progress

... and any language able to call a dll.

 

 

When using the Active-X version of vpxPrint, the same method is used: create a file and send it to the Active-X.

With vpxPrint Active-X, different methods or events allow you to control the user display.

 

You don't need to know and remember complex procedures, properties or methods. vpxPrint syntax is natural and easy to learn.