Atozed Forums
Tokenized links - 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: Tokenized links (/thread-2332.html)



Tokenized links - frank.finken@trgscreen.com - 03-17-2021

Hi,

we recently upgraded to Delphi 10.4.1 and also to Intraweb 15

The problem now is that our tokenized link functionality does not work anymore. We cannot debug it completely because some files are missing from the Intraweb sources (e.g. IWServer.pas and IWServerSession.pas)

The idea is that based on the contents of the link a different page is opened. 

Where can we get these sources? 



Thanks,

Frank



RE: Tokenized links - kudzu - 03-17-2021

Which sources are you using? The control sources or the ones available with an IntraWeb Ultimate license?

Opening a different page based on link contents is not a difficult task and is as simple as simply having some conditional logic in the click events. Those 2 units not deal with links.


RE: Tokenized links - Alexandre Machado - 03-17-2021

What IW version were you using before?

Is that link generated on the fly? Does it have an associated content handler?

Are you able to provide a simple test case showing this issue? I'd like to see exactly what's happening