Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Exporting straight table to QVD

Hi guys

Is the use of a macro via vbscript the only way to programatically export a straight table to qvd?

I know you can "store" a table of the associative database into qvd with the loadscript, but I am looking to export a straight table to qvd without using the export command from the object menu inside the qv front end.

Thanks!

Theuns

1 Solution

Accepted Solutions
marcus_sommer

Per macro is the only way to export a straight-table into qvd (and it could be an external automated execution). But if the straight-table isn't too complex it should be possible to built this table within the script and use a store-statement.

- Marcus

View solution in original post

2 Replies
marcus_sommer

Per macro is the only way to export a straight-table into qvd (and it could be an external automated execution). But if the straight-table isn't too complex it should be possible to built this table within the script and use a store-statement.

- Marcus

Not applicable
Author

Thanks Marcus, appreciate the feedback.