Forum Discussion
QuickBaseCoachD
Qrew Captain
You did not try what I suggested.
I gave you the exact code to try but it had a small syntax error. This is tested.
var text URL =
URLRoot() & "db/" & Dbid () & "?act=API_EditRecord&rid=" & [Record ID#]
& "&_fid_12="&URLEncode("Closed");
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);"
I gave you the exact code to try but it had a small syntax error. This is tested.
var text URL =
URLRoot() & "db/" & Dbid () & "?act=API_EditRecord&rid=" & [Record ID#]
& "&_fid_12="&URLEncode("Closed");
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);"
AdminEntry
8 years agoQrew Cadet
I have noticed that this code doesn't always work for some reason. It's not consistent, but when the button is clicked, the form or report is just refreshed but the action is not performed. Have you experienced this at all or have any idea why that would be? This happens regardless of which browser is being used.