Web Link

Have a web tool bar with the following in the ButtonAction event:

Select Case item.name
Case “whatever”
WPwhatever.show
Case “HelpMe”
goto https:"//www.mysite.com/Helme?" <><><><<<< what do you use here?
End Select

Don’t know why I didn’t think of looking at instructions that work in the desktop may also work in the web app.

So I looked at “ShowURL”; which works ok, in the web app. However “WebControl.ShowURL” works better for web app, which the ShowURL point to.