| Author |
Message |
kansas64
WGA Member

Joined: 2007-09-11
Posts: 453
|
Posted:
Thu Aug 06, 2009 8:53 pm |
|
I know there are macros on GSAK that will add the Counties to your list but is there a macro that add the Delorme page or is there a macro that will list the caches on a particular Delorme Page based on you input file?
Suggestions
Help
Thanks |
| |
|
|
 |
sweetlife
WGA Secretary


Joined: 2005-01-17
Posts: 2246
Location: Mountain, WI
|
Posted:
Thu Aug 06, 2009 9:06 pm |
|
|
|
 |
Vegas Gamblers
WGA Member

Joined: 2006-06-27
Posts: 6398
Location: Milwaukee
|
Posted:
Thu Aug 06, 2009 9:26 pm |
|
Barry/Val that is a link to a coin image. I am interested to find this macro also. |
| |
|
|
 |
Team Deejay
WGA Member

Joined: 2005-10-02
Posts: 2299
Location: Rochester, WI, US
|
Posted:
Fri Aug 07, 2009 12:18 pm |
|
For you semi technical folks who can enter a macro, here is one to try:
| Code: |
$updated = GetCounty("2b")
msgok msg=Number of county records updated: $updated
$data = GetPolygon("ub","gsak_Delorme_WI")
msgok msg=Number of Delorme records updated: $data
|
(Yes, it is really that simple.)
This macro will put the county in the User Data 2 field and the Delorme page (for caches in Wisconsin) in the User Data field for all caches in the current filter. Note that only blank fields will be updated (that is what the "b" in the "2b" and "ub" mean). You can change (or add lines) the WI to another state abbreviation if you like. You can also delete the 2nd and 4th lines if you don't want to get the message box. |
| |
|
|
 |
sweetlife
WGA Secretary


Joined: 2005-01-17
Posts: 2246
Location: Mountain, WI
|
Posted:
Fri Aug 07, 2009 1:58 pm |
|
|
|
 |
kansas64
WGA Member

Joined: 2007-09-11
Posts: 453
|
Posted:
Fri Aug 07, 2009 5:47 pm |
|
Barry,
I have tried that one but it only gives me one per page, for any page in the selection I have.
By the way nice coin
DeeJay,
For us semi non techies, sorry your over our heads. Just wondering if that could be used for another state, say Illinois. We have done the Wisconsin Delorme and are starting on a new state.
Regardless-Thanks for the help and suggestions |
| |
|
|
 |
sweetlife
WGA Secretary


Joined: 2005-01-17
Posts: 2246
Location: Mountain, WI
|
Posted:
Fri Aug 07, 2009 10:07 pm |
|
When you run the Macro: Change the Output Options Max Number to "All"
then all the caches will show up |
| |
|
|
 |
kansas64
WGA Member

Joined: 2007-09-11
Posts: 453
|
Posted:
Sat Aug 08, 2009 2:28 am |
|
Once again Thanks Barry.
Works perfect that way (I thought my new glasses were supposed to make me see better ) |
| |
|
|
 |
sweetlife
WGA Secretary


Joined: 2005-01-17
Posts: 2246
Location: Mountain, WI
|
Posted:
Sat Aug 08, 2009 5:02 am |
|
no problem, mine dont help either with the posting of the bad link LOL |
| |
|
|
 |
Team Deejay
WGA Member

Joined: 2005-10-02
Posts: 2299
Location: Rochester, WI, US
|
Posted:
Sun Aug 09, 2009 9:52 pm |
|
| kansas64 wrote: |
Barry,
I have tried that one but it only gives me one per page, for any page in the selection I have.
By the way nice coin
DeeJay,
For us semi non techies, sorry your over our heads. Just wondering if that could be used for another state, say Illinois. We have done the Wisconsin Delorme and are starting on a new state.
Regardless-Thanks for the help and suggestions |
Yes, just change the WI to IL. |
| |
|
|
 |
|
|