Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to create Qvd file from the button click using macro in Browser?

Hi All,

I am able to creating the qvd files by using this code using button click if the application is in desktop only.

I have tried in two ways.Both are working in desktop only.

Sub CreateQvd
Set Obj=ActiveDocument.GetSheetObject("CH03")
Obj.ExportEx "CreateQvd.qvd",4         ->This is for normal way creation
Obj.ServerSideExportEx "CreateQvd.qvd",";",4  ->This is for serverside creation
End Sub                                                                                                                                                                                                                                                                                                                                   

But If my application is opened in browser ,This code is not working and i am not able creating the qvd files.

Is there any other solution to create qvd files if the application is accessed from browser also.

Please help me in this?

Thanks.....

0 Replies