Have you found a fix for the password problem ?
Mr. Rao is reviewing it
Have you found a fix for the password problem ?
Mr. Tim
Yes, there is a problem with Password Get when using resources in non-Unicode applications.
We do regret the inconvenience and it is our responsibility to provide you with a library with a proper fix to this issue.
Please allow us a little more time and we will solve the issue.
Thank you. For now I reverted back to 20.07 where it works fine.
Revised FWH 20.08.1 published with this fix.
Thank you for the fix. It is now working.
There was another issue I discovered in this version. On printed reports, for a very long time, I have used SayImage( ) to print graphics on invoices.
oPrn:SayImage( nRow, 2 * nCsp, oSignature, nCsp * 35, nRsp * 3 )
Now that generates an image. As a workaround I used:
oPrn:PrintImage(nRow, nCsp*2, oSignature, nCsp * 35, nRsp * 3, , , .t. )
The error occurs here:
Error description: Error BASE/1123 Argument error: AADD
Args:
[ 1] = U
[ 2] = A { ... } length: 2
Called from: => AADD( 0 )
Called from: .\source\classes\PRINTER.PRG => TPRINTER:SAYIMAGE( 910 )
I have a workaround, but you may want to check this out for future releases.
Tim
AAdd( ::aCallLog, { "PRINTIMAGE", { nRow, nCol, oImage, nWidth, nHeight, lStretch, nAlphaLevel } } ) if ::aCallLog != nil
AAdd( ::aCallLog, { "PRINTIMAGE", { nRow, nCol, oImage, nWidth, nHeight, lStretch, nAlphaLevel } } )
endifnageswaragunupudi wrote:Regret the bug in the method SayImage() introduced in ver. 2007.The error continues until version 2012
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: AAdd( ::aCallLog, { "PRINTIMAGE", { nRow, nCol, oImage, nWidth, nHeight, lStretch, nAlphaLevel } } ) if ::aCallLog != nil    AAdd( ::aCallLog, { "PRINTIMAGE", { nRow, nCol, oImage, nWidth, nHeight, lStretch, nAlphaLevel } } )   endif
The error continues until version 2012What exactly the error you are getting please?
nageswaragunupudi wrote:The error continues until version 2012What exactly the error you are getting please?
can you please post the error log?