Function to open the qlikview document in power builder application
Hi All,
I am trying to open the qlikview document inside the desktop application which was developed in Power Builder.I managed to open the document inside the desktop application which was developed in VB using the below function. Let me know what is the function that has to be written in Power Builder to open the qlikview document.
Private Sub Command1_Click() QlikOCX1.OpenDocument App.Path + "\OCX.qvw", "", "" End Sub