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 […]
The Safest Ways to Get Values from Any Field Types in Row_Rendered Server Events of PHPMaker 9.2.0
Row_Rendered is one of the famous Server Events in PHPMaker. This event will be called after rendering a record regardless the page that uses it. It is an extremely useful event for conditional formatting, you can do a lot of things with this event, such as changing font color, font styles, row background color, cell […]
A Case Study: Hiding Certain Fields Based on the Selected Value in ComboBox in Add Pages of the Websites that Generated by PHPMaker 9.2.0
This following article will show you how to hide the certain fields based on the selected value in a ComboBox or Select Option control in Add pages of web applications that generated by PHPMaker. This is very useful if you want to hide the certain elements in the form of Add pages based on 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 […]
How to Remove “Please Select” from the Select Option in Websites that Created with PHPMaker 8.0.3
Have you ever read the article I wrote about how to hide or change the “Please Select” words with your own words including its value? Well, the following trick will show you how to remove the “Please Select” option from the Select Option in websites that created with PHPMaker, instead of to replace the “Please […]
How to Disable or Enable Another Control Based On Click Radio Button Using jQuery in Websites that Generated with PHPMaker 8.0.3
This time I will show you how to disable or enable another control based on the Radio Button onClick event in websites that generated with PHPMaker. Again, we will use jQuery for this purpose. Fortunately, PHPMaker has given the id for each control that generated by it, so we can optimize this id for using […]