Master Multi Detail – passing multiple values

QuestionsMaster Multi Detail – passing multiple values
Michał Mewald asked 7 years ago

Hi,
using Master Multi Detail example I created grid form with 3 tables. I want to select more then one value from master table and pass ids to second and third grid form – but get only the last one selected.

Example code: https://pastebin.com/4QUfgbsE

In short, i want to use:
"SELECT id,client_id,invdate,amount,tax,total FROM invheader WHERE client_id IN ( $id )"

Not:
"SELECT id,client_id,invdate,amount,tax,total FROM invheader WHERE client_id = $id "

1 Answers
Abu Ghufran answered 7 years ago

Currently it is not supported.
It only works with single row select.

Your Answer

8 + 9 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?