Forum Discussion
ChrisSwirtz2
6 years agoQrew Cadet
Well Don, that worked, thank you. Couple things though...
1. Is there way to show a button instead of that lock picture?
2. this type of field does not have the option to open in a new window like others do (unless you right click and select that from the menu, which they won't want to do). This is something my boss is definitely going to ask for.
------------------------------
Chris Swirtz
------------------------------
1. Is there way to show a button instead of that lock picture?
2. this type of field does not have the option to open in a new window like others do (unless you right click and select that from the menu, which they won't want to do). This is something my boss is definitely going to ask for.
------------------------------
Chris Swirtz
------------------------------
DonLarson
6 years agoQrew Elite
Chris,
Images hosted by Quick Base
https://login.quickbase.com/db/9kaw8phg?a=ShowPage&pageid=160
Custom Built but you have to put on a web server
https://dabuttonfactory.com/
To open in a new tab you need to insert the HTML code for it.
"<a href=" & $URLGenAdd & "' target=\"_blank\">" & $IMGLock & "</a>"
This is all HTML. The concept is simple but the syntax and quote marks get tricky.
Spend some time on W3 and you will be able to do amazing stuff
https://www.w3schools.com
------------------------------
Don Larson
Paasporter
Westlake OH
------------------------------
Images hosted by Quick Base
https://login.quickbase.com/db/9kaw8phg?a=ShowPage&pageid=160
Custom Built but you have to put on a web server
https://dabuttonfactory.com/
To open in a new tab you need to insert the HTML code for it.
"<a href=" & $URLGenAdd & "' target=\"_blank\">" & $IMGLock & "</a>"
This is all HTML. The concept is simple but the syntax and quote marks get tricky.
Spend some time on W3 and you will be able to do amazing stuff
https://www.w3schools.com
------------------------------
Don Larson
Paasporter
Westlake OH
------------------------------