Topic: How to print two values inside same cell
$rep->TextCol(5,6,$in);
$rep->DateCol(5,6,$date,true);
i need to print two values separated by /. Eg: SIN / 12-03-2015 like this.how i achieve
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Reporting → How to print two values inside same cell
$rep->TextCol(5,6,$in);
$rep->DateCol(5,6,$date,true);
i need to print two values separated by /. Eg: SIN / 12-03-2015 like this.how i achieve
Change $date to "SIN / $date" and you're done. Or "$var / $date", if "SIN" is some other variable.
FrontAccounting forum → Reporting → How to print two values inside same cell
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.