This topic is locked

Everything related to the details table doesn't work

8/17/2019 6:07:02 AM
PHPRunner General questions
W
wehaye author

For information, I use the latest version of PHPRunner, which is PHPRunner 10.2 build 33519 x64 and I use the Windows 10 x64 operating system.
As I wrote in the title above, if we have more than one table details, then the following features do not work:

  • "Hide link if no child records exists" does not work. Although this feature has been checked in the Table link properties, and the detail table has no data, it still appears.
  • Order of details tables cannot be changed (settings in the Page Designer)
  • Details table orientation cannot be changed (setting in the Page Designer)
  • etc about details table
    I have tried all the settings and tried to always clear the cache for each setting change, but this problem persists.
    Is something wrong with my system?

    Or is this a bug?

    Some of my colleagues who use PHPRunner also experience the same problem.
    If this is a bug, please on the next PHPRunner update, all features of the detail table can function normally.
    Thank you.
    Image -->







Admin 8/19/2019

There is a bit of misunderstanding here about how things work.

  1. "Hide link if no child records exists" - only applies to the situation when there are links i.e. a single link is shown for every details table. In case of 'single link for all details table', it will be only hidden if no child tables have any records.
  2. In case of single details, table link and inline preview details are shown in a tab control. You can make tab control display data vertically. Tabs are always horizontal.
  3. The order of child tables does apply. Tested it in both single link and multiple links modes.
    PS. We are planning to add a separate settings 'Hide tab if no child records exist' option that will apply to the tab control with details tables.

W
wehaye author 8/19/2019



There is a bit of misunderstanding here about how things work.

  1. "Hide link if no child records exists" - only applies to the situation when there are links i.e. a single link is shown for every details table. In case of 'single link for all details table', it will be only hidden if no child tables have any records.
  2. In case of single details, table link and inline preview details are shown in a tab control. You can make tab control display data vertically. Tabs are always horizontal.
  3. The order of child tables does apply. Tested it in both single link and multiple links modes.
    PS. We are planning to add a separate settings 'Hide tab if no child records exist' option that will apply to the tab control with details tables.


Oh, I see.

Sorry for my ignorance.
For point 1, all applications that I made from PHPRunner version 9.8, the "Hide link if no child records exist" feature is functioning normally.

All detail tables that don't have data in them, don't appear on the tab.

From this, I assume that the "Hide link if no child records exists" feature is applied to all table details.
Btw, I'm waiting for the "separate settings Hide tab if no child records exist option" update.
Thank you for your response and help.