0

Show a constant URL link on all records?

Is there a way to display a constant URL link on all records? I want to use it as a reference to online info.

12 replies

null
    • Ninox
    • Bilguun_Gantulga
    • 3 yrs ago
    • Reported - view

    Hello Mr. K,

    it is possible. If you go to "edit fields", you should see a "trigger on create" field.

    You simply write: URL :="here comes your link";

    Your URL field shall have the same name otherwise change it to your situation.

    Best Regards

    Bilguun

    • Mr_K
    • 3 yrs ago
    • Reported - view

    I'm not able to make that work. It shows trigger on create for the table, and trigger after update for the field.

    Screen Shot 2020-05-14 at 9.58.51 AM

    • Mr_K
    • 3 yrs ago
    • Reported - view

    Screen Shot 2020-05-14 at 9.58.28 AM

    • Ninox
    • Bilguun_Gantulga
    • 3 yrs ago
    • Reported - view

    Hey you leave the URL field name just as URL

    and the trigger on create should not have quotation mark except the link itself,

    maybe you put also the code in the create field in the trigger after update field to update your old fieldsBildschirmfoto 2020-05-14 um 17.39.36

    • Ninox
    • Bilguun_Gantulga
    • 3 yrs ago
    • Reported - view

    Bildschirmfoto 2020-05-14 um 17.40.04

    • Choices_Software_Dean
    • 3 yrs ago
    • Reported - view

    Create a "Prefs" table with one record and a URL field named "URL". In your other table(s) create a formular field with the formular:

     

    record(Prefs,1).URL

     

    This way the URL is only saved once in the Prefs table, but can be viewed in any record of any table.

    • Mr_K
    • 3 yrs ago
    • Reported - view

    I don't know how to do these things. Isn't there a simple way to do it?

    • Mr_K
    • 3 yrs ago
    • Reported - view

    A button would be great, but I can't make it work.

    Screen Shot 2020-05-14 at 11.43.26 AM

    • Choices_Software_Dean
    • 3 yrs ago
    • Reported - view

    1. create new table1

    2. add URL field named "URL" to table1 (fill with URL)

    3. create new table2

    4. add formular field named URL

    5. paste in formular record(table1,1).URL

    • Ninox partner
    • RoSoft_Steven.1
    • 3 yrs ago
    • Reported - view

    If you want to open a URL with a button you can enter something like this in the "On click" of the button:

    let myurl := "https://www.kitchyglass.com";
    openURL(myurl)

    Steven

    • Mr_K
    • 3 yrs ago
    • Reported - view

    That is perfect. Just what I need to fill my need. The button is on every record, I click the button it opens my pweb page. Thanks much Steven.

    • Mr_K
    • 3 yrs ago
    • Reported - view

    Screen Shot 2020-05-14 at 3.38.15 PM

Content aside

  • 3 yrs agoLast active
  • 12Replies
  • 1445Views