This topic is locked

Lookup Wizard Problems

6/3/2009 4:36:50 AM
PHPRunner General questions
S
swanside author

Hello.
I have two tables.
customer with the fields of Customer_Name, and CustomerID

Sites with teh fields of site_address, Customer_Name, CustomerID and LocationID
In the sites edit as on the Visual editor page I select Lookup Wizard.
Lookup Table = customer

Link Field = CustomerID

Display Field = CustomerID

Order By CustomerID
This dropdown is dependant on
Catagory Control = Customer_Name

Catagory Field = Customer_Name

When I press Test I get a popup saying
Test is impossible as the edit control for a linked field in not configured properly. You should set the edit as type to the Lookup wizard and set the control to read from the database.
What does this mean??
Thanks
Paul

J
Jane 6/3/2009

Paul,
please make sure you have set up Customer_Name field in the Sites table as Lookup wizard as well.

S
swanside author 6/3/2009

Thanks Jane