Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
I wonder if the problem is that you are launching off a report which is on the home page as opposed to a report on a table.
No matter try this,
var text AddChild = URLRoot() & "db/" & [_DBID_VIP_INTAKE] & "?a=API_GenAddRecordForm&_fid_6=" & URLEncode ([Record ID#]);
var text DisplayParent = URLRoot() & "db/" & dbid() & "?a=dr&rid=" & [Record ID#];
$AddChild
& "&NextURL=" & URLEncode($DisplayParent)
No matter try this,
var text AddChild = URLRoot() & "db/" & [_DBID_VIP_INTAKE] & "?a=API_GenAddRecordForm&_fid_6=" & URLEncode ([Record ID#]);
var text DisplayParent = URLRoot() & "db/" & dbid() & "?a=dr&rid=" & [Record ID#];
$AddChild
& "&NextURL=" & URLEncode($DisplayParent)