Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
dirk1955
Creator
Creator

Call Qvc.Cleanup

Hi,

I'm trying to include QVC.Cleanup at the end of my script in QV 11 as discribed here, https://code.google.com/p/qlikview-components/source/browse/QVC_Source/Qvc_Cleanup.qvs?r=129, and i always get an error message.

What am i doing wrong?

I'm caling the procedure like this:

CALL Qvc.Cleanup;

screenshot.1.png screenshot.2.png

1 Solution

Accepted Solutions
dirk1955
Creator
Creator
Author

Solved, there was an error in my include path at the beginning of the script.

$(Include=F:\QVC\Qvc_Runtime\Qvc.qvs);

View solution in original post

1 Reply
dirk1955
Creator
Creator
Author

Solved, there was an error in my include path at the beginning of the script.

$(Include=F:\QVC\Qvc_Runtime\Qvc.qvs);