This topic is locked

Hide/Show Menu items

12/24/2010 10:22:37 AM
PHPRunner General questions
V
vksharma author

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.
I have also created a Menu, which contains links to the following:

  1. Master Records

    1.A TableB

    1.B TableC

    1.C TableD

    1.D TableE

    1.E TableF
  2. Customer List
  3. XXX
  4. YYY
    Now i want that when the user is viewing the main page(Master Table), the Menu item 1.A...1.F should not be displayed. But when the user clicks on the inline hyperlinks, then the links menu item 1.A...F should be displayed.
    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.
    Best Regards

    VK Sharma

V
vksharma author 12/25/2010

Hi,
Let me rephrase my question since nobody has answered uptil now.I guess I was not able to convey my problem.
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 i.e Table A with links to Table B,C,D,E,F inline.
I have also created a Menu, which contains links to the following:
Master Records (group)

Table B

Table C

Table D

Table E

Table F

System Users

some more menu items
Now i want that when the user is viewing the main page list of records(Master Table), the group "Master Records" Menu item should not be displayed. But when the user clicks on the inline hyperlinks, then the links for the tables A...F should be displayed.
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.
Best Regards

VK Sharma

V
vksharma author 12/26/2010

Hi,
Now i am beginning to think, this cannnot be done via PHPRunner. Not a single reply.
Can somebody at least reply back and tell me whether its possible to do this or not?
Regards

VK