Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Transaction Patterns » List view (List3)
Re: List view (List3) [message #7538 is a reply to message #7537] Wed, 16 December 2020 04:48 Go to previous messageGo to previous message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
No. With a LIST pattern there are 3 tables - outer, middle and inner. Both the outer and middle tables will show only one row while the inner table will show multiple rows. At runtime the primary key of the outer table is passed down to the middle table so that it can read all children of that parent, but only show them one at a time. Then the primary key of the current row in the middle table is passed down to the inner table so that it can read all the children of that middle row, and it will show them in pages.

If you want to bypass the middle table then you should use a LIST2 pattern which does not have a middle table.


 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: PopUp - Link1 table
Next Topic: Tree structure
Goto Forum:
  


Current Time: Tue Apr 30 01:34:31 EDT 2024

Total time taken to generate the page: 0.01382 seconds