One of the Customer TIN no. is '08322254899'
In one of my report: below is the Code written:
ExcelBuf.AddColumn((Cust."T.I.N. No."),FALSE,'',FALSE,FALSE,FALSE,'');
But the TIN no which is Captured is '8322254899'
It does not capture the starting value that '0'
how can i do it friends.
Thanks in Advance.
Thanks & Regards,
Stivan D'souza
0
Comments
ExcelBuf.AddColumn((Cust."T.I.N. No."),FALSE,'',FALSE,FALSE,FALSE,'@');
Please search the forum for more details. This subject has been described n times already.
Stivan D'souza