olivermah
7 years agoQrew Assistant Captain
URL button change status
I've created a buttong to change my status to complete. What am have I done wrong?
I'm getting this error using this:
var text URLONE = URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&rid=" &[Status]
& "&_fid_12=" & URLEncode("Completed");
var text URLTWO=URLRoot() & "db/"&Dbid()&"?a=dr&rid="&[Status];
$URLONE & "&rdr=" & URLEncode($URLTWO)
This is the Error:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<qdbapi>
<action>API_EditRecord</action>
<errcode>24</errcode>
<errtext>Invalid Application Token</errtext>
<errdetail>An Application Token must be supplied.</errdetail>
</qdbapi>
I'm getting this error using this:
var text URLONE = URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&rid=" &[Status]
& "&_fid_12=" & URLEncode("Completed");
var text URLTWO=URLRoot() & "db/"&Dbid()&"?a=dr&rid="&[Status];
$URLONE & "&rdr=" & URLEncode($URLTWO)
This is the Error:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<qdbapi>
<action>API_EditRecord</action>
<errcode>24</errcode>
<errtext>Invalid Application Token</errtext>
<errdetail>An Application Token must be supplied.</errdetail>
</qdbapi>