Re: New Password problem
Posted: Tue Jun 13, 2023 10:39 pm
The error continues until version 2012nageswaragunupudi 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:Please change this as:Code: Select all | Expand
AAdd( ::aCallLog, { "PRINTIMAGE", { nRow, nCol, oImage, nWidth, nHeight, lStretch, nAlphaLevel } } )
Code: Select all | Expand
if ::aCallLog != nil AAdd( ::aCallLog, { "PRINTIMAGE", { nRow, nCol, oImage, nWidth, nHeight, lStretch, nAlphaLevel } } ) endif