Requests the application to navigate to the path supplied as a parameter
Member of Web Page (PRIM_WEB)
The navigate method requests the application to navigate to the path supplied as a parameter.
The following snippet shows how to establish path parameter values before calling the navigate method where the supplied path requires a path variable substitution.
Evtroutine Handling(#Button.Click #Button1.Click #Button2.Click) Com_Sender(#Sender) #sys_web.Routing.PathParameters.Add( "ProductId" #Sender.ComponentTag ) #sys_web.Routing.Navigate( '(ProductId)' ) Endroutine
LANSA Version 15, February 2021