Quantcast
Viewing all articles
Browse latest Browse all 2586

Advanced Search returns to Master List not the calling Additional Page List

I'm pretty new to PHPrunner, still trying to orient myself.

I have a DB with a million+ Members and under each member are their friends and family members ('MyRelationships').

Image may be NSFW.
Clik here to view.
Posted Image

Image A

Image may be NSFW.
Clik here to view.
Posted Image

Image B

I click "Add New Friend" (image A, myrelationships_list URL). Landing on the myrelationships_add page (image B ), the first field (idMember) is a lookup on 'Members' table with 'List page with search' option going to page 'FindMember'. So, I click 'Select' and go to the FindMember list (image C ).

Image may be NSFW.
Clik here to view.
Posted Image

Image C

The pop-up 'FindMember' page (image C - still on myrelationshipd_add.php) is an Additional List Page for the 'Members' table in Designer. It works well if I just click on a First Name - it selects the record and returns me to continue filling out the 'Add a New Friend' page.

But, I want to use the Advanced Search (image D ) to find people because mySQL should make use of a Members table Index I have set up (FirstName(8), Last(8), Gender, BirthYear).

Image may be NSFW.
Clik here to view.
Posted Image

Image D

Here's the problem: Because this Advanced Search is on the Members table, when I fill it out and click Search, I go back to the members_list.php (image E ) instead of going back to the myrelationships_add page (image C ) where I originally started the Advanced Search from.

Image may be NSFW.
Clik here to view.
Posted Image

Image E

I want to return from image D to a list of filtered records on image C and be able to click on a first name to Select the record.

I've worked on this for 3 days trying different things. How can I do that?

Thank you! Image may be NSFW.
Clik here to view.
:)

(PHPrunner 10.4 build 35672x64)

Viewing all articles
Browse latest Browse all 2586

Trending Articles