key="LinkedCountryState" value="1"/>. Setting the value for this key to "0" will disable this
functionality.
Here is an example of how to configure the Countries and States sections of the MiscTables.xml file. This
example works with the countries USA, Canada, and Mexico:
<Countries>
<Country> <Value>XX</Value> <Text> Select Country </Text> </Country>
<Country> <Value>USA</Value> <Text>USA</Text> </Country>
<Country> <Value>Canada</Value> <Text>Canada</Text> </Country>
<Country> <Value>Mexico</Value> <Text>Mexico</Text> </Country>
<Country> <Value>**</Value> <Text>Other:</Text> </Country>
</Countries>
<States>
<State> <Value>XX</Value> <Text>Select State</Text> <FK>USA</FK> </State>
<State> <Value>AL</Value> <Text>Alabama</Text> <FK>USA</FK> </State>
<State> <Value>AK</Value> <Text>Alaska</Text> <FK>USA</FK> </State>
<State> <Value>AZ</Value> <Text>Arizona</Text> <FK>USA</FK> </State>
<State> <Value>AR</Value> <Text>Arkansas</Text> <FK>USA</FK> </State>
<State> <Value>CA</Value> <Text>California</Text> <FK>USA</FK> </State>
<State> <Value>CO</Value> <Text>Colorado</Text> <FK>USA</FK> </State>
<State> <Value>CT</Value> <Text>Connecticut</Text> <FK>USA</FK> </State>
<State> <Value>DE</Value> <Text>Delaware</Text> <FK>USA</FK> </State>
<State> <Value>DC</Value> <Text>District of Columbia</Text> <FK>USA</FK>
</State>
<State> <Value>FL</Value> <Text>Florida</Text> <FK>USA</FK> </State>
<State> <Value>GA</Value> <Text>Georgia</Text> <FK>USA</FK> </State>
<State> <Value>HI</Value> <Text>Hawaii</Text> <FK>USA</FK> </State>
<State> <Value>ID</Value> <Text>Idaho</Text> <FK>USA</FK> </State>
<State> <Value>IL</Value> <Text>Illinois</Text> <FK>USA</FK> </State>
<State> <Value>IN</Value> <Text>Indiana</Text> <FK>USA</FK> </State>
<State> <Value>IA</Value> <Text>Iowa</Text> <FK>USA</FK> </State>
<State> <Value>KS</Value> <Text>Kansas</Text> <FK>USA</FK> </State>
<State> <Value>KY</Value> <Text>Kentucky</Text> <FK>USA</FK> </State>
<State> <Value>LA</Value> <Text>Louisiana</Text> <FK>USA</FK> </State>
<State> <Value>ME</Value> <Text>Maine</Text> <FK>USA</FK> </State>
<State> <Value>MD</Value> <Text>Maryland</Text> <FK>USA</FK> </State>
<State> <Value>MA</Value> <Text>Massachusetts</Text> <FK>USA</FK> </State>
<State> <Value>MI</Value> <Text>Michigan</Text> <FK>USA</FK> </State>
<State> <Value>MN</Value> <Text>Minnesota</Text> <FK>USA</FK> </State>
<State> <Value>MS</Value> <Text>Mississippi</Text> <FK>USA</FK> </State>
<State> <Value>MO</Value> <Text>Missouri</Text> <FK>USA</FK> </State>
<State> <Value>MT</Value> <Text>Montana</Text> <FK>USA</FK> </State>
<State> <Value>NE</Value> <Text>Nebraska</Text> <FK>USA</FK> </State>
<State> <Value>NV</Value> <Text>Nevada</Text> <FK>USA</FK> </State>
Comentarios a estos manuales