This following customization will show you how you can change the separator character for Export to CSV file in web applications that generated by PHPMaker. As we have already known, the default separator character that used by PHPMaker is a comma (,) character. In this following example, let’s say we will change it become the […]
How to Remove Comma Separator in Combobox Lookup Field in Websites that Generated with PHPMaker 8.0.3
PHPMaker by default will add the comma (,) separator in combobox lookup field when you display more than one field in it. Let’s say in the Customers table, I have a field named Office which setup as the Combobox, and this field will lookup to the Offices table. So, I will link this Office field […]