MarkShnier__You
4 years agoQrew Legend
API_AddRecord and land the user in edit mode.
This works to works to create a record and land the user in View mode.
URLRoot() & "db/" & [_DBID_SKTDS] & "?act=API_AddRecord"
& "&_fid_6=" & URLEncode([Supplier])
& "&disprec=1";
Is there any way to land the user in edit mode?
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
URLRoot() & "db/" & [_DBID_SKTDS] & "?act=API_AddRecord"
& "&_fid_6=" & URLEncode([Supplier])
& "&disprec=1";
Is there any way to land the user in edit mode?
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------