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
New Password problem
Re: New Password problem
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: New Password problem
What exactly the error you are getting please?The error continues until version 2012
can you please post the error log?
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: New Password problem
nageswaragunupudi wrote:What exactly the error you are getting please?The error continues until version 2012
can you please post the error log?