Author Topic: Memo field with hyperlink  (Read 1227 times)

0 Members and 1 Guest are viewing this topic.

monliv

  • Newbie
  • *
  • Posts: 30
    • View Profile
Memo field with hyperlink
« on: February 10, 2024, 05:37:19 PM »
Can you please tell me if it is possible,
 if there is a command in memo,
 to activate a hyperlink entry

Jean

  • Administrator
  • Hero Member
  • *****
  • Posts: 1313
    • View Profile
Re: Memo field with hyperlink
« Reply #1 on: February 10, 2024, 07:15:33 PM »
No, only in text().

You can use execute("https:/blabla/something.html") to open up the user's browser, or
for instance use a button, and use download("something.whatever")

I'd advise you to move to text(), it's more powerful than memo().
Greetings from Groningen Netherlands.