Set a table to appear directly in the "detailed view" mode

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
fgazza
Veteran Member
Posts: 205
Joined: 2019-04-30 17:37

Set a table to appear directly in the "detailed view" mode

Post by fgazza » 2019-07-26 22:35

Hi everyone. I would like a table to appear directly in the "detailed view" mode on the home page and not in the form of a button to click to see the table opened in the dv version.
Thanks for your help!
Fabiano

sjohn
Veteran Member
Posts: 86
Joined: 2018-05-23 09:32

Re: Set a table to appear directly in the "detailed view" mode

Post by sjohn » 2019-07-27 08:28

You could use the parameter ?SelectedID=xx

This will open in detail view for the specific id. But then you afterwards have to go via the table to choose a new.

A way could be that you have the table to the left and the detail view to the right. This way you can still open on a specific ID and afterwards the user can choose a new detail to be shown by clicking in the table.

He can search and sort the table and then click - and the detail will be shown.

For the image shown the link is www.....biler/Biler_view.php?SelectedID=4 ( the image is not the full screen )

This will make the ID=4 be shown.
If this is not at all what you meant, then please some more explanation
biler01.jpg
biler01.jpg (65.75 KiB) Viewed 1232 times

Post Reply