This topic is locked

Lookup table and Allow to add new values on the fly

10/17/2006 1:48:10 AM
PHPRunner General questions
jwoker author

On my Add new page for table Order I need to populate Order.jobaddress with Customer_details.address1 and allow the address to be changed from Customer_details.address1 to something else if needed. So here is what I tried which gives me the prepopulation with the customers address but does not seem to let me "add new values on the fly".



If I can't use the dropdown/dependent to limit customer addresses to the particular customerid on the order - what else can I do to populate Order.address with the address from customer_details.address1 and also be able to change it if necessary?

J
Jane 10/17/2006

Hi,
it's impossible to use dependent dropdown boxes and add on the fly option at the same time with current PHPRunner version.
We'll add this feature in one of the next PHPRunner update.