Multiple database query by Kai Team - 2013-07-27
Just thought I'd let you know that I've now updated the FindCachesInDBs macro to remove a deprecated command. While I was in there, I changed the macro code to exponentially increase the speed of the...
View ArticleSearching Multiple databases by Kai Team - 2013-07-27
Just a quick note to let those 100 people who downloaded "FindCacheInDBs.gsk" that it has been updated to remove a deprecated command and to dramatically increase the speed of searches across multiple...
View ArticleCopy Database Row Number to UserData Column by Lt.Ranger.Bob - 2013-07-27
QUOTE (hynr @ July 27, 2013 12:51 pm) QUOTE (Lt.Ranger.Bob @ July 26, 2013 12:27 pm)If anyone is interested here is the finished code as I put it together....Two suggestions:1. On my computer with a...
View ArticleGet data via e-mail not working by Cheminer Will - 2013-07-27
Thanks Kai Team. I will look at that thread to see if that will work for me. With the emailing of PQ's I am able to get all of them even if it has been a few weeks since I used GSAK. With downloading...
View ArticleChange order of maps in Findstatgen by hjjnoordam - 2013-07-27
I would like to change the order of the maps in the section other maps in Findstatgen. For example the map of Belgium turns op first and the map of the Netherlands later. I'm living in the Netherlands...
View ArticleGet data via e-mail not working by Kai Team - 2013-07-27
QUOTE (Cheminer Will @ July 27, 2013 02:00 pm)With the emailing of PQ's I am able to get all of them even if it has been a few weeks since I used GSAK. With downloading directly from Geocaching.com I...
View ArticleChange order of maps in Findstatgen by Kai Team - 2013-07-27
Please see this thread (click here).
View ArticleCopy Database Row Number to UserData Column by hynr - 2013-07-27
Did you notice that I coded it up as a subroutine? If you just copy it by itself into a new macro then you either need to comment out the first and last line (put # in in front of Beginsub and endsub)...
View Articlehow do I force GPX files not GGZ by baradam - 2013-07-27
I'm more interested in if GPS function will include a direct download to the 650 as with other Garmin. As it is right now, basecamp does not use the new format.
View Articlehow do I force GPX files not GGZ by lignumaqua - 2013-07-27
QUOTE (baradam @ July 27, 2013 03:44 pm) I'm more interested in if GPS function will include a direct download to the 650 as with other Garmin. As it is right now, basecamp does not use the new...
View ArticleGet data via e-mail not working by Cheminer Will - 2013-07-27
Thanks again. I will look into that newer process. And of course the latest DOS thing WAS because of me! I had checked the debug box when the original problem arose and forgot about unchecking once I...
View ArticleAddTrackablesAPI.gsk support thread by sbeelis - 2013-07-27
QUOTE (TheWinterTrio @ July 26, 2013 07:12 am) Is there a reason the OwnerID is only available for Owned TB's and not "Moved" TBs? It looks like it's in the API call, but I haven't tried to pull one...
View ArticleAddTrackablesAPI.gsk support thread by TheWinterTrio - 2013-07-27
QUOTE (sbeelis @ July 27, 2013 01:52 pm) QUOTE (TheWinterTrio @ July 26, 2013 07:12 am) Is there a reason the OwnerID is only available for Owned TB's and not "Moved" TBs? It looks like it's in the...
View Article%Suffix when number ends in "11" by geonickel - 2013-07-27
Thanks, it appears to be fixed! Great service, as always!
View ArticlePQ Download options by hynr - 2013-07-27
In recent days have been working with the GetFullPocketQueryData API call (finally got my macro tricked out) and can report some interesting information which was speculated about above.The most...
View ArticleCopy Database Row Number to UserData Column by lignumaqua - 2013-07-27
FWIW - you can do this all in SQLite very quickly if you first create an index. This should do the same as the original code:GSK $_sql = "create index gsak_mem.rows on gridtemp(rid) ; update caches...
View ArticleCopy Database Row Number to UserData Column by Lt.Ranger.Bob - 2013-07-28
QUOTE (hynr @ July 27, 2013 03:39 pm) Did you notice that I coded it up as a subroutine? If you just copy it by itself into a new macro then you either need to comment out the first and last line (put...
View ArticleCopy Database Row Number to UserData Column by Lt.Ranger.Bob - 2013-07-28
QUOTE (lignumaqua @ July 28, 2013 12:59 am) FWIW - you can do this all in SQLite very quickly if you first create an index. This should do the same as the original code:GSK $_sql = "create index...
View ArticleMultiple database query by landlockedsailors - 2013-07-28
Kai Team - that update is AWESOME!!! I blinked - and almost missed the hunt through my 35 databases.Thanks.Lls
View ArticleCopy Database Row Number to UserData Column by Kai Team - 2013-07-28
QUOTE (Lt.Ranger.Bob @ July 28, 2013 02:50 am) This works great and is very fast. Can a period be added to the end of the end of the number? Yes:GSK $_sql = "create index gsak_mem.rows on gridtemp(rid)...
View Article