case where list detail records don't show (2) |
9/1/2011 9:42:32 PM |
PHPRunner General questions | |
E
electromotive author
Refer to http://www.asprunner.com/forums/topic/14926-case-where-list-detail-records-dont-show/ |
|
![]() |
Sergey Kornilov admin 9/2/2011 |
electro rick, |
E
|
electromotive author 9/6/2011 |
electro rick, this weren't fixed in version 5.3. In fact this is a "feature" or rather a design limitation. To overcome this PHPRunner needs to create a different set of table session variables for each way you can access this table (directly or via master-details). The solution is to prevent a direct access to details table (removing it from the menu will do the job). If you still need to do that - create a custom view on the top of details table and use it for direct access purposes. Hope this makes sense.
|
![]() |
Sergey Kornilov admin 9/7/2011 |
If I understand your question right - it doesn't matter. As long as they are different entities they have they own set of session variables and won't interfere. |