Forum Discussion
DonLarson
6 years agoQrew Elite
Chris,
That is it. Change the field type.
// Images
var text IMGLock = "<img src=https://images.quickbase.com/si/48/045-lock.png>";
// URL
var text URLGenAdd=
URLRoot() & "db/" & [_DBID_PERIPHERALS] &
"?a=API_GenAddRecordForm&_fid_15=" & URLEncode ([Record ID#]) &
"&dfid=11" & "&z=" & Rurl();
// UI
// URL
var text URLGenAdd=
URLRoot() & "db/" & [_DBID_PERIPHERALS] &
"?a=API_GenAddRecordForm&_fid_15=" & URLEncode ([Record ID#]) &
"&dfid=11" & "&z=" & Rurl();
// UI
"<a href=" & $URLGenAdd & "' title=\"Click Me\">" & $IMGLock & "</a>"
------------------------------
Don Larson
Paasporter
Westlake OH
------------------------------
DonLarson
6 years agoQrew Elite
Chris,
By the way, change the image at the top to something that makes sense for your user base. I use that lock as default for status changes to records. It is probably nonsensical for your business case.
------------------------------
Don Larson
Paasporter
Westlake OH
------------------------------
By the way, change the image at the top to something that makes sense for your user base. I use that lock as default for status changes to records. It is probably nonsensical for your business case.
------------------------------
Don Larson
Paasporter
Westlake OH
------------------------------