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);"
QuickBaseCoachD
8 years agoQrew Captain
Juan
You should clearly state your question in a new post and perhaps just reference this post with a link as we have no idea what your code is.
You should clearly state your question in a new post and perhaps just reference this post with a link as we have no idea what your code is.