Action
OpenParam
Description
Tries to connect to the cube set by one of the Open... properties. If the properties are not set, appear the interactive dialog to connect to a cube.
Examples
with Cube1
if .doAction("openParam") = True then
msgBox "Successful connection"
end if
end with
Example Explanation
Connects to a cube using the interactive dialog.
See also
OpenServer
Open a cube located in MS Analysis Services
OpenFile
Open a local cube file
OpenView
Open a local cube view
OpenWWWDir
Open a cube file or cube view located on a web server
Notes
If no property is set, an interactive cube connection is made.