|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > Browser > CurrentBrowserPage |
Returns the currently open browser page
call DBWShell("CurrentBrowserPage")
@PAGE |
Browser page status: |
Sub Main()
DBWinit(true)
call DBWShell("CurrentBrowserPage")
page = DBWResult("@PAGE")
DBWMsgBox page
End Sub