New Password problem

Re: New Password problem

Postby Antonio Linares » Sat Oct 03, 2020 4:44 am

Tim,

Have you found a fix for the password problem ?


Mr. Rao is reviewing it
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New Password problem

Postby nageswaragunupudi » Sat Oct 03, 2020 11:37 am

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.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10247
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: New Password problem

Postby TimStone » Sat Oct 03, 2020 6:07 pm

Thank you. For now I reverted back to 20.07 where it works fine.
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
TimStone
 
Posts: 2904
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Re: New Password problem

Postby nageswaragunupudi » Sun Oct 04, 2020 8:36 am

Revised FWH 20.08.1 published with this fix.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10247
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: New Password problem

Postby TimStone » Mon Oct 05, 2020 4:50 pm

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

Stack Calls
===========
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
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
TimStone
 
Posts: 2904
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Re: New Password problem

Postby nageswaragunupudi » Tue Dec 08, 2020 5:45 am

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
 
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10247
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: New Password problem

Postby cjcardoza » Tue Jun 13, 2023 10:39 pm

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
cjcardoza
 
Posts: 31
Joined: Thu Jul 13, 2006 12:20 am
Location: Lima - Peru

Re: New Password problem

Postby nageswaragunupudi » Wed Jun 14, 2023 1:17 am

The error continues until version 2012

What exactly the error you are getting please?
can you please post the error log?
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10247
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: New Password problem

Postby cjcardoza » Thu Jun 15, 2023 3:35 am

nageswaragunupudi wrote:
The error continues until version 2012

What exactly the error you are getting please?
can you please post the error log?
cjcardoza
 
Posts: 31
Joined: Thu Jul 13, 2006 12:20 am
Location: Lima - Peru

Previous

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 69 guests