PHPMaker generates the Master/Detail view page by including the Search Panel in the detail section. Most of the time, I do not need the Search Panel is displayed in the Detail section. The reason for this is that it often confused the users since if they use the Search Panel to find records that do […]
How to Define Default Search Value in Advanced Search of Websites that Generated by PHPMaker 9.2.0
If your web application has many transactions data that entered by end-users everyday, then consider not to display all records in the List page since the page will take much longer time to be loaded to your end-users. Fortunately, PHPMaker has provided Requires Search Criteria from the Tables setup that related to the table so […]
How to Define Default Operator in Advanced Search of Websites that Generated by PHPMaker 9.0.4
One of the most flexible features that provided by PHPMaker is the ability to search records by using Advanced Search. This feature allows us to define which fields should be involved, and which operator should be used by default when users are accessing the Advanced Search page. For example, if you defined USER SELECT in […]