Page 1 of 1

Ctrl + click on a record in browseform ... no javascript

Posted: Sat Jul 04, 2020 9:57 am
by gerese
Hi guys,

In my enviroment I have this little problem Ctrl clicking on a record in browseform opens the edit form without running javascript.
Do you have the same problem?

This is normally open editing form with a click.
Fields is disable.
Save button is down.
Javascript ran normally.
7.jpg

This is the same editing form opened in a new window with the Ctrl + Click combination in the browseform
All fields can be edited, save button go to sky ....
Javascript did not run.
8.jpg

Thanks Kev1n for encouraging me to post my issue.

Re: Ctrl + click on a record in browseform ... no javascript

Posted: Sat Jul 04, 2020 10:58 am
by gerese
Problem solved
The transfer of a variable from php to JavaScript that I used in the editing form I did in BeforeBrowse, which made the editing form work with Click, and not work with the combination Ctrl + Click. After I moved the transfer of the variable from php to JavaScript in BeforeEdit ... it works properly.
The solution is Kev1n who had the patience to listen to me and solve my problem.
Thousands of thanks Kev1n.