Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am using a Calendar Sub to create a Calendar. The Sub is very large. The Sub is included in the Load Script.
Unfortunately the sub will not be imported and got no error message when loading the data. So don't know what the issue is or where to look if there is a log-file to have a change to find out what the problem is.
Thank you for your help
Hi Rob
$(Must_Include) was already included.
The problem could be fixed. We ugrade last week to the new QS version. Now I got an error and find the culprit.
1. If you are using $(Include) change those to $(Must_Include) to ensure you will throw an error if the file is not found.
2. In the log, do you see the Sub keyword showing for this sub?
3. If you are importing multiple Subs in the included file, do you see Sub in the log for any other Sub?
-Rob
Hi Rob
$(Must_Include) was already included.
The problem could be fixed. We ugrade last week to the new QS version. Now I got an error and find the culprit.