Quantcast
Viewing all articles
Browse latest Browse all 75049

GcGetPq command by hynr - 2013-08-30

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.
In this case you might also try to add something like the following into your macro immediately after the GcGetPQ command (as a work-around):
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

Viewing all articles
Browse latest Browse all 75049

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>