Hello!
I'm trying to implement different add pages. Like add1, add2, ... with different views.
I got a table which have tupels of cars and brands.
carbrands(id, car, brand)
1, "car1", "mercedes"
2, "car2", "mercedes"
3, "car3", "bmw"
4, "car4", "mercedes"
And a table where I want to insert a review of a car.
review(id, car, brand, text, ..)
1 , "car2", "mercedes", "cool"
2 , "car2", "mercedes", "ok"
Now I want to offer two different add pages for the review table.
The first one: (add1) (for people who knows the brand and want to select the car)
You can select the brands first, like mercedes and the second drop down field offers you car1, car2, car4,...
The second one: (add2) (for people who know the car but not the brand)
You can select the car first, like car3 and the secound drop down field offers bmw.
The problem is: When I change the lookup wizard of add1, I automatically change the lookup wizard of add2.
Is there a way to seperate those pages?
Thank you and br
PHPRunner Version: 10.3 34219
I'm trying to implement different add pages. Like add1, add2, ... with different views.
I got a table which have tupels of cars and brands.
carbrands(id, car, brand)
1, "car1", "mercedes"
2, "car2", "mercedes"
3, "car3", "bmw"
4, "car4", "mercedes"
And a table where I want to insert a review of a car.
review(id, car, brand, text, ..)
1 , "car2", "mercedes", "cool"
2 , "car2", "mercedes", "ok"
Now I want to offer two different add pages for the review table.
The first one: (add1) (for people who knows the brand and want to select the car)
You can select the brands first, like mercedes and the second drop down field offers you car1, car2, car4,...
The second one: (add2) (for people who know the car but not the brand)
You can select the car first, like car3 and the secound drop down field offers bmw.
The problem is: When I change the lookup wizard of add1, I automatically change the lookup wizard of add2.
Is there a way to seperate those pages?
Thank you and br
PHPRunner Version: 10.3 34219