Forum Discussion
JasonJohnson
8 years agoQrew Assistant Captain
My js abilities are limited at best. I can go to a specified report using this -
"&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() &
"?a=q&qid=1"))
This would be acceptable but being able to place the button in a form or any report and return to the place that the button was used would be the favored outcome. I have attempted a few other codes but the issue is always the fact that I am making an edit and creating a new record in another table.
"&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() &
"?a=q&qid=1"))
This would be acceptable but being able to place the button in a form or any report and return to the place that the button was used would be the favored outcome. I have attempted a few other codes but the issue is always the fact that I am making an edit and creating a new record in another table.
ChuckGrigsby
8 years agoQrew Cadet
Feel free to contact me if you want help on how to implement this. Basically once IOL is there and you can load your javascript. You could perform multiple actions, edit multiple records or add many records with an ajax call then redirect to wherever you want. chuck@chuck.support and I can walk you through some of it if you like.