how to set list page data where condition

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

how to set list page data where condition

Post by newbiephp »

how to set list page data where condition.
but it still can display the standard add edit delete button.can it?

so I need to display data with a certain where.
thanks


arbei
User
Posts: 9396

Post by arbei »

You may use Recordset_Selecting server event, see the topic Server Events and Client Scripts in the help file.


newbiephp
User
Posts: 304

Post by newbiephp »

ok thanks.

what if the data is set according to user level?
thanks


arbei
User
Posts: 9396

Post by arbei »

User level is table level, not related to data, the user just has or has not permission to the List page. Did you mean the table is protected by User ID security? You use Recordset_Selecting to add your filter, it will not affect User ID Security.


Post Reply