Lookup_Selecting filter based on values in adjacent column

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

Lookup_Selecting filter based on values in adjacent column

Post by philmills »

I have a column say 'members' and it contains user ids comma separated e.g. 67856,02317,54637,97915
In another column 'remind' I want to filter the lookup to show only values from 'members' for the current record.
can I use $this->members->CurrentValue inside function Lookup_Selecting ?
If not how else can I do this?


arbei
User
Posts: 9384

Post by arbei »

If you use v2024, you may see Lookup_Selecting -> Example 6.


philmills
User
Posts: 555

Post by philmills »

is this example supported in v2023 ?


arbei
User
Posts: 9384

Post by arbei »

arbei wrote:

If you use v2024...


philmills
User
Posts: 555

Post by philmills »

Ok, I'll do this after upgrading


Post Reply