Page 1 of 2

Re: New Password problem

Posted: Tue Jun 13, 2023 10:39 pm
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

Re: New Password problem

Posted: Wed Jun 14, 2023 1:17 am
by nageswaragunupudi
The error continues until version 2012
What exactly the error you are getting please?
can you please post the error log?

Re: New Password problem

Posted: Thu Jun 15, 2023 3:35 am
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?