Not many PHPMaker users know about these 4 popular server events: Row_Inserting, Row_Inserted, Row_Updating, and Row_Updated, since the lack of documentation about this. In this article I want to explain you about this server events so that you will use them in the right place, and also, at the right time. 🙂 The Similarity The […]
How to Hide the Search Panel in Detail Section of Master/Detail Page in Web Applications that Generated by PHPMaker 10
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 […]
Preventing Copying Records in the Web Applications that Generated by PHPMaker 10
PHPMaker will generate a Copy inline-link when we enable Add permission action. Sometimes we do not want to allow users to copy the existing record for some reasons. Just like the similar trick how to prevent copying records in PHPMaker 9, this following trick below will show you how we can do the same purpose […]
How to Search Data based on the Select Option Change in the Web Applications that Generated by PHPMaker 10
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 Insert A New Link Near by Export Options in Web Applications that Generated by PHPMaker 10
This following trick will show you the powerful of PHPMaker 10 that allows you to insert a new link near by the Export Options. We will use Page_Render server event for this purpose. Just for your information, Page_Render existed since version 10. This trick is very useful if you want to insert your custom link […]
- « Previous Page
- 1
- 2
- 3
- 4
- …
- 12
- Next Page »