This following trick will show you how we can search data in Advanced Search based on change event on the Combobox or Select Option element control. In other words, the search process will not be triggered by on click event that belongs to the submit button type, but triggered by on change event that belongs […]
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 Make Search Panel Expanded If Search Criteria Has Been Defined by Users in Websites that Generated by PHPMaker 9.0.4
As we have already known, PHPMaker has the ability to generate the List pages that contain Search panel which has either collapsed or expanded as the initial state when the List pages are loaded. You have to choose one of those two conditions before generating the List pages. When you choose Initiate search panel as […]
How to Force Users to Select Values in Advanced Search of Websites that Generated by PHPMaker 9.0.4
In my previous two articles, I wrote tips and tricks how you can prevent blank search keyword in Search panel for Basic Search in List pages, and also how to define default search operator in Advanced Search pages. Now we are going to add the ability in Advanced Search page to force users to select […]
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 […]