This topic is locked

Autofill an Image field?

4/18/2011 6:15:34 AM
ASPRunnerPro General questions
P
paulstone author

Hi there,
I still have many questions about this awesome program! Heres another scenario I would like to achieve...
Using the Autofill feature, Is it possible to display a small image on the Add/edit page when selected data has been chosen in a dependant lookup??

For example
Cars Make Model ...
Select a Car Make..that determines the Models, then when Model is selected a field called image is autofilled and displays in real time..?
Using Asprunner Pro 6.3
Regards,
Paul.

Sergey Kornilov admin 4/18/2011

It's possible however some manual coding will be required. You can use JavaScript API for this job defining 'onchange' handler of lookup wizard field.
You can find sample code and documentation at http://xlinesoft.com/phprunner/docs/ctrl_on.htm.