ShowAvailAW


Displays a Selector style graphical attach tool that can be used to attach or detach available analytic workspaces.


Syntax


               showAvailAW()


Return Value


               BOOLEAN


Example


Public Sub showAvailAW()

'Display the Analytic Workspace Selector


Dim boo As Boolean


If Not oregistered Then:   boo = regQ:


'Check Im connected if not connect

If Not o.connected Then

   boo = o.connect

   boo = o.connected

   Else

   boo = True

End If


'Connected so bring up the Analytic Workspace selector

If boo = True Then

  boo = o.showAvailAW

Else

   'Something went wrong print any error information

   Debug.Print "Unable to Connect"

   Debug.Print o.getlastmooerr

End If

End Sub



GUI Displayed: