Row_Rendering and Lookup

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

Row_Rendering and Lookup

Post by mishanian »

Hi,
on the Row_Rendering function, is there any way to run the codes only if it is not **Lookup **?
I mean run the codes if it is on list or view and not when it is called by a drop-down lookup


arbei
User
Posts: 9356

Post by arbei »

You may try if (!$this->isLookup()) { ... }. (Assume v2023.)


Post Reply