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 Set the New Phrases based on the Selected Language in Websites that Generated by PHPMaker 9.2.0
Have you ever wanted to add the new phrases into the .xml language files without having to add them manually into the .xml language files? If so, then this following trick is definitely for you. Yes, files word means that there are more than one .xml language files will be involved regarding that new phrases. […]
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 […]
How to Disable Select Box on the Edit Pages in Websites that Generated by PHPMaker 9.2.0
Another flexibility feature that I love from PHPMaker is the ability to disable the element on the form by using Server Events. You can decide to disable the certain elements on the form that suits your needs or based on your business process for the certain pages. In other words, you don’t need to modify […]
A Case Study: Hiding the Master Fields in Master/Detail Pages of Websites that Generated by PHPMaker 9.2.0
PHPMaker generates the Master/Detail pages by including the *master.php file into the generated List page that belongs to the detail table. For example, the master table is orders, and the detail table is orderdetails and both tables have already been associated as Master/Detail in Table setup of PHPMaker. So, in the generated orderdetailslist.php file, you […]
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 […]
- « Previous Page
- 1
- …
- 3
- 4
- 5
- 6
- 7
- …
- 12
- Next Page »