This topic is locked
[SOLVED]

 Autofill

1/1/2017 2:28:24 PM
PHPRunner General questions
R
rgfischerjr author

Is it possible to use autofill to populate fields that are not visible on the screen?

romaldus 1/1/2017

I think it is not possible but you can do it in before record added event

admin 1/1/2017

No, you cannot autofill fields that are not on the screen. Your best bet is to use readonly fields or implement autofill manually via coding in BeforeAdd/BeforeEdit events.

Tandy 1/2/2017

Deleted.

R
rgfischerjr author 1/3/2017



No, you cannot autofill fields that are not on the screen. Your best bet is to use readonly fields or implement autofill manually via coding in BeforeAdd/BeforeEdit events.


Thanks Sergey! Manual implementation using DAL was a snap!