(I'm posting both here and in the old Sybase PB forum, since I don't know where the majority are tuning in...)
Does anyone know how to embed arguments in a link to a Web Forms application, and how to parse out the arguments from within the app?
Specifically, I'd like to email a URL that a user can click to navigate to the Web Forms application. If the user is not already logged in, the click should open a browser window and "land" on the login screen (with arguments available to be parsed out). If the user IS already logged in, the click should go to a "landing page" (PowerBuilder window) within the application (with arguments).
Thanks in advance for any suggestions...