New Password problem

cjcardoza
Posts: 37
Joined: Thu Jul 13, 2006 12:20 am
Location: Lima - Peru

Re: New Password problem

Post by cjcardoza »

nageswaragunupudi wrote:Regret the bug in the method SayImage() introduced in ver. 2007.
Fixed now in the version to be released.

Users of FWH2007 and FWH2008 may please apply this fix:

Line 910 in the method SayImage() in printer.prg:

Code: Select all | Expand

   AAdd( ::aCallLog, { "PRINTIMAGE", { nRow, nCol, oImage, nWidth, nHeight, lStretch, nAlphaLevel } } )
 
Please change this as:

Code: Select all | Expand

   if ::aCallLog != nil
      AAdd( ::aCallLog, { "PRINTIMAGE", { nRow, nCol, oImage, nWidth, nHeight, lStretch, nAlphaLevel } } )
   endif
 
The error continues until version 2012
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: New Password problem

Post by nageswaragunupudi »

The error continues until version 2012
What exactly the error you are getting please?
can you please post the error log?
Regards

G. N. Rao.
Hyderabad, India
cjcardoza
Posts: 37
Joined: Thu Jul 13, 2006 12:20 am
Location: Lima - Peru

Re: New Password problem

Post by cjcardoza »

nageswaragunupudi wrote:
The error continues until version 2012
What exactly the error you are getting please?
can you please post the error log?
Post Reply