This topic is locked
[SOLVED]

 Form Completion from drop down

9/6/2010 11:20:41 AM
PHPRunner General questions
J
jasonfrew author

Hi All
Im looking for a way to complete the address fields in a Quote form.
I have all the address information stored in the Cust_account table
im using a lookup table drop down to query the Cust_account table to locate the customer number, however the user still has to complete the address information by hand.
if after locating the customer record in the lookup dropdown they were to click on the customer they are looking for. and the address fields be populated on the quote_add page that would a good step forward.
Thanks in advance
Jason

woodey2002 9/7/2010

This may be a new feature in the New version of PhpRunner.
Regards,
J
PhpRunners No Fan

Sergey Kornilov admin 9/7/2010
J
jasonfrew author 9/8/2010

Hi Guys

thanks for the heads up on the new version
I have rebuilt my application with the new software (v 5.3) however i cant seem to get the populate facility to work

i create the page, upload to my web server, browse to the correct add page. I can see the Select option next to the field im looking to change, when i click it nothing happens

if i try to put anything in the field im trying to populate, it does not allow me to type directly into the box
I assumed it was the query pulling the info back from the db.

However there is only 4 thousand records in that table
any thoughts ?
Regards

J
Jane 9/29/2010

Hi,
we've added 'allow free input' option for theEdit box with Ajax popup option on the "Edit as" settings-->Lookup wizard dialog on the Visual Editor tab.

'Select' link is used if you've chosen 'List page with search' option. In this case you can add new record in the popup (using inline add).