QUOTE (Don_J @ August 30, 2013 12:56 pm) |
The last three Wednesdays, the load part of GCGetPq has been skipped. If I run it again, it re-downloads the PQs and the does load them. |
GSK |
$LoadFolderPath="C:\TempDocs\PQ" $LoadSettingsName="Charge les Pocket Queries" $TMPstr=dir("$LoadFolderPath\*.*","F") IF not($TMPstr="") IF YesNo("$LoadFolderPath still holds$_NewLine$TMPstr","Try Loading again?") Load Settings="$LoadSettingsName" endif endif |
notes:
1. not tested - I don't have a situation in which to do tests
2. constructed here for Zubulus' settings -you have to change first two lines to make it fit your macro
3. this assumes the Load settings have "Delete files when finished - Yes" selected
4. clearly this would just be a work-around and it is still important to find the root of the problem