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.
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.
Thanks Kev1n for encouraging me to post my issue.
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Ctrl + click on a record in browseform ... no javascript
-
- Posts: 132
- Joined: Sun Dec 16, 2018 6:13 pm
- Location: România
- Has thanked: 30 times
- Been thanked: 4 times
Ctrl + click on a record in browseform ... no javascript
You do not have the required permissions to view the files attached to this post.
nuBuilderForte .... BIG Like !!!
-
- Posts: 132
- Joined: Sun Dec 16, 2018 6:13 pm
- Location: România
- Has thanked: 30 times
- Been thanked: 4 times
Re: Ctrl + click on a record in browseform ... no javascript
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.
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.
nuBuilderForte .... BIG Like !!!