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 .... ?