PRINT oPrn:CmSay PADDING is NOT Working
Posted: Sun Jul 28, 2019 10:25 am
Dear All ,
I am using PRINT Object to print some reports. In the CMSay Method nPad Parameter is for padding as given below.
In the Preview do not see PADDING RIGHT. Could you please help on this...!
Thanks
Shridhar
I am using PRINT Object to print some reports. In the CMSay Method nPad Parameter is for padding as given below.
In the Preview do not see PADDING RIGHT. Could you please help on this...!
Code: Select all
//METHOD CmSay( nRow, nCol, cText, oFont, nWidth, nClrText, nBkMode, nPad, lO2A );
oPrn:CmSay( nPRow , 14.00, Transform(oRsAcctOSBList:BILL_AMOUNT,"@Z 99,99,99,999.99"), oFont ,2.34, PAD_RIGHT )
Shridhar