This following customization will show you how to implement Alertify Code into Javascript Template Files that used by PHPMaker 10.0.1. There are some files that need to be modified so that we can use the Alert and Confirmation Dialog Box code from Alertify properly. In other words, we will not use the built-in alert and […]
How to Change the Separator Character for Export to CSV in Websites that Generated by PHPMaker 9.2.0
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 Make Right-Align Columns for Aggregate Functions in Websites that Generated by PHPMaker 9.2.0
PHPMaker has the ability to display the aggregate functions such as SUM, COUNT, and AVERAGE at the bottom or the footer of the main table in the List pages. Unfortunately, the alignment of the columns are using “left-align” instead of “right-align”. Since those aggregate columns are for displaying the total information in number, then it […]
How to Hide PreviewRow Tab of the Restricted Detail Pages in Websites that Generated by PHPMaker 9.2.0
PreviewRow extension (only for the registered PHPMaker users) is one of the best extensions that provided by PHPMaker. It will turn your List pages which have some detail pages in it into several tabs. The tabs are hidden by default, and replaced by only plus (+) icon. When you click on the icon, then the […]
How to Overcome “User X already logged in” Issue in Websites that Generated by PHPMaker 9.2.0
One of the greatest Security feature that provided by PHPMaker is the ability to disallow concurrent login in order to prevent the same account is being used at the same time, either by the same person or the other person. Let’s say, if user A has already logged in, then when the other user is […]
How to Connect to the Different Database Engine in Web Applications that Generated by PHPMaker 9.2.0
Sometimes you want to connect to the different database engines from your main web application that generated by PHPMaker. Since PHPMaker uses ADODB Library to access the databases, then we can now achive it easily and quickly. In this article, I will show you step by step how you can do it from PHPMaker. We […]
- 1
- 2
- 3
- …
- 18
- Next Page »