B
|
bobotoh author 1/10/2011 |
MASTER_TABLE [color="#ff0000"]car_id DETAIL_TABLE spareparts_id --------------------------> (dependent dropdown based on value in master table) is it posible to use dependent dropdown on detail table based on a field value in master table (on add page) ?
|
![]() |
Sergey Kornilov admin 1/11/2011 |
It requires a bit of coding. " car_id = " . $_SESSION["car_id"]
|
B
|
bobotoh author 1/11/2011 |
It requires a bit of coding. Step 1. Save car_id from master table in session variable like $_SESSION["car_id"] Step 2. Add WHERE clause to Lookup wizard " car_id = " . $_SESSION["car_id"]
|
![]() |
Sergey Kornilov admin 1/11/2011 |
|
B
|
bobotoh author 1/12/2011 |
|
![]() |
Sergey Kornilov admin 1/12/2011 |
Trial users are able to open support tickets. |