This topic is locked

Master / Detail on same page?

10/31/2006 12:20:32 PM
ASPRunnerPro General questions
J
jkovar55 author

Is it possible to display a master / detail on one page.
I would like to display a list of items on the top half (about 10 rows) and have the detail shown below for the highlighted row.
Is this functionality available without too much programming?

Alexey admin 11/1/2006

Hi,
you can put your master and details page into frames.
Then all you need to change is a hyperlink to details table on Master List page in Visual Editor.

Just add a target attribute there, i.e.

<a href=... target=details>

R
rgfischerjr 5/10/2009

Hi,

you can put your master and details page into frames.
Then all you need to change is a hyperlink to details table on Master List page in Visual Editor.

Just add a target attribute there, i.e.


Is it possible to put master and details on same page with 5.1?

J
Jane 5/11/2009

Hi,
what pages (list, edit, etc.) do you want to combine?

A
agruspe 5/12/2009

Correct me if I am wrong but the way I understand this is that instead of having to preview the details in a popup or inline, a separate frameset for the details list page so that the user can do an inline add or inline edit to the detail records.
This way it will show the master list page on top portion frame that will allow users to do inline add/edit functions while the bottom frame is the details list page of the "selected master record" (from top portion frame) wherein users can also do inline add/edit functions.
I also have a similar requirement for the Purchase Order register project that I am building.

T
Tim 5/13/2009

If I might chime in.... this functionality (as described by Arnel) would be really great! Hope there is a way to do it.
Thanks,

Tim

samsp 6/19/2009

Hi,

what pages (list, edit, etc.) do you want to combine?


i like to combine list-page with the view-page. when i klick on the list page on view i like to see the view-page also. example: 1/3 left or top the list-page and 2/3 the view-page how can i realice that. with frames??? or without frame???
greatings
sam

J
Jane 6/19/2009

Hi,
use iframe for this purpose:

http://www.w3schools.com/TAGS/tag_iframe.asp

M
marchino 6/24/2009

Hi,

you can put your master and details page into frames.
Then all you need to change is a hyperlink to details table on Master List page in Visual Editor.

Just add a target attribute there, i.e.



Hi, I'm not sure I understand.....

and I really need to display master / details on the same page, did anyone succeed?

Can anyone explain me a little bit more?

For example how can I put master and details pages into frames? in visual editor tab? and what exactly is a 'target attribute'?

Thank you all