Have you found a fix for the password problem ?
Mr. Rao is reviewing it
Have you found a fix for the password problem ?
AAdd( ::aCallLog, { "PRINTIMAGE", { nRow, nCol, oImage, nWidth, nHeight, lStretch, nAlphaLevel } } )
if ::aCallLog != nil
AAdd( ::aCallLog, { "PRINTIMAGE", { nRow, nCol, oImage, nWidth, nHeight, lStretch, nAlphaLevel } } )
endif
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 view
AAdd( ::aCallLog, { "PRINTIMAGE", { nRow, nCol, oImage, nWidth, nHeight, lStretch, nAlphaLevel } } )
Please change this as:
- Code: Select all Expand view
if ::aCallLog != nil
AAdd( ::aCallLog, { "PRINTIMAGE", { nRow, nCol, oImage, nWidth, nHeight, lStretch, nAlphaLevel } } )
endif
The error continues until version 2012
nageswaragunupudi wrote:The error continues until version 2012
What exactly the error you are getting please?
can you please post the error log?
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 47 guests