Usernotes from GSAK in CGEO by de trije susters - 2022-09-06
Thanks! I'm going to use it as well (I've already found it to work), but of course I prefer not to practice using this workaround. It does mean a few extra actions, which would not be necessary if the...
View ArticleUsernotes from GSAK in CGEO by clan-wallace - 2022-09-06
QUOTE (de trije susters @ September 06, 2022 03:40 pm)Thanks! I'm going to use it as well (I've already found it to work), but of course I prefer not to practice using this workaround. It does mean a...
View ArticleField/Macro Request by spiritwolf922 - 2022-09-06
Hi there. I'm a non-programmer-type person geocacher who is having trouble running your "GetLocations" macro. The error code I receive is:Current Macro:[My File location path - I don't know if this is...
View ArticleField/Macro Request by Kai Team - 2022-09-06
Hmm... I just ran the macro and it's working fine for me. That error is being thrown by a part of the code that checks error responses from the API. It may be settings related or it may be related to...
View ArticleExport GPX by GB's - 2022-09-06
1st - When Adventure labs became popular I needed to find a way to easily to keep track of the Adventure Labs that I had complteted so I could add them to my MyFinds so I could keep my total finds in...
View ArticleExport GPX by Kai Team - 2022-09-06
QUOTE (GB's @ September 06, 2022 05:05 pm) Do you have an alternate suggestion for transferring the records from one database to another? 1) Create a new database (Database>New) and assign it a...
View ArticleCorrected coordinate error checking by Barney - 2022-09-07
Step 1What I'm after is to determine whether or not the original coordinates on gc.com have, for whatever reason, over-written the corrected coordinates in gsak. Or, to put it another way, even though...
View Article%name no longer works in Nuvi export by Run Amok - 2022-09-07
Could someone explain why I need to add those? I've had the same script for a long time and it just recently stopped working. I didn't change anything. I'm just trying to understand what happened.Btw...
View Article%name no longer works in Nuvi export by HHL - 2022-09-07
Read the help file:QUOTE (error message)Please see "Special tags" in the help file for more information.
View Article%name no longer works in Nuvi export by The CEO - 2022-09-07
Here is a thread with the same problem. It may explain why you now get the error, and previously not. (Not sure).The suggested solution is still the same.
View ArticleField/Macro Request by sbeelis - 2022-09-07
Did you copy the error message or did you type it in manually? I am asking becauseGSK $APIReset=Sqlite("sql".$_sql."") would fail because it is invalid syntax, but it is unlikely that this is actually...
View ArticleCorrected coordinate error checking by Kai Team - 2022-09-07
QUOTE I've downloaded SQLiteStudio (which is okay) and sqlite-gui (which is quicker) so that I could examine the gsak database structure.We generally recommend SQLiteSpy, which is freeware and for...
View ArticleCorrected coordinate error checking by Barney - 2022-09-08
* SQLiteSpyLike the others I mentioned, SQLiteSpy is quick, light-weight and handy. Unfortunately, I could not get the extension to load - I got a "The specified module could not be found" message. I...
View ArticleFilter for unfound caches (FTF hunt) by HHL - 2022-09-08
Version 0.7Minor code tweaks.Have FunHans
View ArticleGCALC by byonke - 2022-09-08
Here is a short bit of code and I do not understand why I do not get the same answer. It's probably something simple, but I can not see where I have gone wrong. Help.CODE $Result1 = GCalc("S 43 08.875...
View ArticleGCALC by HHL - 2022-09-08
use this:GSK $Result1 = GCalc("S 43 08.875 E 147 51.020;21.05;3977665;T","Project")$Parameters = "S 43 08.875 E 147 51.020;21.05;3977665;T"$Result2 = GCalc($Parameters,"Project")$StartHere = "S...
View ArticleGCALC by byonke - 2022-09-08
QUOTE (HHL @ September 08, 2022 01:44 pm)use this:GSK $Result1 = GCalc("S 43 08.875 E 147 51.020;21.05;3977665;T","Project")$Parameters = "S 43 08.875 E 147 51.020;21.05;3977665;T"$Result2 =...
View ArticleCorrectedCoord2UserNote.gsk by Skilgannon - 2022-09-08
Due to careless use of CorrectedCoord2UserNote.gsk many caches now show the following result at the top of UserNotes.~*Corrected Coordinates: N 52° xx.xxx E 5° xx.xxx*~21-11-2018 9:41:40With the use...
View ArticleCorrectedCoord2UserNote.gsk by Kai Team - 2022-09-08
QUOTE (Skilgannon @ September 08, 2022 02:15 pm) Due to careless use of CorrectedCoord2UserNote.gsk many caches now show the following result at the top of UserNotes.~*Corrected Coordinates: N 52°...
View ArticleExport GPX by GB's - 2022-09-08
Thanks for the suggestions. I should be able to make that workI selected the Symbol field because it is displayed on the Waypoint "Edit" window whereas all the other fields that you suggested...
View Article