Longer TPrinter document name

Longer TPrinter document name

Postby Enrico Maria Giordano » Fri Jan 26, 2018 11:09 am

Can we have longer TPrinter document name, please?

From printdc.c:

Code: Select all  Expand view
  char szDocName[ 32 ];
   int iLen = MIN( 31, hb_parclen( 2 ) );


64 should be enough:

Code: Select all  Expand view
  char szDocName[ 64 ];
   int iLen = MIN( 63, hb_parclen( 2 ) );


Thank you.

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8243
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot], richard-service and 24 guests