Atozed Forums
Switching to a calculated link - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Switching to a calculated link (/thread-2949.html)



Switching to a calculated link - Сергей Александрович - 12-03-2022

During the operation of the program, the text of the link is formed, which you need to direct the user to.

procedure GoToLink;
var
mLink : String;
begin          
          mLink := CreateLink(mParameters);
          ???
end;

Please tell me how to do it?


RE: Switching to a calculated link - Alexandre Machado - 02-15-2023

Hi Sergey,

you want to update the text on the screen directly or just use this to redirect the application to another URL (i.e. change the URL on browser itself)?

If you just want to change the text of the link you just need to set the corresponding property. Are you using an IWLink or what?