lookup table filter

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
digitalphotoworld
User
Posts: 416
Location: Nürnberg/Germany

lookup table filter

Post by digitalphotoworld »

Is it possible to deactivate/modify the $lookuptblfilter only for the listpage?

I need a filter for add/edit and it works fine. But in list/view page some of the records are shown as ID's because the filter is working on this too.


mobhar
User
Posts: 11753

Post by mobhar »

Try:

(CurrentPageID() == "add" || CurrentPageID() == "edit") ? "Your filter goes here" : ""


mdfaisalpapa
User
Posts: 84

Post by mdfaisalpapa »

where is $lookuptblfilter declared. how to access $lookuptblfilter . example please


Post Reply