HARUPDF Error

Post Reply
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

HARUPDF Error

Post by byte-one »

I have used the new HARUPDF and become the following error:
Error description: Error BASE/1004 Message not found: FWPDF:NYOFFSET
Args:
[ 1] = O FWPDF
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: HARUPDF Error

Post by nageswaragunupudi »

There is no such data in harupdf
Regards

G. N. Rao.
Hyderabad, India
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: HARUPDF Error

Post by byte-one »

Mr. Rao, in FWPDF using haru! There should be all? data using in tpinter-class.
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: HARUPDF Error

Post by nageswaragunupudi »

byte-one wrote:Mr. Rao, in FWPDF using haru! There should be all? data using in tpinter-class.
We will be soon posting a topic on this how to use tprinter/fwpdf.

We advise not to use fwpdf directly. Please wait for a day or two.

For the time being, can you add these two data to fwpdf.prg and test?

Code: Select all

DATA nXOffset INIT 0
DATA nYOffset INIT 0
 
Regards

G. N. Rao.
Hyderabad, India
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: HARUPDF Error

Post by byte-one »

Mr. Rao, now is further error:
Error description: Error BASE/1004 Message not found: FWPDF:HDCOUT
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: HARUPDF Error

Post by nageswaragunupudi »

We should not use hDCOut

If we use the new syntax we do not have to use any of these premitives.
Please wait for my posting.
Please be patient.

Meanwhile, try these samples:

pdfharu1.prg, pdfharu2.prg, print01.prg, print02.prg
Regards

G. N. Rao.
Hyderabad, India
Post Reply