V
|
vksharma author 12/26/2010 |
Hi, I am not sure how this can be done: I have 5 tables all linked to Table A. Suppose other tables are Table B,C,D,E,F Table A is the Master Table and other 5 tables store the other related records. The MainPage that loads, shows a List of records in the Master Table, with links to Table B,C,D,E,F inline. Now when the user clicks on the inline hyperlinks to these tables, the page view changes. Now to Change to the other table, one has to first click on "Back to Master Table" on the top, then search for the record which was being edited, and then click on the hyperlink for the other table. So in all, to edit all the tables, one has to always go back to the main page, search for the same record (out of a huge list ) and then select the other link. So when viewing the records for Tables B,C,D,E,F, can the links to these tables be added on the top of the page so that user stays on the same master record itself and not keep on jumping to the main page again and again. Is this possible? or is there any other alternative of doing this? I hope i am able to convey myself clearly. I wanted that when the other Tables (Table B,C,D,E,F) are being viewed or edited, the user should not go back to the mainpage (which lists around 50-60 records. The selected record gets lost. One has to search again for the same). He should be able to directly jump to the other tables of the selected main record. Menu is also an option, but when you click on the Menu link for Tables B,C,D,E,F, it lists down all the records. Best Regards VK Sharma |
V
|
vksharma author 12/26/2010 |
Hi, |
J
|
Jane 12/27/2010 |
Hi, global $strTableName;
|
V
|
vksharma author 12/27/2010 |
Thanks. It seems to be working fine. But partially. Links to Table B,C,D,E,F are working fine. But the "Back to Master Table" takes it back to the main page whare the complete list of records is there. I tried the same snippet for Table A, but it does not seem to work. |
V
|
velveteen 12/27/2010 |
So when viewing the records for Tables B,C,D,E,F, can the links to these tables be added on the top of the page so that user stays on the same master record itself and not keep on jumping to the main page again and again.
|
V
|
vksharma author 12/27/2010 |
Thanks velveteen, |
J
|
Jane 12/28/2010 |
Hi, |
V
|
vksharma author 12/28/2010 |
Hi Jane, |