GeorgeBramhall2
3 years agoQrew Cadet
Close a pop up form after a button is clicked on the form
I have a button that sits on a report that is on a user page that creates pop up to a special form that also has a button that that acts on a checkbox and then refreshes the page.
Here is my formula that sits on the pop up form:
var text Update = URLRoot() &"db/" & Dbid() & "?act=API_EditRecord"& "&rid=" & [Record ID#]
& "&_fid_1046=1";
var text RefreshPage = URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl();
If([Ready for Dispositions]=false,$Update
& "&rdr=" & URLEncode($RefreshPage))
What do I need to add to my formula to close the pop up after the button is clicked?
------------------------------
George Bramhall
------------------------------
Here is my formula that sits on the pop up form:
var text Update = URLRoot() &"db/" & Dbid() & "?act=API_EditRecord"& "&rid=" & [Record ID#]
& "&_fid_1046=1";
var text RefreshPage = URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl();
If([Ready for Dispositions]=false,$Update
& "&rdr=" & URLEncode($RefreshPage))
What do I need to add to my formula to close the pop up after the button is clicked?
------------------------------
George Bramhall
------------------------------