Tabs on listpage with different where clause

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
kohle
User
Posts: 11

Tabs on listpage with different where clause

Post by kohle »

Hi,

is there a possibility to add different tabs with different filters / where clauses to the listpage.

I see that you can add filters , but I need them as tab or buttons for select. The user should not be able to change the filters.

For ex. Tab1: paid invoices, Tab2: unpaid invoices ....

rgs
J.


mobhar
User
Posts: 11905

Post by mobhar »

If those Tabs are represent from detail tables, then you may simply use Recordset_Selecting server event to filter the records in each detail table.


Post Reply