Page 1 of 1
This is embarrasing
Posted: Mon May 23, 2022 5:29 pm
by treed
Hello all, about a year or so ago I created a form where the selects a value from a lookup and many of the rest of the text boxes on the form are populated from a table immediately after the selection is made. The form works great. The embarrassing part is I now can't remember how I did it. I need to add a new field. There is no java script on the main form or on the select object. Where else should I look???
Re: This is embarrasing
Posted: Mon May 23, 2022 6:19 pm
by kev1n
Hi,
Is there code in the After Browse event of the lookup object?
Re: This is embarrasing
Posted: Mon May 23, 2022 9:29 pm
by treed
No after browse event code of lookup object, The fields update with the selected info right after the selection is made.
Screenshot from 2022-05-23 12-27-42.png
Re: This is embarrasing
Posted: Mon May 23, 2022 9:58 pm
by nc07
treed wrote: ↑Mon May 23, 2022 9:29 pm
No after browse event code of lookup object, The fields update with the selected info right after the selection is made.
Screenshot from 2022-05-23 12-27-42.png
Please click on the afterbrowse button to see the PHP codes. The current view in the picture is for JS events only.
Re: This is embarrasing
Posted: Tue May 24, 2022 5:26 pm
by treed
And...There it is! Thank you so much!!!