Almost all web applications need to show announcement to the users, especially if the information is urgent and need to be displayed immediately. Some of the announcements are need to be displayed based on the certain language and also for the certain duration of dates. The question is, how can we display the announcement that […]
Hiding Action Buttons (Add, Edit, Delete) on View Page of Web Applications that Generated by PHPMaker 10
Have you ever wanted to hide the action buttons on the View page of the web applications that generated by PHPMaker? The action buttons I meant is Add (also Copy if you enable it from Fields setup), Edit, and Delete. Now you can do it easily by using either Server Events or Client Scripts. Since […]
Row_Inserting vs Row_Inserted, and Row_Updating vs Row_Updated
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 […]
- 1
- 2
- 3
- …
- 7
- Next Page »