I want to modify the URL in a List box before HyperActive runs the link. How do I do this?
ThisHyperActive.GetListURL is the method where you can put your code. The code that the template puts there is (for example): if (HyperControl = ?Browse:1) Get(Queue:Browse:1,choice(?Browse:1)) HATempVar = ?Browse:1{proplist:mouseupfield} case ?Browse:1{proplist:FieldNo,HATempVar} of where(Queue:Browse:1,Queue:Browse:1.sup:WEBSITE) ReturnValue = parent.GetListURL(HyperControl,Queue:Browse:1.sup:WEBSITE) end end You can put your own code before the template generated code. Return directly from your code with the changed link.