P
Peter Judge
Guest
If you want to avoid passing in the ABL-Application name ("IngridABL" here) you can query the session's startup parameters in ABL, and look for the value of the -logname parameter (read through the comma-delimited values in session : startup-parameters ) . I don't believe it's possible to get the webapp name (context) in the startup or activate procedures. It is available in the 'run procedure' via an IWebRequest's WebAppPath property. -- peter
Continue reading...
Continue reading...