Refresh of Display Object
Posted: Sat Mar 16, 2019 8:29 am
Hi,
On the edit form I have a display object which displays data form mySql based on value taken from one field on the form ex.:
is it possible to refresh on open edit form just only the DISPLAY field when the source field (#his_num#) is updated.
I mean to use for example the onchange JS code or .... ?
On the edit form I have a display object which displays data form mySql based on value taken from one field on the form ex.:
Code: Select all
SELECT par_nr FROM parts WHERE par_sample='#his_num#' LIMIT 1
I mean to use for example the onchange JS code or .... ?