The document ExportBilder.qvw has an after reload event, who prints a document report to PDFCreator:
newdoc.PrintReport("RP01"), "PDFCreator", false
I plan a task with windows task scheduler to run it automaticly everyday at 2:00 am.
With the option "Run only when user is logged on" every thing works fine.
But as soon as i choose the option "Run whether user is logged on or not", it works no more.
I ger the error message in my log file:
if ( not PDFCreatorQueue.WaitForJob(20) ) then
CALL LogFunktion( "5. The print job did not reach the queue within 20 seconds: " & FilePathName )
end if
I have contacted the PDFCreator people (we have bought a comercial version), but they say that such thing, even running with "Run only when user is logged on" is assumed NOT TO WORK!!!