Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I wants to link websites in our application. Any idea or anybody have any example applications
Dear Srividhya,
Yo can integrate Qlikview object in .ASPX with the help of qlikview webparts.
Regards
Sunil Jain
hi srividya,
we can do it by using sub routine, which is in vb script. this routine called by macro action..
regards
A'run'
Dear Sunil,
Really am blank in that concepts. Please provide me step by step.
And please upload if you have any applications. I just tried it for own knowledge only. so, please upload small sample applications.
this is the sample code in vb. put this code in a macro
const HOST = "http://localhost:1811/WebSite7/"
'dim URL
'URL = "Default.aspx?Field="&sXML
'Set xmlhttp = CreateObject("Microsoft.XMLHTTP")
'xmlhttp.open "POST",HOST & URL , false
'call xmlhttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded")
'xmlhttp.send ""
'msgbox(xmlhttp.responseText)
Regards
A'run'
Hi srividya,
Kindly refer this attached sample application.
Regards,
Sampath Kumar . G
Thanks Arun
let me try
Thanks alot Sampath. this is what i want