Filter Editor

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

Filter Editor

Post by widelec »

Hi
I want to filter user releated some rows on the list page.
I tired tables -- Filter -- Filter Editor and this code :
"City='".$_GET[CurrentUserInfo(City)]. "'"

Not work
what 's wrong ?
Could you help me?
Thanks


arbei
User
Posts: 9359

Post by arbei »

You can add your filter in "Recordset_Selecing" Server Event.

For example:
ew_AddFilter($filter, "City='". CurrentUserInfo(City) . "'");


widelec
User
Posts: 2

Post by widelec »

Thank you...


Post Reply