![]() |
Sergey Kornilov admin 7/19/2016 |
I guess you meant a related table and not a related database. This would make sense if you setup one of fields as a lookup wizard and enable autofill option to bring more fields from the lookup table to your Add/Edit form. You can set 'Edit as' type of those extra fields to 'Readonly' so they are for display purposes only. |
P
|
PHPRunnerExplorer author 7/19/2016 |
That's correct, it's a related table. Sorry about that. I guess you meant a related table and not a related database. This would make sense if you setup one of fields as a lookup wizard and enable autofill option to bring more fields from the lookup table to your Add/Edit form. You can set 'Edit as' type of those extra fields to 'Readonly' so they are for display purposes only. For more info check 'Autofill' section at http://xlinesoft.com/phprunner/docs/lookup_wizard.htm Copying fields in Visual Editor is not enough as they are just placeholders and won't work without supporting server-side code. |
![]() |
Sergey Kornilov admin 7/19/2016 |
Yes, you can also enable 'Add new records on fly' option in Lookup wizard to quickly add a missing option to lookup table. |
P
|
PHPRunnerExplorer author 7/19/2016 |
Perfect. Just tried it, and it works like a gem. Lookup is defined on the Applicant_Id, and some of the name and address fields are displayed, read-only. Yes, you can also enable 'Add new records on fly' option in Lookup wizard to quickly add a missing option to lookup table. |