Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
here a llitle script to make sure all your qvd are in place before going ahead with the whole script. Mey be it is not optim and you might want to improve it a bit.
Hope it's useful
Thanks -Ram
You can use Inline table as
Input_Tables:
Load * inline [
Tables
Aqua85.qvd
Sales.qvd
Shipments.qvd
] (Delimiter is '|');
and
Let vFieldCount = FieldValueCount('Tables');
instead of hard coding the file nos. as 3.
Anyways, Your code was very useful and used with little bit clean up.
-Ram
Good!!
Hi ramko496.
U are totally right. Is far clean your way.
Thanks.