gusbuster1217 said:
Maybe this has been brought up in an earlier question and response(don't want to read 33 pages) regarding this subject, but is there anyway to set as a default your country, and maybe state, so anytime you use the web import feature you don't have to select these every time you use it? It gets to be a real pain having to do this all the time.
There are potential problems with this, depending on how the RR database is structured and if/when edits are made to it.
When Win500 "drills down" through the database hierarchy, it does so like this:
1. Request list of countries. RR returns a list of Name / Value pairs. The Name is what appears in Win500's drop-down list of countries; the Value is a "country ID" that is used in...
2. Request list of states for the selected "country ID". RR returns a list of Name / Value pairs. The Name appears in Win500's drop-down list of states; the Value is a "state ID" that is used in...
3. Request list of counties for the selected "state ID". RR returns a list of Name / Value pairs. The Name appears in Win500's drop-down list of counties; the Value is a "county ID".
etc.
To remember your last-selected country and/or state, Win500 would have to remember either the Name or Value data for your selections. Then, on a subsequent Web Import operation, Win500 would just grab the list of Counties for the stored State. Sounds easy.
But... if we store the Name field, we still have to request the data from RR (this could happen "in the background"), so that we can get the list and map the stored Name to a retrieved Value. What if someone edits the country or state Name? We'd never get a match.
If we store the Value field, there's no guarantee that the database will still have the same "Name" for that stored "Value". For example, California is currently state ID = 6; if that somehow changes, a stored "6" might end up retrieving Vermont. (Unless the country, state, and county IDs are "primary keys", which should never change - that's where the "how the RR database is structured" above comes in).
All that said, it shouldn't be
too tedious to re-visit your desired country/state even without storing them. You can just hit the first letter (or two or three) of the country/state name then hit TAB. For example, if I wanted to see all the conventional data in San Joaquin County, California, I'd do this:
1. 'U' in country field, then TAB
2. 'C' in state field, then TAB
3. 'SAN<sp>J' in county field, then TAB