Hello,
I am using Servoy 3.5.7. In smart client, could you please tell me if I can make so when I press a button it launches an URL in browser? Something like an on action method? I thank you in advance!
DB
You can. There should be samples on the forum about this but the trick is to use application.executeProgram(…).
Take a look at application.showURL()
application.showURL() it was. Thank you!