Jump to content

Vater und Sohn

+Premium Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by Vater und Sohn

  1. I'd like to see, if a cache, I retrieve, is already found or not. Maybe you can implement this functionality. I would higly appreciate it. Thank you in advance, with kind regards, Heiko
  2. I use Opera and MS Internet Explorer. Which solution gives it for it? The best solution is, if on the cachesite is indicated whether found or not found. That is a task for Groundspeak
  3. Hallo Motley Crew thank you for the code! I changed this way: # Macro to show the % of cache types in current Database FILTER Name="My Found Caches (GSAK default)" $Total=$_Count $temp = $_Install + "\temp" # Set date format Set $date = DateFormat($_Today) mfilter if=$d_CacheType="B".and.$d_found $LetterboxCount = ($_FilterCount/$Total) * 100 $LetterboxCount = left("$LetterboxCount",4) mfilter if=$d_CacheType="C".and.$d_found $CitoCount = ($_FilterCount/$Total) * 100 $CitoCount = left("$CitoCount",4) mfilter if=$d_CacheType="E".and.$d_found $EventCount = ($_FilterCount/$Total) * 100 $EventCount = left("$EventCount",4) mfilter if=$d_CacheType="G".and.$d_found $BenchmarkCount= ($_FilterCount/$Total) * 100 $BenchMarkCount = left("$BenchMarkCount",4) mfilter if=$d_CacheType="L".and.$d_found $LocationlessCount = ($_FilterCount/$Total) * 100 $LocationLessCount = left("$LocationlessCount",4) mfilter if=$d_CacheType="M".and.$d_found $MultiCount = ($_FilterCount/$Total) * 100 $MultiCount = left("$MultiCount",4) mfilter if=$d_CacheType="O".and.$d_found $OtherCount = ($_FilterCount/$Total) * 100 $OtherCount = left("$OtherCount",4) mfilter if=$d_CacheType="R".and.$d_found $EarthCount = ($_FilterCount/$Total) * 100 $EarthCount = left("$EarthCount",4) mfilter if=$d_CacheType="T".and.$d_found $TradCount = ($_FilterCount/$Total) * 100 $TradCount = left("$TradCount",4) mfilter if=$d_CacheType="U".and.$d_found $UnknownCount = ($_FilterCount/$Total) * 100 $UnknownCount = left("$UnknownCount",4) mfilter if=$d_CacheType="V".and.$d_found $VirtCount = ($_FilterCount/$Total) * 100 $VirtCount = left("$VirtCount",4) mfilter if=$d_CacheType="W".and.$d_found $WebcamCount = ($_FilterCount/$Total) * 100 $WebCamCount = left("$WebCamCount",4) CancelFilter $out = "<html>" + $_NewLine $out = $out + "<style type='text/css'>" + $_NewLine $out = $out + "<!--" + $_NewLine $out = $out + ".Body{font-family:'Arial'}" + $_NewLine $out = $out + ".TableHeader{background-color:#CCCCFF;text-align: center}" + $_NewLine $out = $out + ".Item{color:blue;font-weight:bold}" + $_NewLine $out = $out + ".row{background-color: #FEF4D8;vertical-align:top}" + $_NewLine $out = $out + "-->" + $_NewLine $out = $out + "</style>" + $_NewLine $out = $out + "<body class=body>" + $_NewLine $out = $out + "<table border='1' summary=''>" $out = $out + "<tr class=TableHeader><td align='center' colspan=2>My FoundStats for Database: " + $_CurrentDatabase + "</td></tr>" + $_NewLine $out = $out + "<tr class=row><td>Traditional:</td><td>" + "$TradCount %</td></tr>" + $_NewLine $out = $out + "<tr class=row><td>Multi:</td><td>" + "$MultiCount %</td></tr>" + $_NewLine $out = $out + "<tr class=row><td>Virtual:</td><td>" + "$VirtCount % </td></tr>" + $_NewLine $out = $out + "<tr class=row><td>Letterbox:</td><td>" + "$LetterboxCount %</td></tr>" + $_NewLine $out = $out + "<tr class=row><td>Event:</td><td>" + "$EventCount %</td></tr>" + $_NewLine $out = $out + "<tr class=row><td>Unknown:</td><td>" + "$UnknownCount %</td></tr>" + $_NewLine $out = $out + "<tr class=row><td>Webcam:</td><td>" + "$WebcamCount % </td></tr>" + $_NewLine $out = $out + "<tr class=row><td>Locationless:</td><td> " + "$LocationlessCount %" + "</td></tr>" + $_NewLine $out = $out + "<tr class=row><td>Earth:</td><td>" + "$EarthCount %</td></tr>" + $_NewLine $out = $out + "<tr class=row><td>CITO:</td><td>" + "$CITOCount %</td></tr>" + $_NewLine $out = $out + "<tr class=row><td>Benchmark:</td><td>" + "$BenchmarkCount %</td></tr>" + $_NewLine $out = $out + "<tr class=row><td>Other:</td><td>" + "$OtherCount %</td></tr>" + $_NewLine $out = $out + "<tr class=row><td>Total Waypoints</td><td>" + "$Total"+" = 100%" +" Dated "+"$Date</td></tr>" + $_NewLine $out = $out + "</table></body></html>" $FileName = $temp + "\MyFoundStats.htm" $Error = PutFile($FileName,$out) OpenFile file="$FileName" The Result: My FoundStats for Database: Default Traditional: 45.1 % Multi: 29.0 % Virtual: 4.51 % Letterbox: 0.54 % Event: 1.98 % Unknown: 15.7 % Webcam: 1.62 % Locationless: 1.26 % Earth: 0.18 % CITO: 0 % Benchmark: 0 % Other: 0 % Total Waypoints 554 = 100% Dated 21.12.2005
  4. Hallo again, my intention in my first posting was: Who can rewrite the mentioned macro to produce the following output Traditionals: 42,85% Multis: 40,00% Virtuals: 4,00% Letterboxes: 0,45% Events: 0,55% Mysteries: 8,00% Webcams: 0,47% Locationless: 3,60% Earth: 0,08% Total: 3333 Caches = 100% dated 31-OCT-2005 Currently the macro does not work this way.
  5. Who is please so friendly and can rewrite this http://gsak.net/stats.txt macro to the following result? Traditionals: 42,85% Multis: 40,00% Virtuals: 4,00% Letterboxes: 0,45% Events: 0,55% Mysteries: 8,00% Webcams: 0,47% Locationless: 3,60% Earth: 0,08% Total: 3333 Caches = 100% dated 31-OCT-2005 Thanks at all
  6. Hallo, i have a question Filter: how can I filter the field of notes? Example: filter in field "User Notes" to "FTF"
  7. look here: http://www.lichtenheld-mch.de/Ozilog.htm
  8. GCMT - GeoCachingMultiTool is a freeware tool for PocketPC. contain hint encoder/decoder and string2alphabet converter download: http://hentsch.onlinehome.de/gc/gcmt.zip
  9. Corrected coordinates from GPXSonar are not supported at this time. kindly let me know when you can deliver the goods
  10. @all sorry for my bad english. i use gsak and gpxsonar (on ppc) in gpxsonar i setting a corrected coordinates (field notes - actual coords) for a cache. at finished my cachetour, i export field notes then i import this export file in gsak the coordinates was not updated in gsak why?????? thx for help
  11. GCMT GeoCachingMultiTool String to AlphabetConverter Hint(de)Coder Download: http://hentsch.onlinehome.de/gc/gcmt.zip
  12. GeoCachingMultiTool - GCMT writen for PPC 2002 / 2003 Contain a Hint-Decoder (ROT13) and a String to Alphabet Converter. Look the Picture (anim. Gif) for the Features. Klick the Image for Download. Setup contain the also the "eMbedded Visual Basic Runtime" for Pocket PC 2002. If you need the Runtime for 2003 look here: http://msdn.microsoft.com/mobility/windows...nloads/evb.aspx Freeware. Support only in german.
  13. Here you can find a HintDecoder (ROT-13) for PocketPC Greetings from Father and Son
×
×
  • Create New...