Knowledgebase
Can I access specific screens of the web app via a URL?
Posted by Carmina Garcia on 07 October 2011 01:20 PM
|
|
This is not possible directly via a specific URL, but there is a workaround:
You could use the CommandParm feature of PB and pass in the window name they want to default to. Then when the application starts up it reads the argument and automatically opens the correct window. On the Web, the CommandParm is appended to the URL as an argument. But just to point out, this solution doesn’t “extract” specific windows out of the application. It just makes it so the user doesn’t have to navigate manually to the desired window. You could do some additional coding to hide the menu items and other navigation to other windows if the CommandParm is used, which in effect is sort of emulating single windows/pages.
| |
|
Comments (0)