Run QvxServer from within QlikView. It utilizes a command pipe
to communicate with QlikView and a data pipe to send information to
it.
Namespace: QlikView.Qvx.QvxLibraryAssembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax void Run(
string parentString,
string pipeName
)
Parameters
- parentString
- Type: SystemString
Reference to parent window handle - pipeName
- Type: SystemString
Command pipe name
See Also