std.list3 passing middle table to child form [message #366] |
Tue, 07 November 2006 04:31 |
johandewit
Messages: 25 Registered: May 2006 Location: Belgium
|
Junior Member |
|
|
Getting one step further in my list3 problem, i'm still confused.
(see also for reference
http://www.radicore.org/forum/index.php?t=msg&th=116& ;start=0&S=0d875c7d23340dd2e17ef9c779399d89 )
How does one get the data from the middle table passed to the std.add2 child form ? In my case, I only get the $where from the "outer" or parent table. Since the middle table contains also a field (the weeknumber) that is needed in the grandchild - inner table, i'm looking for a way to pass the value to the next form. But here I'm lost.
See the screenshot in previous post, I choose for the list3 for following reason :
Outer -> user data is fixed, and the data is retreived using the logon id from the user.
Middle -> contains some overview data for the slected week. More than 1 week can be available, so scrolling is possible.
inner -> the detailed inoput data for the selected week middle table.
Johan
|
|
|