topic
stringlengths
1
63
text
stringlengths
1
577k
Ayuda Error en Combobox URGENTE ??
Proporcioname el array definitivo y completo de provincias, ciudades y comunas y con gusto te lo programo.
Ayuda Error en Combobox URGENTE ??
[quote="Antonio Linares":3k6il7e7]Proporcioname el array definitivo y completo de provincias, ciudades y comunas y con gusto te lo programo.[/quote:3k6il7e7] Maestro Antonio. Muy bue dia. Lamento mucho molestarlo, pero estoy muy presionado, tome esta opcion de usar Combobox, porque no si existe otra solucion similar y porque lamentablemente el tiempo es muy limitado. Infinitamente agradecido por su gesto y amabilidad. Muchos saludos. Antonio. Adejo Estructura: Region - (Provincia o Ciudad) y Comunas. [code=fw:3k6il7e7]<div class="fw" id="{CB}" style="font-family: monospace;"><br />***** REGIONES<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">// Definicion</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;** Codigo de Region<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;** Nombre de la Region<br /><br /><br />aStru3 :=<span style="color: #000000;">&#123;</span> <span style="color: #000000;">&#123;</span><span style="color: #000000;">1</span>,<span style="color: #ff0000;">'ARICA Y PARINACOTA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">2</span>,<span style="color: #ff0000;">'TARAPACÁ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">3</span>,<span style="color: #ff0000;">'ANTOFAGASTA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4</span>,<span style="color: #ff0000;">'ATACAMA '</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">5</span>,<span style="color: #ff0000;">'COQUIMBO '</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'VALPARAÍSO '</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">7</span>,<span style="color: #ff0000;">'DEL LIBERTADOR GRAL. BERNARDO OHIGGINS '</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8</span>,<span style="color: #ff0000;">'DEL MAULE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">9</span>,<span style="color: #ff0000;">'DEL BIOBÍO '</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">10</span>,<span style="color: #ff0000;">'DE LA ARAUCANÍA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">11</span>,<span style="color: #ff0000;">'DE LOS RÍOS'</span>,<span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">12</span>,<span style="color: #ff0000;">'DE LOS LAGOS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #ff0000;">'AISÉN DEL GRAL. CARLOS IBAÑEZ DEL CAMPO '</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'MAGALLANES Y DE LA ANTÁRTICA CHILENA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">15</span>,<span style="color: #ff0000;">'METROPOLITANA DE SANTIAGO'</span><span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#125;</span><br /><br /><br />&nbsp;<span style="color: #B900B9;">// PROVINCIA &nbsp;= CIUDAD</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">// Definicion</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;** Codigo de Provincia<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;** Codigo de la Region<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;** Nombre de la Provincia<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;** Codigo Comuna<br /><br /><br /><br />aStru2 :=<span style="color: #000000;">&#123;</span> <span style="color: #000000;">&#123;</span><span style="color: #000000;">1</span>,<span style="color: #000000;">1</span>,<span style="color: #ff0000;">'ARICA'</span>,<span style="color: #000000;">2</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">2</span>,<span style="color: #000000;">1</span>,<span style="color: #ff0000;">'PARINACOTA'</span>,<span style="color: #000000;">2</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">3</span>,<span style="color: #000000;">2</span>,<span style="color: #ff0000;">'IQUIQUE'</span>,<span style="color: #000000;">2</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4</span>,<span style="color: #000000;">2</span>,<span style="color: #ff0000;">'TAMARUGAL'</span>,<span style="color: #000000;">5</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">5</span>,<span style="color: #000000;">3</span>,<span style="color: #ff0000;">'ANTOFAGASTA'</span>,<span style="color: #000000;">4</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #000000;">3</span>,<span style="color: #ff0000;">'EL LOA'</span>,<span style="color: #000000;">3</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">7</span>,<span style="color: #000000;">3</span>,<span style="color: #ff0000;">'TOCOPILLA'</span>,<span style="color: #000000;">2</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8</span>,<span style="color: #000000;">4</span>,<span style="color: #ff0000;">'COPIAPÓ'</span>,<span style="color: #000000;">3</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">9</span>,<span style="color: #000000;">4</span>,<span style="color: #ff0000;">'CHAÑARAL'</span>,<span style="color: #000000;">2</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">10</span>,<span style="color: #000000;">4</span>,<span style="color: #ff0000;">'HUASCO'</span>,<span style="color: #000000;">4</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">11</span>,<span style="color: #000000;">5</span>,<span style="color: #ff0000;">'ELQUI'</span>,<span style="color: #000000;">6</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">12</span>,<span style="color: #000000;">5</span>,<span style="color: #ff0000;">'CHOAPA'</span>,<span style="color: #000000;">4</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #000000;">5</span>,<span style="color: #ff0000;">'LIMARÍ'</span>,<span style="color: #000000;">5</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #000000;">6</span>,<span style="color: #ff0000;">'VALPARAÍSO'</span>,<span style="color: #000000;">7</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">15</span>,<span style="color: #000000;">6</span>,<span style="color: #ff0000;">'ISLA DE PASCUA'</span>,<span style="color: #000000;">1</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">16</span>,<span style="color: #000000;">6</span>,<span style="color: #ff0000;">'LOS ANDES'</span>,<span style="color: #000000;">4</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">17</span>,<span style="color: #000000;">6</span>,<span style="color: #ff0000;">'PETORCA'</span>,<span style="color: #000000;">5</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">18</span>,<span style="color: #000000;">6</span>,<span style="color: #ff0000;">'QUILLOTA'</span>,<span style="color: #000000;">5</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">19</span>,<span style="color: #000000;">6</span>,<span style="color: #ff0000;">'SAN ANTONIO'</span>,<span style="color: #000000;">6</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">20</span>,<span style="color: #000000;">6</span>,<span style="color: #ff0000;">'SAN FELIPE DE ACONCAGUA'</span>,<span style="color: #000000;">6</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">21</span>,<span style="color: #000000;">6</span>,<span style="color: #ff0000;">'MARGA MARGA'</span>,<span style="color: #000000;">4</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #000000;">7</span>,<span style="color: #ff0000;">'CACHAPOAL'</span>,<span style="color: #000000;">17</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">23</span>,<span style="color: #000000;">7</span>,<span style="color: #ff0000;">'CARDENAL CARO'</span>,<span style="color: #000000;">6</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #000000;">7</span>,<span style="color: #ff0000;">'COLCHAGUA'</span>,<span style="color: #000000;">10</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #000000;">8</span>,<span style="color: #ff0000;">'TALCA'</span>,<span style="color: #000000;">10</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">26</span>,<span style="color: #000000;">8</span>,<span style="color: #ff0000;">'CAUQUENES'</span>,<span style="color: #000000;">3</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">27</span>,<span style="color: #000000;">8</span>,<span style="color: #ff0000;">'CURICÓ'</span>,<span style="color: #000000;">9</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">28</span>,<span style="color: #000000;">8</span>,<span style="color: #ff0000;">'LINARES'</span>,<span style="color: #000000;">8</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #000000;">9</span>,<span style="color: #ff0000;">'CONCEPCIÓN'</span>,<span style="color: #000000;">12</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">30</span>,<span style="color: #000000;">9</span>,<span style="color: #ff0000;">'ARAUCO'</span>,<span style="color: #000000;">7</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #000000;">9</span>,<span style="color: #ff0000;">'BIOBÍO'</span>,<span style="color: #000000;">14</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #000000;">9</span>,<span style="color: #ff0000;">'ÑUBLE'</span>,<span style="color: #000000;">21</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #000000;">10</span>,<span style="color: #ff0000;">'CAUTÍN'</span>,<span style="color: #000000;">21</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #000000;">10</span>,<span style="color: #ff0000;">'MALLECO'</span>,<span style="color: #000000;">11</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">35</span>,<span style="color: #000000;">11</span>,<span style="color: #ff0000;">'VALDIVIA'</span>,<span style="color: #000000;">8</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">36</span>,<span style="color: #000000;">11</span>,<span style="color: #ff0000;">'RANCO'</span>,<span style="color: #000000;">4</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">37</span>,<span style="color: #000000;">12</span>,<span style="color: #ff0000;">'LLANQUIHUE'</span>,<span style="color: #000000;">9</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #000000;">12</span>,<span style="color: #ff0000;">'CHILOÉ'</span>,<span style="color: #000000;">10</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">39</span>,<span style="color: #000000;">12</span>,<span style="color: #ff0000;">'OSORNO'</span>,<span style="color: #000000;">7</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">40</span>,<span style="color: #000000;">12</span>,<span style="color: #ff0000;">'PALENA'</span>,<span style="color: #000000;">4</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">41</span>,<span style="color: #000000;">13</span>,<span style="color: #ff0000;">'COIHAIQUE'</span>,<span style="color: #000000;">2</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">42</span>,<span style="color: #000000;">13</span>,<span style="color: #ff0000;">'AISÉN'</span>,<span style="color: #000000;">3</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">43</span>,<span style="color: #000000;">13</span>,<span style="color: #ff0000;">'CAPITÁN PRAT'</span>,<span style="color: #000000;">3</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">44</span>,<span style="color: #000000;">13</span>,<span style="color: #ff0000;">'GENERAL CARRERA'</span>,<span style="color: #000000;">2</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">45</span>,<span style="color: #000000;">14</span>,<span style="color: #ff0000;">'MAGALLANES'</span>,<span style="color: #000000;">4</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">46</span>,<span style="color: #000000;">14</span>,<span style="color: #ff0000;">'ANTÁRTICA CHILENA'</span>,<span style="color: #000000;">2</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">47</span>,<span style="color: #000000;">14</span>,<span style="color: #ff0000;">'TIERRA DEL FUEGO'</span>,<span style="color: #000000;">3</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">48</span>,<span style="color: #000000;">14</span>,<span style="color: #ff0000;">'ULTIMA ESPERANZA'</span>,<span style="color: #000000;">2</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #000000;">15</span>,<span style="color: #ff0000;">'SANTIAGO'</span>,<span style="color: #000000;">32</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">50</span>,<span style="color: #000000;">15</span>,<span style="color: #ff0000;">'CORDILLERA'</span>,<span style="color: #000000;">3</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">51</span>,<span style="color: #000000;">15</span>,<span style="color: #ff0000;">'CHACABUCO'</span>,<span style="color: #000000;">3</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">52</span>,<span style="color: #000000;">15</span>,<span style="color: #ff0000;">'MAIPO'</span>,<span style="color: #000000;">4</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">53</span>,<span style="color: #000000;">15</span>,<span style="color: #ff0000;">'MELIPILLA'</span>,<span style="color: #000000;">5</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">54</span>,<span style="color: #000000;">15</span>,<span style="color: #ff0000;">'TALAGANTE'</span>,<span style="color: #000000;">5</span><span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#125;</span><br /><br />&nbsp;*****************<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">// COMUNAS</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">// Definicion</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;** Codigo del Comuna<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;** Nombre de la Comuna<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;** Codigo Provincia<br /><br />aStru :=<span style="color: #000000;">&#123;</span> <span style="color: #000000;">&#123;</span><span style="color: #000000;">1</span>,<span style="color: #000000;">1</span>,<span style="color: #ff0000;">'ARICA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span><span style="color: #000000;">2</span>,<span style="color: #000000;">1</span>,<span style="color: #ff0000;">'CAMARONES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">3</span>,<span style="color: #000000;">2</span>,<span style="color: #ff0000;">'PUTRE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4</span>,<span style="color: #000000;">2</span>,<span style="color: #ff0000;">'GENERAL LAGOS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">5</span>,<span style="color: #000000;">3</span>,<span style="color: #ff0000;">'IQUIQUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #000000;">3</span>,<span style="color: #ff0000;">'ALTO HOSPICIO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">7</span>,<span style="color: #000000;">4</span>,<span style="color: #ff0000;">'POZO ALMONTE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8</span>,<span style="color: #000000;">4</span>,<span style="color: #ff0000;">'CAMIÑA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">9</span>,<span style="color: #000000;">4</span>,<span style="color: #ff0000;">'COLCHANE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">10</span>,<span style="color: #000000;">4</span>,<span style="color: #ff0000;">'HUARA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">11</span>,<span style="color: #000000;">4</span>,<span style="color: #ff0000;">'PICA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">12</span>,<span style="color: #000000;">5</span>,<span style="color: #ff0000;">'ANTOFAGASTA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #000000;">5</span>,<span style="color: #ff0000;">'MEJILLONES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #000000;">5</span>,<span style="color: #ff0000;">'SIERRA GORDA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">15</span>,<span style="color: #000000;">5</span>,<span style="color: #ff0000;">'TALTAL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">16</span>,<span style="color: #000000;">6</span>,<span style="color: #ff0000;">'CALAMA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">17</span>,<span style="color: #000000;">6</span>,<span style="color: #ff0000;">'OLLAGÜE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">18</span>,<span style="color: #000000;">6</span>,<span style="color: #ff0000;">'SAN PEDRO DE ATACAMA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">19</span>,<span style="color: #000000;">7</span>,<span style="color: #ff0000;">'TOCOPILLA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">20</span>,<span style="color: #000000;">7</span>,<span style="color: #ff0000;">'MARÍA ELENA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">21</span>,<span style="color: #000000;">8</span>,<span style="color: #ff0000;">'COPIAPÓ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #000000;">8</span>,<span style="color: #ff0000;">'CALDERA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">23</span>,<span style="color: #000000;">8</span>,<span style="color: #ff0000;">'TIERRA AMARILLA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #000000;">9</span>,<span style="color: #ff0000;">'CHAÑARAL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #000000;">9</span>,<span style="color: #ff0000;">'DIEGO DE ALMAGRO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">26</span>,<span style="color: #000000;">10</span>,<span style="color: #ff0000;">'VALLENAR'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">27</span>,<span style="color: #000000;">10</span>,<span style="color: #ff0000;">'ALTO DEL CARMEN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">28</span>,<span style="color: #000000;">10</span>,<span style="color: #ff0000;">'FREIRINA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #000000;">10</span>,<span style="color: #ff0000;">'HUASCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">30</span>,<span style="color: #000000;">11</span>,<span style="color: #ff0000;">'LA SERENA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #000000;">11</span>,<span style="color: #ff0000;">'COQUIMBO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #000000;">11</span>,<span style="color: #ff0000;">'ANDACOLLO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #000000;">11</span>,<span style="color: #ff0000;">'LA HIGUERA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #000000;">11</span>,<span style="color: #ff0000;">'PAIGUANO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">35</span>,<span style="color: #000000;">11</span>,<span style="color: #ff0000;">'VICUÑA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">36</span>,<span style="color: #000000;">12</span>,<span style="color: #ff0000;">'ILLAPEL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">37</span>,<span style="color: #000000;">12</span>,<span style="color: #ff0000;">'CANELA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #000000;">12</span>,<span style="color: #ff0000;">'LOS VILOS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">39</span>,<span style="color: #000000;">12</span>,<span style="color: #ff0000;">'SALAMANCA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">40</span>,<span style="color: #000000;">13</span>,<span style="color: #ff0000;">'OVALLE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">41</span>,<span style="color: #000000;">13</span>,<span style="color: #ff0000;">'COMBARBALÁ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">42</span>,<span style="color: #000000;">13</span>,<span style="color: #ff0000;">'MONTE PATRIA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">43</span>,<span style="color: #000000;">13</span>,<span style="color: #ff0000;">'PUNITAQUI'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">44</span>,<span style="color: #000000;">13</span>,<span style="color: #ff0000;">'RÍO HURTADO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">45</span>,<span style="color: #000000;">14</span>,<span style="color: #ff0000;">'VALPARAÍSO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">46</span>,<span style="color: #000000;">14</span>,<span style="color: #ff0000;">'CASABLANCA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">47</span>,<span style="color: #000000;">14</span>,<span style="color: #ff0000;">'CONCÓN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">48</span>,<span style="color: #000000;">14</span>,<span style="color: #ff0000;">'JUAN FERNÁNDEZ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #000000;">14</span>,<span style="color: #ff0000;">'PUCHUNCAVÍ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">50</span>,<span style="color: #000000;">14</span>,<span style="color: #ff0000;">'QUINTERO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">51</span>,<span style="color: #000000;">14</span>,<span style="color: #ff0000;">'VIÑA DEL MAR'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">52</span>,<span style="color: #000000;">15</span>,<span style="color: #ff0000;">'ISLA DE PASCUA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">53</span>,<span style="color: #000000;">16</span>,<span style="color: #ff0000;">'LOS ANDES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">54</span>,<span style="color: #000000;">16</span>,<span style="color: #ff0000;">'CALLE LARGA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">55</span>,<span style="color: #000000;">16</span>,<span style="color: #ff0000;">'RINCONADA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">56</span>,<span style="color: #000000;">16</span>,<span style="color: #ff0000;">'SAN ESTEBAN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">57</span>,<span style="color: #000000;">17</span>,<span style="color: #ff0000;">'LA LIGUA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">58</span>,<span style="color: #000000;">17</span>,<span style="color: #ff0000;">'CABILDO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">59</span>,<span style="color: #000000;">17</span>,<span style="color: #ff0000;">'PAPUDO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">60</span>,<span style="color: #000000;">17</span>,<span style="color: #ff0000;">'PETORCA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">61</span>,<span style="color: #000000;">17</span>,<span style="color: #ff0000;">'ZAPALLAR'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">62</span>,<span style="color: #000000;">18</span>,<span style="color: #ff0000;">'QUILLOTA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">63</span>,<span style="color: #000000;">18</span>,<span style="color: #ff0000;">'CALERA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">64</span>,<span style="color: #000000;">18</span>,<span style="color: #ff0000;">'HIJUELAS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">65</span>,<span style="color: #000000;">18</span>,<span style="color: #ff0000;">'LA CRUZ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">66</span>,<span style="color: #000000;">18</span>,<span style="color: #ff0000;">'NOGALES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">67</span>,<span style="color: #000000;">19</span>,<span style="color: #ff0000;">'SAN ANTONIO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">68</span>,<span style="color: #000000;">19</span>,<span style="color: #ff0000;">'ALGARROBO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">69</span>,<span style="color: #000000;">19</span>,<span style="color: #ff0000;">'CARTAGENA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">70</span>,<span style="color: #000000;">19</span>,<span style="color: #ff0000;">'EL QUISCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">71</span>,<span style="color: #000000;">19</span>,<span style="color: #ff0000;">'EL TABO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">72</span>,<span style="color: #000000;">19</span>,<span style="color: #ff0000;">'SANTO DOMINGO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">73</span>,<span style="color: #000000;">20</span>,<span style="color: #ff0000;">'SAN FELIPE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">74</span>,<span style="color: #000000;">20</span>,<span style="color: #ff0000;">'CATEMU'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">75</span>,<span style="color: #000000;">20</span>,<span style="color: #ff0000;">'LLAILLAY'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">76</span>,<span style="color: #000000;">20</span>,<span style="color: #ff0000;">'PANQUEHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">77</span>,<span style="color: #000000;">20</span>,<span style="color: #ff0000;">'PUTAENDO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">78</span>,<span style="color: #000000;">20</span>,<span style="color: #ff0000;">'SANTA MARÍA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">79</span>,<span style="color: #000000;">21</span>,<span style="color: #ff0000;">'LIMACHE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">80</span>,<span style="color: #000000;">21</span>,<span style="color: #ff0000;">'QUILPUÉ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">81</span>,<span style="color: #000000;">21</span>,<span style="color: #ff0000;">'VILLA ALEMANA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">82</span>,<span style="color: #000000;">21</span>,<span style="color: #ff0000;">'OLMUÉ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">83</span>,<span style="color: #000000;">22</span>,<span style="color: #ff0000;">'RANCAGUA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">84</span>,<span style="color: #000000;">22</span>,<span style="color: #ff0000;">'CODEGUA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">85</span>,<span style="color: #000000;">22</span>,<span style="color: #ff0000;">'COINCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">86</span>,<span style="color: #000000;">22</span>,<span style="color: #ff0000;">'COLTAUCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">87</span>,<span style="color: #000000;">22</span>,<span style="color: #ff0000;">'DOÑIHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">88</span>,<span style="color: #000000;">22</span>,<span style="color: #ff0000;">'GRANEROS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">89</span>,<span style="color: #000000;">22</span>,<span style="color: #ff0000;">'LAS CABRAS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">90</span>,<span style="color: #000000;">22</span>,<span style="color: #ff0000;">'MACHALÍ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">91</span>,<span style="color: #000000;">22</span>,<span style="color: #ff0000;">'MALLOA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">92</span>,<span style="color: #000000;">22</span>,<span style="color: #ff0000;">'MOSTAZAL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">93</span>,<span style="color: #000000;">22</span>,<span style="color: #ff0000;">'OLIVAR'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">94</span>,<span style="color: #000000;">22</span>,<span style="color: #ff0000;">'PEUMO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">95</span>,<span style="color: #000000;">22</span>,<span style="color: #ff0000;">'PICHIDEGUA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">96</span>,<span style="color: #000000;">22</span>,<span style="color: #ff0000;">'QUINTA DE TILCOCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">97</span>,<span style="color: #000000;">22</span>,<span style="color: #ff0000;">'RENGO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">98</span>,<span style="color: #000000;">22</span>,<span style="color: #ff0000;">'REQUÍNOA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">99</span>,<span style="color: #000000;">22</span>,<span style="color: #ff0000;">'SAN VICENTE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">100</span>,<span style="color: #000000;">23</span>,<span style="color: #ff0000;">'PICHILEMU'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">101</span>,<span style="color: #000000;">23</span>,<span style="color: #ff0000;">'LA ESTRELLA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">102</span>,<span style="color: #000000;">23</span>,<span style="color: #ff0000;">'LITUECHE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">103</span>,<span style="color: #000000;">23</span>,<span style="color: #ff0000;">'MARCHIHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">104</span>,<span style="color: #000000;">23</span>,<span style="color: #ff0000;">'NAVIDAD'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">105</span>,<span style="color: #000000;">23</span>,<span style="color: #ff0000;">'PAREDONES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">106</span>,<span style="color: #000000;">24</span>,<span style="color: #ff0000;">'SAN FERNANDO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">107</span>,<span style="color: #000000;">24</span>,<span style="color: #ff0000;">'CHÉPICA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">108</span>,<span style="color: #000000;">24</span>,<span style="color: #ff0000;">'CHIMBARONGO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">109</span>,<span style="color: #000000;">24</span>,<span style="color: #ff0000;">'LOLOL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">110</span>,<span style="color: #000000;">24</span>,<span style="color: #ff0000;">'NANCAGUA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">111</span>,<span style="color: #000000;">24</span>,<span style="color: #ff0000;">'PALMILLA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">112</span>,<span style="color: #000000;">24</span>,<span style="color: #ff0000;">'PERALILLO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">113</span>,<span style="color: #000000;">24</span>,<span style="color: #ff0000;">'PLACILLA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">114</span>,<span style="color: #000000;">24</span>,<span style="color: #ff0000;">'PUMANQUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">115</span>,<span style="color: #000000;">24</span>,<span style="color: #ff0000;">'SANTA CRUZ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">116</span>,<span style="color: #000000;">25</span>,<span style="color: #ff0000;">'TALCA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">117</span>,<span style="color: #000000;">25</span>,<span style="color: #ff0000;">'CONSTITUCIÓN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">118</span>,<span style="color: #000000;">25</span>,<span style="color: #ff0000;">'CUREPTO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">119</span>,<span style="color: #000000;">25</span>,<span style="color: #ff0000;">'EMPEDRADO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">120</span>,<span style="color: #000000;">25</span>,<span style="color: #ff0000;">'MAULE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">121</span>,<span style="color: #000000;">25</span>,<span style="color: #ff0000;">'PELARCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">122</span>,<span style="color: #000000;">25</span>,<span style="color: #ff0000;">'PENCAHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">123</span>,<span style="color: #000000;">25</span>,<span style="color: #ff0000;">'RÍO CLARO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">124</span>,<span style="color: #000000;">25</span>,<span style="color: #ff0000;">'SAN CLEMENTE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">125</span>,<span style="color: #000000;">25</span>,<span style="color: #ff0000;">'SAN RAFAEL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">126</span>,<span style="color: #000000;">26</span>,<span style="color: #ff0000;">'CAUQUENES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">127</span>,<span style="color: #000000;">26</span>,<span style="color: #ff0000;">'CHANCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">128</span>,<span style="color: #000000;">26</span>,<span style="color: #ff0000;">'PELLUHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">129</span>,<span style="color: #000000;">27</span>,<span style="color: #ff0000;">'CURICÓ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">130</span>,<span style="color: #000000;">27</span>,<span style="color: #ff0000;">'HUALAÑÉ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">131</span>,<span style="color: #000000;">27</span>,<span style="color: #ff0000;">'LICANTÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">132</span>,<span style="color: #000000;">27</span>,<span style="color: #ff0000;">'MOLINA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">133</span>,<span style="color: #000000;">27</span>,<span style="color: #ff0000;">'RAUCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">134</span>,<span style="color: #000000;">27</span>,<span style="color: #ff0000;">'ROMERAL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">135</span>,<span style="color: #000000;">27</span>,<span style="color: #ff0000;">'SAGRADA FAMILIA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">136</span>,<span style="color: #000000;">27</span>,<span style="color: #ff0000;">'TENO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">137</span>,<span style="color: #000000;">27</span>,<span style="color: #ff0000;">'VICHUQUÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">138</span>,<span style="color: #000000;">28</span>,<span style="color: #ff0000;">'LINARES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">139</span>,<span style="color: #000000;">28</span>,<span style="color: #ff0000;">'COLBÚN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">140</span>,<span style="color: #000000;">28</span>,<span style="color: #ff0000;">'LONGAVÍ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">141</span>,<span style="color: #000000;">28</span>,<span style="color: #ff0000;">'PARRAL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">142</span>,<span style="color: #000000;">28</span>,<span style="color: #ff0000;">'RETIRO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">143</span>,<span style="color: #000000;">28</span>,<span style="color: #ff0000;">'SAN JAVIER'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">144</span>,<span style="color: #000000;">28</span>,<span style="color: #ff0000;">'VILLA ALEGRE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">145</span>,<span style="color: #000000;">28</span>,<span style="color: #ff0000;">'YERBAS BUENAS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">146</span>,<span style="color: #000000;">29</span>,<span style="color: #ff0000;">'CONCEPCIÓN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">147</span>,<span style="color: #000000;">29</span>,<span style="color: #ff0000;">'CORONEL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">148</span>,<span style="color: #000000;">29</span>,<span style="color: #ff0000;">'CHIGUAYANTE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">149</span>,<span style="color: #000000;">29</span>,<span style="color: #ff0000;">'FLORIDA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">150</span>,<span style="color: #000000;">29</span>,<span style="color: #ff0000;">'HUALQUI'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">151</span>,<span style="color: #000000;">29</span>,<span style="color: #ff0000;">'LOTA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">152</span>,<span style="color: #000000;">29</span>,<span style="color: #ff0000;">'PENCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">153</span>,<span style="color: #000000;">29</span>,<span style="color: #ff0000;">'SAN PEDRO DE LA PAZ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">154</span>,<span style="color: #000000;">29</span>,<span style="color: #ff0000;">'SANTA JUANA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">155</span>,<span style="color: #000000;">29</span>,<span style="color: #ff0000;">'TALCAHUANO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">156</span>,<span style="color: #000000;">29</span>,<span style="color: #ff0000;">'TOMÉ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">157</span>,<span style="color: #000000;">29</span>,<span style="color: #ff0000;">'HUALPÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">158</span>,<span style="color: #000000;">30</span>,<span style="color: #ff0000;">'LEBU'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">159</span>,<span style="color: #000000;">30</span>,<span style="color: #ff0000;">'ARAUCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">160</span>,<span style="color: #000000;">30</span>,<span style="color: #ff0000;">'CAÑETE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">161</span>,<span style="color: #000000;">30</span>,<span style="color: #ff0000;">'CONTULMO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">162</span>,<span style="color: #000000;">30</span>,<span style="color: #ff0000;">'CURANILAHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">163</span>,<span style="color: #000000;">30</span>,<span style="color: #ff0000;">'LOS ALAMOS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">164</span>,<span style="color: #000000;">30</span>,<span style="color: #ff0000;">'TIRÚA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">165</span>,<span style="color: #000000;">31</span>,<span style="color: #ff0000;">'LOS ANGELES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">166</span>,<span style="color: #000000;">31</span>,<span style="color: #ff0000;">'ANTUCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">167</span>,<span style="color: #000000;">31</span>,<span style="color: #ff0000;">'CABRERO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">168</span>,<span style="color: #000000;">31</span>,<span style="color: #ff0000;">'LAJA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">169</span>,<span style="color: #000000;">31</span>,<span style="color: #ff0000;">'MULCHÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">170</span>,<span style="color: #000000;">31</span>,<span style="color: #ff0000;">'NACIMIENTO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">171</span>,<span style="color: #000000;">31</span>,<span style="color: #ff0000;">'NEGRETE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">172</span>,<span style="color: #000000;">31</span>,<span style="color: #ff0000;">'QUILACO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">173</span>,<span style="color: #000000;">31</span>,<span style="color: #ff0000;">'QUILLECO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">174</span>,<span style="color: #000000;">31</span>,<span style="color: #ff0000;">'SAN ROSENDO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">175</span>,<span style="color: #000000;">31</span>,<span style="color: #ff0000;">'SANTA BÁRBARA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">176</span>,<span style="color: #000000;">31</span>,<span style="color: #ff0000;">'TUCAPEL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">177</span>,<span style="color: #000000;">31</span>,<span style="color: #ff0000;">'YUMBEL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">178</span>,<span style="color: #000000;">31</span>,<span style="color: #ff0000;">'ALTO BIOBÍO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">179</span>,<span style="color: #000000;">32</span>,<span style="color: #ff0000;">'CHILLÁN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">180</span>,<span style="color: #000000;">32</span>,<span style="color: #ff0000;">'BULNES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">181</span>,<span style="color: #000000;">32</span>,<span style="color: #ff0000;">'COBQUECURA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">182</span>,<span style="color: #000000;">32</span>,<span style="color: #ff0000;">'COELEMU'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">183</span>,<span style="color: #000000;">32</span>,<span style="color: #ff0000;">'COIHUECO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">184</span>,<span style="color: #000000;">32</span>,<span style="color: #ff0000;">'CHILLÁN VIEJO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">185</span>,<span style="color: #000000;">32</span>,<span style="color: #ff0000;">'EL CARMEN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">186</span>,<span style="color: #000000;">32</span>,<span style="color: #ff0000;">'NINHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">187</span>,<span style="color: #000000;">32</span>,<span style="color: #ff0000;">'ÑIQUÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">188</span>,<span style="color: #000000;">32</span>,<span style="color: #ff0000;">'PEMUCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">189</span>,<span style="color: #000000;">32</span>,<span style="color: #ff0000;">'PINTO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">190</span>,<span style="color: #000000;">32</span>,<span style="color: #ff0000;">'PORTEZUELO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">191</span>,<span style="color: #000000;">32</span>,<span style="color: #ff0000;">'QUILLÓN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">192</span>,<span style="color: #000000;">32</span>,<span style="color: #ff0000;">'QUIRIHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">193</span>,<span style="color: #000000;">32</span>,<span style="color: #ff0000;">'RÁNQUIL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">194</span>,<span style="color: #000000;">32</span>,<span style="color: #ff0000;">'SAN CARLOS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">195</span>,<span style="color: #000000;">32</span>,<span style="color: #ff0000;">'SAN FABIÁN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">196</span>,<span style="color: #000000;">32</span>,<span style="color: #ff0000;">'SAN IGNACIO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">197</span>,<span style="color: #000000;">32</span>,<span style="color: #ff0000;">'SAN NICOLÁS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">198</span>,<span style="color: #000000;">32</span>,<span style="color: #ff0000;">'TREGUACO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">199</span>,<span style="color: #000000;">32</span>,<span style="color: #ff0000;">'YUNGAY'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">200</span>,<span style="color: #000000;">33</span>,<span style="color: #ff0000;">'TEMUCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">201</span>,<span style="color: #000000;">33</span>,<span style="color: #ff0000;">'CARAHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">202</span>,<span style="color: #000000;">33</span>,<span style="color: #ff0000;">'CUNCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">203</span>,<span style="color: #000000;">33</span>,<span style="color: #ff0000;">'CURARREHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">204</span>,<span style="color: #000000;">33</span>,<span style="color: #ff0000;">'FREIRE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">205</span>,<span style="color: #000000;">33</span>,<span style="color: #ff0000;">'GALVARINO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">206</span>,<span style="color: #000000;">33</span>,<span style="color: #ff0000;">'GORBEA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">207</span>,<span style="color: #000000;">33</span>,<span style="color: #ff0000;">'LAUTARO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">208</span>,<span style="color: #000000;">33</span>,<span style="color: #ff0000;">'LONCOCHE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">209</span>,<span style="color: #000000;">33</span>,<span style="color: #ff0000;">'MELIPEUCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">210</span>,<span style="color: #000000;">33</span>,<span style="color: #ff0000;">'NUEVA IMPERIAL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">211</span>,<span style="color: #000000;">33</span>,<span style="color: #ff0000;">'PADRE LAS CASAS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">212</span>,<span style="color: #000000;">33</span>,<span style="color: #ff0000;">'PERQUENCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">213</span>,<span style="color: #000000;">33</span>,<span style="color: #ff0000;">'PITRUFQUÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">214</span>,<span style="color: #000000;">33</span>,<span style="color: #ff0000;">'PUCÓN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">215</span>,<span style="color: #000000;">33</span>,<span style="color: #ff0000;">'SAAVEDRA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">216</span>,<span style="color: #000000;">33</span>,<span style="color: #ff0000;">'TEODORO SCHMIDT'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">217</span>,<span style="color: #000000;">33</span>,<span style="color: #ff0000;">'TOLTÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">218</span>,<span style="color: #000000;">33</span>,<span style="color: #ff0000;">'VILCÚN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">219</span>,<span style="color: #000000;">33</span>,<span style="color: #ff0000;">'VILLARRICA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">220</span>,<span style="color: #000000;">33</span>,<span style="color: #ff0000;">'CHOLCHOL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">221</span>,<span style="color: #000000;">34</span>,<span style="color: #ff0000;">'ANGOL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">222</span>,<span style="color: #000000;">34</span>,<span style="color: #ff0000;">'COLLIPULLI'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">223</span>,<span style="color: #000000;">34</span>,<span style="color: #ff0000;">'CURACAUTÍN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">224</span>,<span style="color: #000000;">34</span>,<span style="color: #ff0000;">'ERCILLA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">225</span>,<span style="color: #000000;">34</span>,<span style="color: #ff0000;">'LONQUIMAY'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">226</span>,<span style="color: #000000;">34</span>,<span style="color: #ff0000;">'LOS SAUCES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">227</span>,<span style="color: #000000;">34</span>,<span style="color: #ff0000;">'LUMACO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">228</span>,<span style="color: #000000;">34</span>,<span style="color: #ff0000;">'PURÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">229</span>,<span style="color: #000000;">34</span>,<span style="color: #ff0000;">'RENAICO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">230</span>,<span style="color: #000000;">34</span>,<span style="color: #ff0000;">'TRAIGUÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">231</span>,<span style="color: #000000;">34</span>,<span style="color: #ff0000;">'VICTORIA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">232</span>,<span style="color: #000000;">35</span>,<span style="color: #ff0000;">'VALDIVIA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">233</span>,<span style="color: #000000;">35</span>,<span style="color: #ff0000;">'CORRAL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">234</span>,<span style="color: #000000;">35</span>,<span style="color: #ff0000;">'LANCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">235</span>,<span style="color: #000000;">35</span>,<span style="color: #ff0000;">'LOS LAGOS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">236</span>,<span style="color: #000000;">35</span>,<span style="color: #ff0000;">'MÁFIL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">237</span>,<span style="color: #000000;">35</span>,<span style="color: #ff0000;">'MARIQUINA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">238</span>,<span style="color: #000000;">35</span>,<span style="color: #ff0000;">'PAILLACO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">239</span>,<span style="color: #000000;">35</span>,<span style="color: #ff0000;">'PANGUIPULLI'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">240</span>,<span style="color: #000000;">36</span>,<span style="color: #ff0000;">'LA UNIÓN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">241</span>,<span style="color: #000000;">36</span>,<span style="color: #ff0000;">'FUTRONO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">242</span>,<span style="color: #000000;">36</span>,<span style="color: #ff0000;">'LAGO RANCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">243</span>,<span style="color: #000000;">36</span>,<span style="color: #ff0000;">'RÍO BUENO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">244</span>,<span style="color: #000000;">37</span>,<span style="color: #ff0000;">'PUERTO MONTT'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">245</span>,<span style="color: #000000;">37</span>,<span style="color: #ff0000;">'CALBUCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">246</span>,<span style="color: #000000;">37</span>,<span style="color: #ff0000;">'COCHAMÓ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">247</span>,<span style="color: #000000;">37</span>,<span style="color: #ff0000;">'FRESIA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">248</span>,<span style="color: #000000;">37</span>,<span style="color: #ff0000;">'FRUTILLAR'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">249</span>,<span style="color: #000000;">37</span>,<span style="color: #ff0000;">'LOS MUERMOS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">250</span>,<span style="color: #000000;">37</span>,<span style="color: #ff0000;">'LLANQUIHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">251</span>,<span style="color: #000000;">37</span>,<span style="color: #ff0000;">'MAULLÍN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">252</span>,<span style="color: #000000;">37</span>,<span style="color: #ff0000;">'PUERTO VARAS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">253</span>,<span style="color: #000000;">38</span>,<span style="color: #ff0000;">'CASTRO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">254</span>,<span style="color: #000000;">38</span>,<span style="color: #ff0000;">'ANCUD'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">255</span>,<span style="color: #000000;">38</span>,<span style="color: #ff0000;">'CHONCHI'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">256</span>,<span style="color: #000000;">38</span>,<span style="color: #ff0000;">'CURACO DE VÉLEZ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">257</span>,<span style="color: #000000;">38</span>,<span style="color: #ff0000;">'DALCAHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">258</span>,<span style="color: #000000;">38</span>,<span style="color: #ff0000;">'PUQUELDÓN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">259</span>,<span style="color: #000000;">38</span>,<span style="color: #ff0000;">'QUEILÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">260</span>,<span style="color: #000000;">38</span>,<span style="color: #ff0000;">'QUELLÓN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">261</span>,<span style="color: #000000;">38</span>,<span style="color: #ff0000;">'QUEMCHI'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">262</span>,<span style="color: #000000;">38</span>,<span style="color: #ff0000;">'QUINCHAO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">263</span>,<span style="color: #000000;">39</span>,<span style="color: #ff0000;">'OSORNO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">264</span>,<span style="color: #000000;">39</span>,<span style="color: #ff0000;">'PUERTO OCTAY'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">265</span>,<span style="color: #000000;">39</span>,<span style="color: #ff0000;">'PURRANQUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">266</span>,<span style="color: #000000;">39</span>,<span style="color: #ff0000;">'PUYEHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">267</span>,<span style="color: #000000;">39</span>,<span style="color: #ff0000;">'RÍO NEGRO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">268</span>,<span style="color: #000000;">39</span>,<span style="color: #ff0000;">'SAN JUAN DE LA COSTA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">269</span>,<span style="color: #000000;">39</span>,<span style="color: #ff0000;">'SAN PABLO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">270</span>,<span style="color: #000000;">40</span>,<span style="color: #ff0000;">'CHAITÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">271</span>,<span style="color: #000000;">40</span>,<span style="color: #ff0000;">'FUTALEUFÚ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">272</span>,<span style="color: #000000;">40</span>,<span style="color: #ff0000;">'HUALAIHUÉ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">273</span>,<span style="color: #000000;">40</span>,<span style="color: #ff0000;">'PALENA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">274</span>,<span style="color: #000000;">41</span>,<span style="color: #ff0000;">'COIHAIQUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">275</span>,<span style="color: #000000;">41</span>,<span style="color: #ff0000;">'LAGO VERDE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">276</span>,<span style="color: #000000;">42</span>,<span style="color: #ff0000;">'AISÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">277</span>,<span style="color: #000000;">42</span>,<span style="color: #ff0000;">'CISNES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">278</span>,<span style="color: #000000;">42</span>,<span style="color: #ff0000;">'GUAITECAS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">279</span>,<span style="color: #000000;">43</span>,<span style="color: #ff0000;">'COCHRANE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">280</span>,<span style="color: #000000;">43</span>,<span style="color: #ff0000;">'OHIGGINS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">281</span>,<span style="color: #000000;">43</span>,<span style="color: #ff0000;">'TORTEL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">282</span>,<span style="color: #000000;">44</span>,<span style="color: #ff0000;">'CHILE CHICO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">283</span>,<span style="color: #000000;">44</span>,<span style="color: #ff0000;">'RÍO IBÁÑEZ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">284</span>,<span style="color: #000000;">45</span>,<span style="color: #ff0000;">'PUNTA ARENAS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">285</span>,<span style="color: #000000;">45</span>,<span style="color: #ff0000;">'LAGUNA BLANCA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">286</span>,<span style="color: #000000;">45</span>,<span style="color: #ff0000;">'RÍO VERDE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">287</span>,<span style="color: #000000;">45</span>,<span style="color: #ff0000;">'SAN GREGORIO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">288</span>,<span style="color: #000000;">46</span>,<span style="color: #ff0000;">'CABO DE HORNOS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">289</span>,<span style="color: #000000;">46</span>,<span style="color: #ff0000;">'ANTÁRTICA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">290</span>,<span style="color: #000000;">47</span>,<span style="color: #ff0000;">'PORVENIR'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">291</span>,<span style="color: #000000;">47</span>,<span style="color: #ff0000;">'PRIMAVERA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">292</span>,<span style="color: #000000;">47</span>,<span style="color: #ff0000;">'TIMAUKEL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">293</span>,<span style="color: #000000;">48</span>,<span style="color: #ff0000;">'NATALES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">294</span>,<span style="color: #000000;">48</span>,<span style="color: #ff0000;">'TORRES DEL PAINE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">295</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'SANTIAGO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">296</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'CERRILLOS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">297</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'CERRO NAVIA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">298</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'CONCHALÍ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">299</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'EL BOSQUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">300</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'ESTACIÓN CENTRAL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">301</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'HUECHURABA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">302</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'INDEPENDENCIA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">303</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LA CISTERNA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">304</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LA FLORIDA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">305</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LA GRANJA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">306</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LA PINTANA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">307</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LA REINA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">308</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LAS CONDES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">309</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LO BARNECHEA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">310</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LO ESPEJO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">311</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LO PRADO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">312</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'MACUL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">313</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'MAIPÚ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">314</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'ÑUÑOA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">315</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'PEDRO AGUIRRE CERDA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">316</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'PEÑALOLÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">317</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'PROVIDENCIA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">318</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'PUDAHUEL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">319</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'QUILICURA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">320</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'QUINTA NORMAL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">321</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'RECOLETA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">322</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'RENCA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">323</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'SAN JOAQUÍN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">324</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'SAN MIGUEL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">325</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'SAN RAMÓN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">326</span>,<span style="color: #000000;">49</span>,<span style="color: #ff0000;">'VITACURA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">327</span>,<span style="color: #000000;">50</span>,<span style="color: #ff0000;">'PUENTE ALTO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">328</span>,<span style="color: #000000;">50</span>,<span style="color: #ff0000;">'PIRQUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">329</span>,<span style="color: #000000;">50</span>,<span style="color: #ff0000;">'SAN JOSÉ DE MAIPO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">330</span>,<span style="color: #000000;">51</span>,<span style="color: #ff0000;">'COLINA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">331</span>,<span style="color: #000000;">51</span>,<span style="color: #ff0000;">'LAMPA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">332</span>,<span style="color: #000000;">51</span>,<span style="color: #ff0000;">'TILTIL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">333</span>,<span style="color: #000000;">52</span>,<span style="color: #ff0000;">'SAN BERNARDO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">334</span>,<span style="color: #000000;">52</span>,<span style="color: #ff0000;">'BUIN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">335</span>,<span style="color: #000000;">52</span>,<span style="color: #ff0000;">'CALERA DE TANGO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">336</span>,<span style="color: #000000;">52</span>,<span style="color: #ff0000;">'PAINE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">337</span>,<span style="color: #000000;">53</span>,<span style="color: #ff0000;">'MELIPILLA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">338</span>,<span style="color: #000000;">53</span>,<span style="color: #ff0000;">'ALHUÉ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">339</span>,<span style="color: #000000;">53</span>,<span style="color: #ff0000;">'CURACAVÍ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">340</span>,<span style="color: #000000;">53</span>,<span style="color: #ff0000;">'MARÍA PINTO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">341</span>,<span style="color: #000000;">53</span>,<span style="color: #ff0000;">'SAN PEDRO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">342</span>,<span style="color: #000000;">54</span>,<span style="color: #ff0000;">'TALAGANTE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">343</span>,<span style="color: #000000;">54</span>,<span style="color: #ff0000;">'EL MONTE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">344</span>,<span style="color: #000000;">54</span>,<span style="color: #ff0000;">'ISLA DE MAIPO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">345</span>,<span style="color: #000000;">54</span>,<span style="color: #ff0000;">'PADRE HURTADO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">346</span>,<span style="color: #000000;">54</span>,<span style="color: #ff0000;">'PEÑAFLOR'</span><span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#125;</span><br /><br />****<br /><br />&nbsp;</div>[/code:3k6il7e7]
Ayuda Error en Combobox URGENTE ??
aStru, aStru2 y aStru3 NO tienen la misma estructura. Los tres deben tener la misma estructura. Organizalos para que tengan la misma estructura, y te lo programaré <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Ayuda Error en Combobox URGENTE ??
[quote="Antonio Linares":3g5c8bi3]aStru, aStru2 y aStru3 NO tienen la misma estructura. Los tres deben tener la misma estructura. Organizalos para que tengan la misma estructura, y te lo programaré <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:3g5c8bi3] Maestro Antonio. Muy buenas noches. Espero haber entendido bien. Muchas gracias por todo. Saludos Antonio Le dejo las estructuras: [code=fw:3g5c8bi3]<div class="fw" id="{CB}" style="font-family: monospace;"><br />aStru3 :=<span style="color: #000000;">&#123;</span> <span style="color: #000000;">&#123;</span><span style="color: #000000;">1</span>,<span style="color: #ff0000;">'ARICA Y PARINACOTA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">2</span>,<span style="color: #ff0000;">'TARAPACÁ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">3</span>,<span style="color: #ff0000;">'ANTOFAGASTA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4</span>,<span style="color: #ff0000;">'ATACAMA '</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">5</span>,<span style="color: #ff0000;">'COQUIMBO '</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'VALPARAÍSO '</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">7</span>,<span style="color: #ff0000;">'DEL LIBERTADOR GRAL. BERNARDO OHIGGINS '</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8</span>,<span style="color: #ff0000;">'DEL MAULE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">9</span>,<span style="color: #ff0000;">'DEL BIOBÍO '</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">10</span>,<span style="color: #ff0000;">'DE LA ARAUCANÍA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">11</span>,<span style="color: #ff0000;">'DE LOS RÍOS'</span>,<span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">12</span>,<span style="color: #ff0000;">'DE LOS LAGOS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #ff0000;">'AISÉN DEL GRAL. CARLOS IBAÑEZ DEL CAMPO '</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'MAGALLANES Y DE LA ANTÁRTICA CHILENA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">15</span>,<span style="color: #ff0000;">'METROPOLITANA DE SANTIAGO'</span><span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#125;</span><br /><br /><br />&nbsp;<span style="color: #B900B9;">// PROVINCIA &nbsp;= CIUDAD</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">// Definicion</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;** Codigo de la Region<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;** Nombre de la Provincia<br /><br /><br /><br />aStru2 :=<span style="color: #000000;">&#123;</span> <span style="color: #000000;">&#123;</span><span style="color: #000000;">1</span>,<span style="color: #ff0000;">'ARICA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">1</span>,<span style="color: #ff0000;">'PARINACOTA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">2</span>,<span style="color: #ff0000;">'IQUIQUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">2</span>,<span style="color: #ff0000;">'TAMARUGAL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">3</span>,<span style="color: #ff0000;">'ANTOFAGASTA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">3</span>,<span style="color: #ff0000;">'EL LOA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">3</span>,<span style="color: #ff0000;">'TOCOPILLA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4</span>,<span style="color: #ff0000;">'COPIAPÓ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4</span>,<span style="color: #ff0000;">'CHAÑARAL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4</span>,<span style="color: #ff0000;">'HUASCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">5</span>,<span style="color: #ff0000;">'ELQUI'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">5</span>,<span style="color: #ff0000;">'CHOAPA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">5</span>,<span style="color: #ff0000;">'LIMARÍ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'VALPARAÍSO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'ISLA DE PASCUA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'LOS ANDES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'PETORCA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'QUILLOTA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'SAN ANTONIO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'SAN FELIPE DE ACONCAGUA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'MARGA MARGA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">7</span>,<span style="color: #ff0000;">'CACHAPOAL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">7</span>,<span style="color: #ff0000;">'CARDENAL CARO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">7</span>,<span style="color: #ff0000;">'COLCHAGUA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8</span>,<span style="color: #ff0000;">'TALCA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8</span>,<span style="color: #ff0000;">'CAUQUENES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8</span>,<span style="color: #ff0000;">'CURICÓ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8</span>,<span style="color: #ff0000;">'LINARES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">9</span>,<span style="color: #ff0000;">'CONCEPCIÓN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">9</span>,<span style="color: #ff0000;">'ARAUCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">9</span>,<span style="color: #ff0000;">'BIOBÍO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">9</span>,<span style="color: #ff0000;">'ÑUBLE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">10</span>,<span style="color: #ff0000;">'CAUTÍN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">10</span>,<span style="color: #ff0000;">'MALLECO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">11</span>,<span style="color: #ff0000;">'VALDIVIA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">11</span>,<span style="color: #ff0000;">'RANCO'</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">12</span>,<span style="color: #ff0000;">'LLANQUIHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">12</span>,<span style="color: #ff0000;">'CHILOÉ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">12</span>,<span style="color: #ff0000;">'OSORNO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">12</span>,<span style="color: #ff0000;">'PALENA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #ff0000;">'COIHAIQUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #ff0000;">'AISÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #ff0000;">'CAPITÁN PRAT'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #ff0000;">'GENERAL CARRERA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'MAGALLANES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'ANTÁRTICA CHILENA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'TIERRA DEL FUEGO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'ULTIMA ESPERANZA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">15</span>,<span style="color: #ff0000;">'SANTIAGO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">15</span>,<span style="color: #ff0000;">'CORDILLERA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">15</span>,<span style="color: #ff0000;">'CHACABUCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">15</span>,<span style="color: #ff0000;">'MAIPO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">15</span>,<span style="color: #ff0000;">'MELIPILLA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">15</span>,<span style="color: #ff0000;">'TALAGANTE'</span><span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#125;</span><br /><br />&nbsp;*****************<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">// COMUNAS</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">// Definicion</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;** Codigo Provincia<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;** Nombre de la Comuna<br /><br />aStru :=<span style="color: #000000;">&#123;</span><span style="color: #000000;">&#123;</span><span style="color: #000000;">1</span>,<span style="color: #ff0000;">'ARICA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span><span style="color: #000000;">1</span>,<span style="color: #ff0000;">'CAMARONES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">2</span>,<span style="color: #ff0000;">'PUTRE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">2</span>,<span style="color: #ff0000;">'GENERAL LAGOS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">3</span>,<span style="color: #ff0000;">'IQUIQUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">3</span>,<span style="color: #ff0000;">'ALTO HOSPICIO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4</span>,<span style="color: #ff0000;">'POZO ALMONTE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4</span>,<span style="color: #ff0000;">'CAMIÑA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4</span>,<span style="color: #ff0000;">'COLCHANE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4</span>,<span style="color: #ff0000;">'HUARA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4</span>,<span style="color: #ff0000;">'PICA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">5</span>,<span style="color: #ff0000;">'ANTOFAGASTA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">5</span>,<span style="color: #ff0000;">'MEJILLONES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">5</span>,<span style="color: #ff0000;">'SIERRA GORDA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">5</span>,<span style="color: #ff0000;">'TALTAL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'CALAMA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'OLLAGÜE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'SAN PEDRO DE ATACAMA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">7</span>,<span style="color: #ff0000;">'TOCOPILLA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">7</span>,<span style="color: #ff0000;">'MARÍA ELENA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8</span>,<span style="color: #ff0000;">'COPIAPÓ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8</span>,<span style="color: #ff0000;">'CALDERA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8</span>,<span style="color: #ff0000;">'TIERRA AMARILLA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">9</span>,<span style="color: #ff0000;">'CHAÑARAL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">9</span>,<span style="color: #ff0000;">'DIEGO DE ALMAGRO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">10</span>,<span style="color: #ff0000;">'VALLENAR'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">10</span>,<span style="color: #ff0000;">'ALTO DEL CARMEN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">10</span>,<span style="color: #ff0000;">'FREIRINA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">10</span>,<span style="color: #ff0000;">'HUASCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">11</span>,<span style="color: #ff0000;">'LA SERENA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">11</span>,<span style="color: #ff0000;">'COQUIMBO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">11</span>,<span style="color: #ff0000;">'ANDACOLLO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">11</span>,<span style="color: #ff0000;">'LA HIGUERA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">11</span>,<span style="color: #ff0000;">'PAIGUANO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">11</span>,<span style="color: #ff0000;">'VICUÑA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">12</span>,<span style="color: #ff0000;">'ILLAPEL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">12</span>,<span style="color: #ff0000;">'CANELA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">12</span>,<span style="color: #ff0000;">'LOS VILOS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">12</span>,<span style="color: #ff0000;">'SALAMANCA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #ff0000;">'OVALLE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #ff0000;">'COMBARBALÁ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #ff0000;">'MONTE PATRIA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #ff0000;">'PUNITAQUI'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #ff0000;">'RÍO HURTADO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'VALPARAÍSO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'CASABLANCA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'CONCÓN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'JUAN FERNÁNDEZ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'PUCHUNCAVÍ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'QUINTERO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'VIÑA DEL MAR'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">15</span>,<span style="color: #ff0000;">'ISLA DE PASCUA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">16</span>,<span style="color: #ff0000;">'LOS ANDES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">16</span>,<span style="color: #ff0000;">'CALLE LARGA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">16</span>,<span style="color: #ff0000;">'RINCONADA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">16</span>,<span style="color: #ff0000;">'SAN ESTEBAN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">17</span>,<span style="color: #ff0000;">'LA LIGUA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">17</span>,<span style="color: #ff0000;">'CABILDO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">17</span>,<span style="color: #ff0000;">'PAPUDO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">17</span>,<span style="color: #ff0000;">'PETORCA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">17</span>,<span style="color: #ff0000;">'ZAPALLAR'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">18</span>,<span style="color: #ff0000;">'QUILLOTA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">18</span>,<span style="color: #ff0000;">'CALERA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">18</span>,<span style="color: #ff0000;">'HIJUELAS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">18</span>,<span style="color: #ff0000;">'LA CRUZ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">18</span>,<span style="color: #ff0000;">'NOGALES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">19</span>,<span style="color: #ff0000;">'SAN ANTONIO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">19</span>,<span style="color: #ff0000;">'ALGARROBO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">19</span>,<span style="color: #ff0000;">'CARTAGENA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">19</span>,<span style="color: #ff0000;">'EL QUISCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">19</span>,<span style="color: #ff0000;">'EL TABO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">19</span>,<span style="color: #ff0000;">'SANTO DOMINGO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">20</span>,<span style="color: #ff0000;">'SAN FELIPE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">20</span>,<span style="color: #ff0000;">'CATEMU'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">20</span>,<span style="color: #ff0000;">'LLAILLAY'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">20</span>,<span style="color: #ff0000;">'PANQUEHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">20</span>,<span style="color: #ff0000;">'PUTAENDO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">20</span>,<span style="color: #ff0000;">'SANTA MARÍA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">21</span>,<span style="color: #ff0000;">'LIMACHE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">21</span>,<span style="color: #ff0000;">'QUILPUÉ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">21</span>,<span style="color: #ff0000;">'VILLA ALEMANA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">21</span>,<span style="color: #ff0000;">'OLMUÉ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'RANCAGUA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'CODEGUA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'COINCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'COLTAUCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'DOÑIHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'GRANEROS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'LAS CABRAS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'MACHALÍ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'MALLOA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'MOSTAZAL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'OLIVAR'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'PEUMO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'PICHIDEGUA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'QUINTA DE TILCOCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'RENGO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'REQUÍNOA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'SAN VICENTE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">23</span>,<span style="color: #ff0000;">'PICHILEMU'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">23</span>,<span style="color: #ff0000;">'LA ESTRELLA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">23</span>,<span style="color: #ff0000;">'LITUECHE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">23</span>,<span style="color: #ff0000;">'MARCHIHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">23</span>,<span style="color: #ff0000;">'NAVIDAD'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">23</span>,<span style="color: #ff0000;">'PAREDONES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #ff0000;">'SAN FERNANDO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #ff0000;">'CHÉPICA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #ff0000;">'CHIMBARONGO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #ff0000;">'LOLOL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #ff0000;">'NANCAGUA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #ff0000;">'PALMILLA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #ff0000;">'PERALILLO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #ff0000;">'PLACILLA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #ff0000;">'PUMANQUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #ff0000;">'SANTA CRUZ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #ff0000;">'TALCA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #ff0000;">'CONSTITUCIÓN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #ff0000;">'CUREPTO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #ff0000;">'EMPEDRADO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #ff0000;">'MAULE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #ff0000;">'PELARCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #ff0000;">'PENCAHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #ff0000;">'RÍO CLARO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #ff0000;">'SAN CLEMENTE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #ff0000;">'SAN RAFAEL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">26</span>,<span style="color: #ff0000;">'CAUQUENES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">26</span>,<span style="color: #ff0000;">'CHANCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">26</span>,<span style="color: #ff0000;">'PELLUHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">27</span>,<span style="color: #ff0000;">'CURICÓ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">27</span>,<span style="color: #ff0000;">'HUALAÑÉ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">27</span>,<span style="color: #ff0000;">'LICANTÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">27</span>,<span style="color: #ff0000;">'MOLINA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">27</span>,<span style="color: #ff0000;">'RAUCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">27</span>,<span style="color: #ff0000;">'ROMERAL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">27</span>,<span style="color: #ff0000;">'SAGRADA FAMILIA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">27</span>,<span style="color: #ff0000;">'TENO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">27</span>,<span style="color: #ff0000;">'VICHUQUÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">28</span>,<span style="color: #ff0000;">'LINARES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">28</span>,<span style="color: #ff0000;">'COLBÚN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">28</span>,<span style="color: #ff0000;">'LONGAVÍ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">28</span>,<span style="color: #ff0000;">'PARRAL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">28</span>,<span style="color: #ff0000;">'RETIRO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">28</span>,<span style="color: #ff0000;">'SAN JAVIER'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">28</span>,<span style="color: #ff0000;">'VILLA ALEGRE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">28</span>,<span style="color: #ff0000;">'YERBAS BUENAS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'CONCEPCIÓN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'CORONEL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'CHIGUAYANTE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'FLORIDA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'HUALQUI'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'LOTA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'PENCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'SAN PEDRO DE LA PAZ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'SANTA JUANA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'TALCAHUANO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'TOMÉ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'HUALPÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">30</span>,<span style="color: #ff0000;">'LEBU'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">30</span>,<span style="color: #ff0000;">'ARAUCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">30</span>,<span style="color: #ff0000;">'CAÑETE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">30</span>,<span style="color: #ff0000;">'CONTULMO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">30</span>,<span style="color: #ff0000;">'CURANILAHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">30</span>,<span style="color: #ff0000;">'LOS ALAMOS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">30</span>,<span style="color: #ff0000;">'TIRÚA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'LOS ANGELES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'ANTUCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'CABRERO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'LAJA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'MULCHÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'NACIMIENTO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'NEGRETE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'QUILACO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'QUILLECO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'SAN ROSENDO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'SANTA BÁRBARA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'TUCAPEL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'YUMBEL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'ALTO BIOBÍO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'CHILLÁN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'BULNES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'COBQUECURA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'COELEMU'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'COIHUECO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'CHILLÁN VIEJO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'EL CARMEN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'NINHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'ÑIQUÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'PEMUCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'PINTO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'PORTEZUELO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'QUILLÓN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'QUIRIHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'RÁNQUIL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'SAN CARLOS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'SAN FABIÁN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'SAN IGNACIO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'SAN NICOLÁS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'TREGUACO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'YUNGAY'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'TEMUCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'CARAHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'CUNCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'CURARREHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'FREIRE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'GALVARINO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'GORBEA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'LAUTARO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'LONCOCHE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'MELIPEUCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'NUEVA IMPERIAL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'PADRE LAS CASAS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'PERQUENCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'PITRUFQUÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'PUCÓN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'SAAVEDRA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'TEODORO SCHMIDT'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'TOLTÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'VILCÚN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'VILLARRICA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'CHOLCHOL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'ANGOL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'COLLIPULLI'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'CURACAUTÍN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'ERCILLA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'LONQUIMAY'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'LOS SAUCES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'LUMACO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'PURÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'RENAICO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'TRAIGUÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'VICTORIA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">35</span>,<span style="color: #ff0000;">'VALDIVIA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">35</span>,<span style="color: #ff0000;">'CORRAL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">35</span>,<span style="color: #ff0000;">'LANCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">35</span>,<span style="color: #ff0000;">'LOS LAGOS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">35</span>,<span style="color: #ff0000;">'MÁFIL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">35</span>,<span style="color: #ff0000;">'MARIQUINA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">35</span>,<span style="color: #ff0000;">'PAILLACO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">35</span>,<span style="color: #ff0000;">'PANGUIPULLI'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">36</span>,<span style="color: #ff0000;">'LA UNIÓN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">36</span>,<span style="color: #ff0000;">'FUTRONO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">36</span>,<span style="color: #ff0000;">'LAGO RANCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">36</span>,<span style="color: #ff0000;">'RÍO BUENO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">37</span>,<span style="color: #ff0000;">'PUERTO MONTT'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">37</span>,<span style="color: #ff0000;">'CALBUCO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">37</span>,<span style="color: #ff0000;">'COCHAMÓ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">37</span>,<span style="color: #ff0000;">'FRESIA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">37</span>,<span style="color: #ff0000;">'FRUTILLAR'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">37</span>,<span style="color: #ff0000;">'LOS MUERMOS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">37</span>,<span style="color: #ff0000;">'LLANQUIHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">37</span>,<span style="color: #ff0000;">'MAULLÍN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">37</span>,<span style="color: #ff0000;">'PUERTO VARAS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #ff0000;">'CASTRO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #ff0000;">'ANCUD'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #ff0000;">'CHONCHI'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #ff0000;">'CURACO DE VÉLEZ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #ff0000;">'DALCAHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #ff0000;">'PUQUELDÓN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #ff0000;">'QUEILÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #ff0000;">'QUELLÓN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #ff0000;">'QUEMCHI'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #ff0000;">'QUINCHAO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">39</span>,<span style="color: #ff0000;">'OSORNO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">39</span>,<span style="color: #ff0000;">'PUERTO OCTAY'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">39</span>,<span style="color: #ff0000;">'PURRANQUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">39</span>,<span style="color: #ff0000;">'PUYEHUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">39</span>,<span style="color: #ff0000;">'RÍO NEGRO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">39</span>,<span style="color: #ff0000;">'SAN JUAN DE LA COSTA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">39</span>,<span style="color: #ff0000;">'SAN PABLO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">40</span>,<span style="color: #ff0000;">'CHAITÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">40</span>,<span style="color: #ff0000;">'FUTALEUFÚ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">40</span>,<span style="color: #ff0000;">'HUALAIHUÉ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">40</span>,<span style="color: #ff0000;">'PALENA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">41</span>,<span style="color: #ff0000;">'COIHAIQUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">41</span>,<span style="color: #ff0000;">'LAGO VERDE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">42</span>,<span style="color: #ff0000;">'AISÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">42</span>,<span style="color: #ff0000;">'CISNES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">42</span>,<span style="color: #ff0000;">'GUAITECAS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">43</span>,<span style="color: #ff0000;">'COCHRANE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">43</span>,<span style="color: #ff0000;">'OHIGGINS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">43</span>,<span style="color: #ff0000;">'TORTEL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">44</span>,<span style="color: #ff0000;">'CHILE CHICO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">44</span>,<span style="color: #ff0000;">'RÍO IBÁÑEZ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">45</span>,<span style="color: #ff0000;">'PUNTA ARENAS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">45</span>,<span style="color: #ff0000;">'LAGUNA BLANCA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">45</span>,<span style="color: #ff0000;">'RÍO VERDE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">45</span>,<span style="color: #ff0000;">'SAN GREGORIO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">46</span>,<span style="color: #ff0000;">'CABO DE HORNOS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">46</span>,<span style="color: #ff0000;">'ANTÁRTICA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">47</span>,<span style="color: #ff0000;">'PORVENIR'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">47</span>,<span style="color: #ff0000;">'PRIMAVERA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">47</span>,<span style="color: #ff0000;">'TIMAUKEL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">48</span>,<span style="color: #ff0000;">'NATALES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">48</span>,<span style="color: #ff0000;">'TORRES DEL PAINE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'SANTIAGO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'CERRILLOS'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'CERRO NAVIA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'CONCHALÍ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'EL BOSQUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'ESTACIÓN CENTRAL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'HUECHURABA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'INDEPENDENCIA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LA CISTERNA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LA FLORIDA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LA GRANJA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LA PINTANA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LA REINA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LAS CONDES'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LO BARNECHEA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LO ESPEJO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LO PRADO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'MACUL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'MAIPÚ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'ÑUÑOA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'PEDRO AGUIRRE CERDA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'PEÑALOLÉN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'PROVIDENCIA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'PUDAHUEL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'QUILICURA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'QUINTA NORMAL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'RECOLETA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'RENCA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'SAN JOAQUÍN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'SAN MIGUEL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'SAN RAMÓN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'VITACURA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">50</span>,<span style="color: #ff0000;">'PUENTE ALTO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">50</span>,<span style="color: #ff0000;">'PIRQUE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">50</span>,<span style="color: #ff0000;">'SAN JOSÉ DE MAIPO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">51</span>,<span style="color: #ff0000;">'COLINA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">51</span>,<span style="color: #ff0000;">'LAMPA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">51</span>,<span style="color: #ff0000;">'TILTIL'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">52</span>,<span style="color: #ff0000;">'SAN BERNARDO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">52</span>,<span style="color: #ff0000;">'BUIN'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">52</span>,<span style="color: #ff0000;">'CALERA DE TANGO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">52</span>,<span style="color: #ff0000;">'PAINE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">53</span>,<span style="color: #ff0000;">'MELIPILLA'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">53</span>,<span style="color: #ff0000;">'ALHUÉ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">53</span>,<span style="color: #ff0000;">'CURACAVÍ'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">53</span>,<span style="color: #ff0000;">'MARÍA PINTO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">53</span>,<span style="color: #ff0000;">'SAN PEDRO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">54</span>,<span style="color: #ff0000;">'TALAGANTE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">54</span>,<span style="color: #ff0000;">'EL MONTE'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">54</span>,<span style="color: #ff0000;">'ISLA DE MAIPO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">54</span>,<span style="color: #ff0000;">'PADRE HURTADO'</span><span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #000000;">54</span>,<span style="color: #ff0000;">'PEÑAFLOR'</span><span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#125;</span><br /><br /><br />&nbsp;</div>[/code:3g5c8bi3]
Ayuda Error en Combobox URGENTE ??
[quote="Antonio Linares":3l9sh6g2]aStru, aStru2 y aStru3 NO tienen la misma estructura. Los tres deben tener la misma estructura. Organizalos para que tengan la misma estructura, y te lo programaré <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:3l9sh6g2] Maestro Antonio. Muy buenas noches. Espero haber entendido bien. Muchas gracias por todo. Saludos Antonio Le dejo las estructuras: [code=fw:3l9sh6g2]<div class="fw" id="{CB}" style="font-family: monospace;"><br />aStru3 :=<span style="color: #000000;">&#123;</span> <span style="color: #000000;">&#123;</span><span style="color: #000000;">1</span>,<span style="color: #ff0000;">'ARICA Y PARINACOTA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">2</span>,<span style="color: #ff0000;">'TARAPACÁ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">3</span>,<span style="color: #ff0000;">'ANTOFAGASTA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4</span>,<span style="color: #ff0000;">'ATACAMA '</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">5</span>,<span style="color: #ff0000;">'COQUIMBO '</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'VALPARAÍSO '</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">7</span>,<span style="color: #ff0000;">'DEL LIBERTADOR GRAL. BERNARDO OHIGGINS '</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8</span>,<span style="color: #ff0000;">'DEL MAULE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">9</span>,<span style="color: #ff0000;">'DEL BIOBÍO '</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">10</span>,<span style="color: #ff0000;">'DE LA ARAUCANÍA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">11</span>,<span style="color: #ff0000;">'DE LOS RÍOS'</span>,<span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">12</span>,<span style="color: #ff0000;">'DE LOS LAGOS'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #ff0000;">'AISÉN DEL GRAL. CARLOS IBAÑEZ DEL CAMPO '</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'MAGALLANES Y DE LA ANTÁRTICA CHILENA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">15</span>,<span style="color: #ff0000;">'METROPOLITANA DE SANTIAGO'</span><span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#125;</span><br /><br /><br /> <span style="color: #B900B9;">// PROVINCIA  = CIUDAD</span><br />                <span style="color: #B900B9;">// Definicion</span><br /><br />           ** Codigo de la Region<br />           ** Nombre de la Provincia<br /><br /><br /><br />aStru2 :=<span style="color: #000000;">&#123;</span> <span style="color: #000000;">&#123;</span><span style="color: #000000;">1</span>,<span style="color: #ff0000;">'ARICA'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">1</span>,<span style="color: #ff0000;">'PARINACOTA'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">2</span>,<span style="color: #ff0000;">'IQUIQUE'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">2</span>,<span style="color: #ff0000;">'TAMARUGAL'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">3</span>,<span style="color: #ff0000;">'ANTOFAGASTA'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">3</span>,<span style="color: #ff0000;">'EL LOA'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">3</span>,<span style="color: #ff0000;">'TOCOPILLA'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4</span>,<span style="color: #ff0000;">'COPIAPÓ'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4</span>,<span style="color: #ff0000;">'CHAÑARAL'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4</span>,<span style="color: #ff0000;">'HUASCO'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">5</span>,<span style="color: #ff0000;">'ELQUI'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">5</span>,<span style="color: #ff0000;">'CHOAPA'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">5</span>,<span style="color: #ff0000;">'LIMARÍ'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'VALPARAÍSO'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'ISLA DE PASCUA'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'LOS ANDES'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'PETORCA'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'QUILLOTA'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'SAN ANTONIO'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'SAN FELIPE DE ACONCAGUA'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'MARGA MARGA'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">7</span>,<span style="color: #ff0000;">'CACHAPOAL'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">7</span>,<span style="color: #ff0000;">'CARDENAL CARO'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">7</span>,<span style="color: #ff0000;">'COLCHAGUA'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8</span>,<span style="color: #ff0000;">'TALCA'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8</span>,<span style="color: #ff0000;">'CAUQUENES'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8</span>,<span style="color: #ff0000;">'CURICÓ'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8</span>,<span style="color: #ff0000;">'LINARES'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">9</span>,<span style="color: #ff0000;">'CONCEPCIÓN'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">9</span>,<span style="color: #ff0000;">'ARAUCO'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">9</span>,<span style="color: #ff0000;">'BIOBÍO'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">9</span>,<span style="color: #ff0000;">'ÑUBLE'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">10</span>,<span style="color: #ff0000;">'CAUTÍN'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">10</span>,<span style="color: #ff0000;">'MALLECO'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">11</span>,<span style="color: #ff0000;">'VALDIVIA'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">11</span>,<span style="color: #ff0000;">'RANCO'</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">12</span>,<span style="color: #ff0000;">'LLANQUIHUE'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">12</span>,<span style="color: #ff0000;">'CHILOÉ'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">12</span>,<span style="color: #ff0000;">'OSORNO'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">12</span>,<span style="color: #ff0000;">'PALENA'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #ff0000;">'COIHAIQUE'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #ff0000;">'AISÉN'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #ff0000;">'CAPITÁN PRAT'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #ff0000;">'GENERAL CARRERA'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'MAGALLANES'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'ANTÁRTICA CHILENA'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'TIERRA DEL FUEGO'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'ULTIMA ESPERANZA'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">15</span>,<span style="color: #ff0000;">'SANTIAGO'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">15</span>,<span style="color: #ff0000;">'CORDILLERA'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">15</span>,<span style="color: #ff0000;">'CHACABUCO'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">15</span>,<span style="color: #ff0000;">'MAIPO'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">15</span>,<span style="color: #ff0000;">'MELIPILLA'</span><span style="color: #000000;">&#125;</span>,;<br />                    <span style="color: #000000;">&#123;</span> <span style="color: #000000;">15</span>,<span style="color: #ff0000;">'TALAGANTE'</span><span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#125;</span><br /><br /> *****************<br />         <span style="color: #B900B9;">// COMUNAS</span><br />                <span style="color: #B900B9;">// Definicion</span><br /><br />           ** Codigo Provincia<br />           ** Nombre de la Comuna<br /><br />aStru3 :=<span style="color: #000000;">&#123;</span><span style="color: #000000;">&#123;</span><span style="color: #000000;">1</span>,<span style="color: #ff0000;">'ARICA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span><span style="color: #000000;">1</span>,<span style="color: #ff0000;">'CAMARONES'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">2</span>,<span style="color: #ff0000;">'PUTRE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">2</span>,<span style="color: #ff0000;">'GENERAL LAGOS'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">3</span>,<span style="color: #ff0000;">'IQUIQUE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">3</span>,<span style="color: #ff0000;">'ALTO HOSPICIO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4</span>,<span style="color: #ff0000;">'POZO ALMONTE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4</span>,<span style="color: #ff0000;">'CAMIÑA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4</span>,<span style="color: #ff0000;">'COLCHANE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4</span>,<span style="color: #ff0000;">'HUARA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4</span>,<span style="color: #ff0000;">'PICA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">5</span>,<span style="color: #ff0000;">'ANTOFAGASTA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">5</span>,<span style="color: #ff0000;">'MEJILLONES'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">5</span>,<span style="color: #ff0000;">'SIERRA GORDA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">5</span>,<span style="color: #ff0000;">'TALTAL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'CALAMA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'OLLAGÜE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">6</span>,<span style="color: #ff0000;">'SAN PEDRO DE ATACAMA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">7</span>,<span style="color: #ff0000;">'TOCOPILLA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">7</span>,<span style="color: #ff0000;">'MARÍA ELENA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8</span>,<span style="color: #ff0000;">'COPIAPÓ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8</span>,<span style="color: #ff0000;">'CALDERA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8</span>,<span style="color: #ff0000;">'TIERRA AMARILLA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">9</span>,<span style="color: #ff0000;">'CHAÑARAL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">9</span>,<span style="color: #ff0000;">'DIEGO DE ALMAGRO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">10</span>,<span style="color: #ff0000;">'VALLENAR'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">10</span>,<span style="color: #ff0000;">'ALTO DEL CARMEN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">10</span>,<span style="color: #ff0000;">'FREIRINA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">10</span>,<span style="color: #ff0000;">'HUASCO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">11</span>,<span style="color: #ff0000;">'LA SERENA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">11</span>,<span style="color: #ff0000;">'COQUIMBO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">11</span>,<span style="color: #ff0000;">'ANDACOLLO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">11</span>,<span style="color: #ff0000;">'LA HIGUERA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">11</span>,<span style="color: #ff0000;">'PAIGUANO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">11</span>,<span style="color: #ff0000;">'VICUÑA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">12</span>,<span style="color: #ff0000;">'ILLAPEL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">12</span>,<span style="color: #ff0000;">'CANELA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">12</span>,<span style="color: #ff0000;">'LOS VILOS'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">12</span>,<span style="color: #ff0000;">'SALAMANCA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #ff0000;">'OVALLE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #ff0000;">'COMBARBALÁ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #ff0000;">'MONTE PATRIA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #ff0000;">'PUNITAQUI'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">13</span>,<span style="color: #ff0000;">'RÍO HURTADO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'VALPARAÍSO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'CASABLANCA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'CONCÓN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'JUAN FERNÁNDEZ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'PUCHUNCAVÍ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'QUINTERO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">14</span>,<span style="color: #ff0000;">'VIÑA DEL MAR'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">15</span>,<span style="color: #ff0000;">'ISLA DE PASCUA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">16</span>,<span style="color: #ff0000;">'LOS ANDES'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">16</span>,<span style="color: #ff0000;">'CALLE LARGA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">16</span>,<span style="color: #ff0000;">'RINCONADA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">16</span>,<span style="color: #ff0000;">'SAN ESTEBAN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">17</span>,<span style="color: #ff0000;">'LA LIGUA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">17</span>,<span style="color: #ff0000;">'CABILDO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">17</span>,<span style="color: #ff0000;">'PAPUDO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">17</span>,<span style="color: #ff0000;">'PETORCA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">17</span>,<span style="color: #ff0000;">'ZAPALLAR'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">18</span>,<span style="color: #ff0000;">'QUILLOTA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">18</span>,<span style="color: #ff0000;">'CALERA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">18</span>,<span style="color: #ff0000;">'HIJUELAS'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">18</span>,<span style="color: #ff0000;">'LA CRUZ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">18</span>,<span style="color: #ff0000;">'NOGALES'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">19</span>,<span style="color: #ff0000;">'SAN ANTONIO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">19</span>,<span style="color: #ff0000;">'ALGARROBO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">19</span>,<span style="color: #ff0000;">'CARTAGENA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">19</span>,<span style="color: #ff0000;">'EL QUISCO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">19</span>,<span style="color: #ff0000;">'EL TABO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">19</span>,<span style="color: #ff0000;">'SANTO DOMINGO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">20</span>,<span style="color: #ff0000;">'SAN FELIPE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">20</span>,<span style="color: #ff0000;">'CATEMU'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">20</span>,<span style="color: #ff0000;">'LLAILLAY'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">20</span>,<span style="color: #ff0000;">'PANQUEHUE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">20</span>,<span style="color: #ff0000;">'PUTAENDO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">20</span>,<span style="color: #ff0000;">'SANTA MARÍA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">21</span>,<span style="color: #ff0000;">'LIMACHE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">21</span>,<span style="color: #ff0000;">'QUILPUÉ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">21</span>,<span style="color: #ff0000;">'VILLA ALEMANA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">21</span>,<span style="color: #ff0000;">'OLMUÉ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'RANCAGUA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'CODEGUA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'COINCO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'COLTAUCO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'DOÑIHUE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'GRANEROS'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'LAS CABRAS'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'MACHALÍ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'MALLOA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'MOSTAZAL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'OLIVAR'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'PEUMO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'PICHIDEGUA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'QUINTA DE TILCOCO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'RENGO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'REQUÍNOA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">22</span>,<span style="color: #ff0000;">'SAN VICENTE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">23</span>,<span style="color: #ff0000;">'PICHILEMU'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">23</span>,<span style="color: #ff0000;">'LA ESTRELLA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">23</span>,<span style="color: #ff0000;">'LITUECHE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">23</span>,<span style="color: #ff0000;">'MARCHIHUE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">23</span>,<span style="color: #ff0000;">'NAVIDAD'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">23</span>,<span style="color: #ff0000;">'PAREDONES'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #ff0000;">'SAN FERNANDO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #ff0000;">'CHÉPICA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #ff0000;">'CHIMBARONGO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #ff0000;">'LOLOL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #ff0000;">'NANCAGUA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #ff0000;">'PALMILLA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #ff0000;">'PERALILLO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #ff0000;">'PLACILLA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #ff0000;">'PUMANQUE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">24</span>,<span style="color: #ff0000;">'SANTA CRUZ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #ff0000;">'TALCA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #ff0000;">'CONSTITUCIÓN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #ff0000;">'CUREPTO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #ff0000;">'EMPEDRADO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #ff0000;">'MAULE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #ff0000;">'PELARCO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #ff0000;">'PENCAHUE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #ff0000;">'RÍO CLARO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #ff0000;">'SAN CLEMENTE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">25</span>,<span style="color: #ff0000;">'SAN RAFAEL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">26</span>,<span style="color: #ff0000;">'CAUQUENES'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">26</span>,<span style="color: #ff0000;">'CHANCO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">26</span>,<span style="color: #ff0000;">'PELLUHUE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">27</span>,<span style="color: #ff0000;">'CURICÓ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">27</span>,<span style="color: #ff0000;">'HUALAÑÉ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">27</span>,<span style="color: #ff0000;">'LICANTÉN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">27</span>,<span style="color: #ff0000;">'MOLINA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">27</span>,<span style="color: #ff0000;">'RAUCO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">27</span>,<span style="color: #ff0000;">'ROMERAL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">27</span>,<span style="color: #ff0000;">'SAGRADA FAMILIA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">27</span>,<span style="color: #ff0000;">'TENO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">27</span>,<span style="color: #ff0000;">'VICHUQUÉN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">28</span>,<span style="color: #ff0000;">'LINARES'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">28</span>,<span style="color: #ff0000;">'COLBÚN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">28</span>,<span style="color: #ff0000;">'LONGAVÍ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">28</span>,<span style="color: #ff0000;">'PARRAL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">28</span>,<span style="color: #ff0000;">'RETIRO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">28</span>,<span style="color: #ff0000;">'SAN JAVIER'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">28</span>,<span style="color: #ff0000;">'VILLA ALEGRE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">28</span>,<span style="color: #ff0000;">'YERBAS BUENAS'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'CONCEPCIÓN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'CORONEL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'CHIGUAYANTE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'FLORIDA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'HUALQUI'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'LOTA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'PENCO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'SAN PEDRO DE LA PAZ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'SANTA JUANA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'TALCAHUANO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'TOMÉ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">29</span>,<span style="color: #ff0000;">'HUALPÉN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">30</span>,<span style="color: #ff0000;">'LEBU'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">30</span>,<span style="color: #ff0000;">'ARAUCO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">30</span>,<span style="color: #ff0000;">'CAÑETE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">30</span>,<span style="color: #ff0000;">'CONTULMO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">30</span>,<span style="color: #ff0000;">'CURANILAHUE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">30</span>,<span style="color: #ff0000;">'LOS ALAMOS'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">30</span>,<span style="color: #ff0000;">'TIRÚA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'LOS ANGELES'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'ANTUCO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'CABRERO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'LAJA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'MULCHÉN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'NACIMIENTO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'NEGRETE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'QUILACO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'QUILLECO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'SAN ROSENDO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'SANTA BÁRBARA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'TUCAPEL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'YUMBEL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">31</span>,<span style="color: #ff0000;">'ALTO BIOBÍO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'CHILLÁN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'BULNES'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'COBQUECURA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'COELEMU'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'COIHUECO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'CHILLÁN VIEJO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'EL CARMEN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'NINHUE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'ÑIQUÉN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'PEMUCO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'PINTO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'PORTEZUELO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'QUILLÓN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'QUIRIHUE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'RÁNQUIL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'SAN CARLOS'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'SAN FABIÁN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'SAN IGNACIO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'SAN NICOLÁS'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'TREGUACO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">32</span>,<span style="color: #ff0000;">'YUNGAY'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'TEMUCO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'CARAHUE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'CUNCO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'CURARREHUE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'FREIRE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'GALVARINO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'GORBEA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'LAUTARO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'LONCOCHE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'MELIPEUCO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'NUEVA IMPERIAL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'PADRE LAS CASAS'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'PERQUENCO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'PITRUFQUÉN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'PUCÓN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'SAAVEDRA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'TEODORO SCHMIDT'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'TOLTÉN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'VILCÚN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'VILLARRICA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">33</span>,<span style="color: #ff0000;">'CHOLCHOL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'ANGOL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'COLLIPULLI'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'CURACAUTÍN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'ERCILLA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'LONQUIMAY'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'LOS SAUCES'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'LUMACO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'PURÉN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'RENAICO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'TRAIGUÉN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">34</span>,<span style="color: #ff0000;">'VICTORIA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">35</span>,<span style="color: #ff0000;">'VALDIVIA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">35</span>,<span style="color: #ff0000;">'CORRAL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">35</span>,<span style="color: #ff0000;">'LANCO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">35</span>,<span style="color: #ff0000;">'LOS LAGOS'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">35</span>,<span style="color: #ff0000;">'MÁFIL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">35</span>,<span style="color: #ff0000;">'MARIQUINA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">35</span>,<span style="color: #ff0000;">'PAILLACO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">35</span>,<span style="color: #ff0000;">'PANGUIPULLI'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">36</span>,<span style="color: #ff0000;">'LA UNIÓN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">36</span>,<span style="color: #ff0000;">'FUTRONO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">36</span>,<span style="color: #ff0000;">'LAGO RANCO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">36</span>,<span style="color: #ff0000;">'RÍO BUENO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">37</span>,<span style="color: #ff0000;">'PUERTO MONTT'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">37</span>,<span style="color: #ff0000;">'CALBUCO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">37</span>,<span style="color: #ff0000;">'COCHAMÓ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">37</span>,<span style="color: #ff0000;">'FRESIA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">37</span>,<span style="color: #ff0000;">'FRUTILLAR'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">37</span>,<span style="color: #ff0000;">'LOS MUERMOS'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">37</span>,<span style="color: #ff0000;">'LLANQUIHUE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">37</span>,<span style="color: #ff0000;">'MAULLÍN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">37</span>,<span style="color: #ff0000;">'PUERTO VARAS'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #ff0000;">'CASTRO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #ff0000;">'ANCUD'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #ff0000;">'CHONCHI'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #ff0000;">'CURACO DE VÉLEZ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #ff0000;">'DALCAHUE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #ff0000;">'PUQUELDÓN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #ff0000;">'QUEILÉN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #ff0000;">'QUELLÓN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #ff0000;">'QUEMCHI'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">38</span>,<span style="color: #ff0000;">'QUINCHAO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">39</span>,<span style="color: #ff0000;">'OSORNO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">39</span>,<span style="color: #ff0000;">'PUERTO OCTAY'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">39</span>,<span style="color: #ff0000;">'PURRANQUE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">39</span>,<span style="color: #ff0000;">'PUYEHUE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">39</span>,<span style="color: #ff0000;">'RÍO NEGRO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">39</span>,<span style="color: #ff0000;">'SAN JUAN DE LA COSTA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">39</span>,<span style="color: #ff0000;">'SAN PABLO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">40</span>,<span style="color: #ff0000;">'CHAITÉN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">40</span>,<span style="color: #ff0000;">'FUTALEUFÚ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">40</span>,<span style="color: #ff0000;">'HUALAIHUÉ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">40</span>,<span style="color: #ff0000;">'PALENA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">41</span>,<span style="color: #ff0000;">'COIHAIQUE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">41</span>,<span style="color: #ff0000;">'LAGO VERDE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">42</span>,<span style="color: #ff0000;">'AISÉN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">42</span>,<span style="color: #ff0000;">'CISNES'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">42</span>,<span style="color: #ff0000;">'GUAITECAS'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">43</span>,<span style="color: #ff0000;">'COCHRANE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">43</span>,<span style="color: #ff0000;">'OHIGGINS'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">43</span>,<span style="color: #ff0000;">'TORTEL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">44</span>,<span style="color: #ff0000;">'CHILE CHICO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">44</span>,<span style="color: #ff0000;">'RÍO IBÁÑEZ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">45</span>,<span style="color: #ff0000;">'PUNTA ARENAS'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">45</span>,<span style="color: #ff0000;">'LAGUNA BLANCA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">45</span>,<span style="color: #ff0000;">'RÍO VERDE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">45</span>,<span style="color: #ff0000;">'SAN GREGORIO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">46</span>,<span style="color: #ff0000;">'CABO DE HORNOS'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">46</span>,<span style="color: #ff0000;">'ANTÁRTICA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">47</span>,<span style="color: #ff0000;">'PORVENIR'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">47</span>,<span style="color: #ff0000;">'PRIMAVERA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">47</span>,<span style="color: #ff0000;">'TIMAUKEL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">48</span>,<span style="color: #ff0000;">'NATALES'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">48</span>,<span style="color: #ff0000;">'TORRES DEL PAINE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'SANTIAGO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'CERRILLOS'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'CERRO NAVIA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'CONCHALÍ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'EL BOSQUE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'ESTACIÓN CENTRAL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'HUECHURABA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'INDEPENDENCIA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LA CISTERNA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LA FLORIDA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LA GRANJA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LA PINTANA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LA REINA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LAS CONDES'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LO BARNECHEA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LO ESPEJO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'LO PRADO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'MACUL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'MAIPÚ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'ÑUÑOA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'PEDRO AGUIRRE CERDA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'PEÑALOLÉN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'PROVIDENCIA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'PUDAHUEL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'QUILICURA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'QUINTA NORMAL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'RECOLETA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'RENCA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'SAN JOAQUÍN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'SAN MIGUEL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'SAN RAMÓN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">49</span>,<span style="color: #ff0000;">'VITACURA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">50</span>,<span style="color: #ff0000;">'PUENTE ALTO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">50</span>,<span style="color: #ff0000;">'PIRQUE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">50</span>,<span style="color: #ff0000;">'SAN JOSÉ DE MAIPO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">51</span>,<span style="color: #ff0000;">'COLINA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">51</span>,<span style="color: #ff0000;">'LAMPA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">51</span>,<span style="color: #ff0000;">'TILTIL'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">52</span>,<span style="color: #ff0000;">'SAN BERNARDO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">52</span>,<span style="color: #ff0000;">'BUIN'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">52</span>,<span style="color: #ff0000;">'CALERA DE TANGO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">52</span>,<span style="color: #ff0000;">'PAINE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">53</span>,<span style="color: #ff0000;">'MELIPILLA'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">53</span>,<span style="color: #ff0000;">'ALHUÉ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">53</span>,<span style="color: #ff0000;">'CURACAVÍ'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">53</span>,<span style="color: #ff0000;">'MARÍA PINTO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">53</span>,<span style="color: #ff0000;">'SAN PEDRO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">54</span>,<span style="color: #ff0000;">'TALAGANTE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">54</span>,<span style="color: #ff0000;">'EL MONTE'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">54</span>,<span style="color: #ff0000;">'ISLA DE MAIPO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">54</span>,<span style="color: #ff0000;">'PADRE HURTADO'</span><span style="color: #000000;">&#125;</span>,;<br />                <span style="color: #000000;">&#123;</span> <span style="color: #000000;">54</span>,<span style="color: #ff0000;">'PEÑAFLOR'</span><span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#125;</span><br /><br /><br /> </div>[/code:3l9sh6g2]
Ayuda Error en Combobox URGENTE ??
Entiendo que {1,'ARICA Y PARINACOTA'} es el nombre de la región y que {1,'ARICA'} es el nombre de la provincia y que {1,'CAMARONES'} es el nombre de la comuna ? Donde estan las demás provincias y las demás comunas ? Necesito la estuctura completa de todo
Ayuda Estoy tratando de Construir un build para compilar
Ayuda Estoy tratando de Construir un build para compilar. Este es el codigo. Me Genera este error al Ejecutar if %GT% == gtgui %bcdir%\bin\ilink32 -Gn -aa -Tpe -s -v @b32.bc el error es --> FATAL; Too many commas on command line Este es el primer build que construye. La aplicacion PINSTAL.exe , Tengo una duda en donde le digo como se debe llamar el Ejecutable. [code=fw:2s32fx1s]<div class="fw" id="{CB}" style="font-family: monospace;"><br />@ECHO <span style="color: #0000ff;">ON</span><br />CLS<br /><br />rem <span style="color: #00C800;">if</span> <span style="color: #ff0000;">"%2"</span> == <span style="color: #ff0000;">"/b"</span> set GT=gtwin<br />rem <span style="color: #00C800;">if</span> not <span style="color: #ff0000;">"%2"</span> == <span style="color: #ff0000;">"/b"</span> set GT=gtgui<br /><br />set GT=gtgui<br /><br />set hdir=K:\XHarbour<br />set bcdir=K:\bcc582<br />set fwhdir=K:\FWH<br />set OBJ_EXT=obj<br />set fprg=K:\proy_harb<br />SET CFLAGS=<span style="color: #000000;">-5</span> <span style="color: #000000;">-6</span> -OS -a8 -DHB_FM_STATISTICS_OFF<br /><br /><br /><br /><br />%hdir%\bin\harbour %fprg%\prg\pxpinstal.prg /n /m  /i%fwhdir%\include;%hdir%\include;%fprg%\include /o%OBJ_EXT%\PXPINSTAL.C > comp.log<br /><span style="color: #00C800;">IF</span> ERRORLEVEL <span style="color: #000000;">1</span> GOTO COMPILEERRORS<br />%hdir%\bin\harbour %fprg%\prg\adordd.prg /n /m /w /es2 /i%fwhdir%\include;%hdir%\include;%fprg%\include /o%OBJ_EXT%\adordd.C >> comp.log<br /><span style="color: #00C800;">IF</span> ERRORLEVEL <span style="color: #000000;">1</span> GOTO COMPILEERRORS<br />%hdir%\bin\harbour %fprg%\prg\ADOxb.prg /n /m   /i%fwhdir%\include;%hdir%\include;%fprg%\include /o%OBJ_EXT%\ADOxb.C >> comp.log<br /><span style="color: #00C800;">IF</span> ERRORLEVEL <span style="color: #000000;">1</span> GOTO COMPILEERRORS<br /><br />echo -O2 -c -I%hdir%\include;%fwhdir%\include;%bcdir%\include -o%OBJ_EXT%\pxpinstal.OBJ %OBJ_EXT%\pxpinstal.c > b32.bc<br /><span style="color: #00C800;">IF</span> ERRORLEVEL <span style="color: #000000;">1</span> GOTO COMPILERROR<br />echo -O2 -c -I%hdir%\include;%fwhdir%\include;%bcdir%\include -o%OBJ_EXT%\adordd.OBJ %OBJ_EXT%\adordd.c >> b32.bc<br /><span style="color: #00C800;">IF</span> ERRORLEVEL <span style="color: #000000;">1</span> GOTO COMPILERROR<br />echo -O2 -c -I%hdir%\include;%fwhdir%\include;%bcdir%\include -o%OBJ_EXT%\ADOxb.OBJ %OBJ_EXT%\ADOxb.c >> b32.bc<br /><span style="color: #00C800;">IF</span> ERRORLEVEL <span style="color: #000000;">1</span> GOTO COMPILERROR<br /><br /><br />%bcdir%\bin\bcc32 -M -c -v @b32.bc<br />:<span style="color: #000000;">ENDCOMPILE</span><br /><br /><br /><span style="color: #00C800;">IF</span> EXIST  %fprg%\rc\PINSTAL.rc %bcdir%\bin\brc32 -r -I%bcdir%\include PINSTAL<br /><br /><br />echo %bcdir%\lib\c0w32.obj + > b32.bc<br />echo %fprg%\obj\pxpinstal.obj, + >> b32.bc<br />echo %fprg%\obj\adordd.obj, + >> b32.bc<br />echo %fprg%\obj\ADOxb.obj, + >> b32.bc<br />echo PINSTAL.exe, + >> b32.bc<br />echo PINSTAL.map, + >> b32.bc<br />echo %fwh%\lib\Fivehx.lib %fwh%\lib\FiveHC.lib + >> b32.bc<br />echo %hdirl%\rtlmt.lib + >> b32.bc<br />echo %hdirl%\vmmt.lib + >> b32.bc<br />echo %hdirl%\%GT%.lib + >> b32.bc<br />echo %hdirl%\lang.lib + >> b32.bc<br />echo %hdirl%\macro.lib + >> b32.bc<br />echo %hdirl%\rdd.lib + >> b32.bc<br />echo %hdirl%\dbfntx.lib + >> b32.bc<br />echo %hdirl%\dbfcdx.lib + >> b32.bc<br />echo %hdirl%\dbffpt.lib + >> b32.bc<br />echo %hdirl%\hbsix.lib + >> b32.bc<br />echo %hdirl%\debug.lib + >> b32.bc<br />echo %hdirl%\common.lib + >> b32.bc<br />echo %hdirl%\pp.lib + >> b32.bc<br />echo %hdirl%\pcrepos.lib + >> b32.bc<br />echo %hdirl%\ct.lib + >> b32.bc<br />echo %fprg%\lib\libsistm.lib + >> b32.bc<br />echo %fprg%\lib\FILEXLS.lib + >> b32.bc<br /><br /><br />rem Uncomment these two lines <span style="color: #0000ff;">to</span> use Advantage RDD<br />rem echo %hdir%\lib\rddads.lib + >> b32.bc<br />rem echo %hdir%\lib\Ace32.lib + >> b32.bc<br /><br />echo %bcdir%\lib\cw32mt.lib + >> b32.bc<br />echo %bcdir%\lib\import32.lib + >> b32.bc<br />echo %bcdir%\lib\uuid.lib + >> b32.bc<br />echo %bcdir%\lib\psdk\odbc32.lib + >> b32.bc<br />echo %bcdir%\lib\psdk\rasapi32.lib + >> b32.bc<br />echo %bcdir%\lib\psdk\nddeapi.lib + >> b32.bc<br />echo %bcdir%\lib\psdk\msimg32.lib + >> b32.bc<br />echo %bcdir%\lib\psdk\iphlpapi.lib, >> b32.bc<br /><br /><span style="color: #00C800;">IF</span> EXIST %fprg%\rc\PINSTAL.res echo %fprg%\rc\PINSTAL.res >> b32.bc<br /><br />rem <span style="color: #00C800;">if</span> %GT% == gtwin %bcdir%\bin\ilink32 -Gn -Tpe -s -v @b32.bc<br />rem <span style="color: #00C800;">IF</span> ERRORLEVEL <span style="color: #000000;">1</span> GOTO LINKERROR<br /><br />@type b32.bc<br /><span style="color: #00C800;">pause</span><br /><br /><br /><span style="color: #00C800;">if</span> %GT% == gtgui %bcdir%\bin\ilink32 -Gn -aa -Tpe -s -v @b32.bc<br /><span style="color: #00C800;">IF</span> ERRORLEVEL <span style="color: #000000;">1</span> GOTO LINKERROR<br /><br />ECHO * Application successfully built *<br />%<span style="color: #000000;">1</span><br />GOTO EXIT<br />ECHO<br /><br />rem delete temporary files<br />rem @del %<span style="color: #000000;">1</span>.c<br /><br />:<span style="color: #000000;">COMPILEERRORS</span><br />@type comp.log<br />ECHO * Compile errors *<br />GOTO EXIT<br /><br />:<span style="color: #000000;">LINKERROR</span><br />ECHO * Linking errors xxxxxx *<br />GOTO EXIT<br /><br />:<span style="color: #000000;">SINTAX</span><br />ECHO    SYNTAX: <span style="color: #000000;">Build</span> <span style="color: #000000;">&#91;</span>Program<span style="color: #000000;">&#93;</span>     <span style="color: #000000;">&#123;</span>-- No especifiques la extensi¢n PRG<br />ECHO                                <span style="color: #000000;">&#123;</span>-- Don<span style="color: #ff0000;">'t specify .PRG extension<br />GOTO EXIT<br /><br />:NOEXIST<br />ECHO The specified PRG %1 does not exist<br /><br />:EXIT</span></div>[/code:2s32fx1s] El b32.bc Contruido [code=fw:2s32fx1s]<div class="fw" id="{CB}" style="font-family: monospace;"><br />K:\bcc582\lib\c0w32.obj + <br />K:\proy_harb\obj\pxpinstal.obj, + <br />K:\proy_harb\obj\adordd.obj, + <br />K:\proy_harb\obj\ADOxb.obj, + <br />PINSTAL.exe, + <br />PINSTAL.map, + <br />K:\fwh\lib\Fivehx.lib K:\fwh\lib\FiveHC.lib + <br />K:\xharbour\lib\rtlmt.lib + <br />K:\xharbour\lib\vmmt.lib + <br />K:\xharbour\lib\gtgui.lib + <br />K:\xharbour\lib\lang.lib + <br />K:\xharbour\lib\macro.lib + <br />K:\xharbour\lib\rdd.lib + <br />K:\xharbour\lib\dbfntx.lib + <br />K:\xharbour\lib\dbfcdx.lib + <br />K:\xharbour\lib\dbffpt.lib + <br />K:\xharbour\lib\hbsix.lib + <br />K:\xharbour\lib\debug.lib + <br />K:\xharbour\lib\common.lib + <br />K:\xharbour\lib\pp.lib + <br />K:\xharbour\lib\pcrepos.lib + <br />K:\xharbour\lib\ct.lib + <br />K:\proy_harb\lib\libsistm.lib + <br />K:\proy_harb\lib\FILEXLS.lib + <br />K:\bcc582\lib\cw32mt.lib + <br />K:\bcc582\lib\import32.lib + <br />K:\bcc582\lib\uuid.lib + <br />K:\bcc582\lib\psdk\odbc32.lib + <br />K:\bcc582\lib\psdk\rasapi32.lib + <br />K:\bcc582\lib\psdk\nddeapi.lib + <br />K:\bcc582\lib\psdk\msimg32.lib + <br />K:\bcc582\lib\psdk\iphlpapi.lib, <br />K:\proy_harb\rc\PINSTAL.res <br /> </div>[/code:2s32fx1s]
Ayuda FTP puedo subir archivos pero no bajarlos
Estimado Colegas He probado con todas las opciones del foro para subir y bajar archivos por ftp , Para subir los archivos no tengo ningun problema , el tema es que no puedo bajarlos Si alguien me puede orientar como solucionar este problema gracias Fabian
Ayuda FTP puedo subir archivos pero no bajarlos
Estimado Colegas He probado con todas las opciones del foro para subir y bajar archivos por ftp , Para subir los archivos no tengo ningun problema , el tema es que no puedo bajarlos Si alguien me puede orientar como solucionar este problema gracias Fabian
Ayuda FTP puedo subir archivos pero no bajarlos
hola yo uso esto saludos [code=fw:2s1luw50]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// Testing the FiveWin new Internet Classes</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />  <br />   <span style="color: #00C800;">local</span> aFiles<br />   <span style="color: #00C800;">local</span> ctime1, ctime2<br />   <br />  <br />       FTPGetFile<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"127.0.0.1"</span>,  <span style="color: #ff0000;">"perla.dbf"</span>,<span style="color: #ff0000;">"sopas.dbf"</span>, <span style="color: #ff0000;">"benji"</span>, <span style="color: #ff0000;">"xxxx"</span>, <span style="color: #000000;">14147</span><span style="color: #000000;">&#41;</span><br /> <br />   use sopas<br />   browse<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />   <br />   <br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">NIl</span><br /><br />   <br />   <br />   <br />   <br />   <br /><br /><span style="color: #00C800;">FUNCTION</span> FtpSendFile<span style="color: #000000;">&#40;</span> cFTPSite, cSource, cTarget, cUser, cPass, nBufSize <span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">LOCAL</span> oInternet, oFTP<br /><br />   <span style="color: #00C800;">DEFAULT</span> cUser:=<span style="color: #ff0000;">""</span>, cPass:=<span style="color: #ff0000;">""</span>, nBufSize:=<span style="color: #000000;">2000</span><br />   <span style="color: #00C800;">IF</span> EMPTY<span style="color: #000000;">&#40;</span>cFtpSite<span style="color: #000000;">&#41;</span> .or. EMPTY<span style="color: #000000;">&#40;</span>cSource<span style="color: #000000;">&#41;</span> .or. EMPTY<span style="color: #000000;">&#40;</span>cTarget<span style="color: #000000;">&#41;</span><br />      <span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Missing Parameters"</span>+chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">13</span><span style="color: #000000;">&#41;</span>+<span style="color: #ff0000;">"Usage: FtpSendFile(cFtpSite, cSource, cTarget, cUser, cPass, nBufSize)  "</span>,<span style="color: #ff0000;">"FtpSendFile()"</span><span style="color: #000000;">&#41;</span><br />      <span style="color: #00C800;">Return</span> .f.<br />   <span style="color: #00C800;">ENDIF</span><br /><br />    oInternet := TInternet<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />    <span style="color: #00C800;">IF</span> Empty<span style="color: #000000;">&#40;</span> oInternet:<span style="color: #000000;">hSession</span> <span style="color: #000000;">&#41;</span><br />       MsgAlert<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Internet session not available!"</span> <span style="color: #000000;">&#41;</span><br />    <span style="color: #00C800;">ELSE</span><br />       oFTP := TFTP<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span> cFTPSite, oInternet, cUser, cPass <span style="color: #000000;">&#41;</span> <br />       <span style="color: #00C800;">IF</span> Empty<span style="color: #000000;">&#40;</span> oFTP:<span style="color: #000000;">hFTP</span> <span style="color: #000000;">&#41;</span><br />          MsgStop<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Cannot connect to "</span>+cFtpSite <span style="color: #000000;">&#41;</span><br />          oInternet:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />          <span style="color: #00C800;">return</span> .f.<br />       <span style="color: #00C800;">ENDIF</span><br />    <span style="color: #00C800;">ENDIF</span><br /><br />    SendFiles<span style="color: #000000;">&#40;</span> cSource, cTarget, nBufSize, oFTP <span style="color: #000000;">&#41;</span><br />    <br />    oInternet:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">static</span> <span style="color: #00C800;">function</span> SendFiles<span style="color: #000000;">&#40;</span> cSource, cTarget, nBufSize, oFTP <span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">local</span> hSource<br />   <span style="color: #00C800;">local</span> cBuffer := Space<span style="color: #000000;">&#40;</span> nBufSize <span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">local</span> nBytes<br />   <span style="color: #00C800;">local</span> oFile<br /><br />   <span style="color: #00C800;">if</span> ! File<span style="color: #000000;">&#40;</span> cSource <span style="color: #000000;">&#41;</span><br />      MsgStop<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"File not found: "</span> + cSource <span style="color: #000000;">&#41;</span><br />      <span style="color: #00C800;">Return</span> .f.<br />   <span style="color: #00C800;">endif</span><br /><br />   hSource = FOpen<span style="color: #000000;">&#40;</span> cSource <span style="color: #000000;">&#41;</span><br /><br />   oFile = TFtpFile<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span> cTarget, oFTP <span style="color: #000000;">&#41;</span><br />   oFile:<span style="color: #000000;">OpenWrite</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />   FSeek<span style="color: #000000;">&#40;</span> hSource, <span style="color: #000000;">0</span>, <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   nFile := <span style="color: #000000;">0</span><br /><br />   <span style="color: #00C800;">while</span> <span style="color: #000000;">&#40;</span> nBytes := FRead<span style="color: #000000;">&#40;</span> hSource, @cBuffer, nBufSize <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span> > <span style="color: #000000;">0</span> <br />      oFile:<span style="color: #000000;">Write</span><span style="color: #000000;">&#40;</span> <span style="color: #0000ff;">SubStr</span><span style="color: #000000;">&#40;</span> cBuffer, <span style="color: #000000;">1</span>, nBytes <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />   end<br />   FClose<span style="color: #000000;">&#40;</span> hSource <span style="color: #000000;">&#41;</span><br />   oFile:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">return</span> .t.<br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">function</span> FTPGetFile<span style="color: #000000;">&#40;</span> cFTPSite, cSource, cTarget, cUser, cPass, nBufSize <span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">local</span> oInternet, oFTP<br />   <br />   <span style="color: #00C800;">DEFAULT</span> cUser:=<span style="color: #ff0000;">""</span>, cPass:=<span style="color: #ff0000;">""</span>, nBufSize:=<span style="color: #000000;">2000</span><br />   <span style="color: #00C800;">IF</span> EMPTY<span style="color: #000000;">&#40;</span>cFtpSite<span style="color: #000000;">&#41;</span> .or. EMPTY<span style="color: #000000;">&#40;</span>cSource<span style="color: #000000;">&#41;</span> .or. EMPTY<span style="color: #000000;">&#40;</span>cTarget<span style="color: #000000;">&#41;</span><br />      <span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Missing Parameters"</span>+chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">13</span><span style="color: #000000;">&#41;</span>+<span style="color: #ff0000;">"Usage: FtpGetFile(cFtpSite, cSource, cTarget, cUser, cPass, nBufSize)  "</span>,<span style="color: #ff0000;">"FtpSendFile()"</span><span style="color: #000000;">&#41;</span><br />      <span style="color: #00C800;">Return</span> .f.<br />   <span style="color: #00C800;">ENDIF</span><br />   <br />   oInternet := TInternet<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">IF</span> Empty<span style="color: #000000;">&#40;</span> oInternet:<span style="color: #000000;">hSession</span> <span style="color: #000000;">&#41;</span><br />      MsgAlert<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Internet session not available!"</span> <span style="color: #000000;">&#41;</span><br />      oInternet:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />      <span style="color: #00C800;">return</span> .f.<br />   <span style="color: #00C800;">ELSE</span><br />      oFTP := TFTP<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span> cFTPSite, oInternet, cUser, cPass <span style="color: #000000;">&#41;</span> <br />      <span style="color: #00C800;">if</span> Empty<span style="color: #000000;">&#40;</span> oFTP:<span style="color: #000000;">hFTP</span> <span style="color: #000000;">&#41;</span><br />         MsgStop<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Cannot connect to "</span>+cFtpSite<span style="color: #000000;">&#41;</span><br />         oInternet:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />         <span style="color: #00C800;">return</span> .f.<br />      <span style="color: #00C800;">endif</span><br />   <span style="color: #00C800;">ENDIF</span><br /><br />   GetFiles<span style="color: #000000;">&#40;</span> cSource, cTarget, nBufSize, oFTP <span style="color: #000000;">&#41;</span><br /><br />   oInternet:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">return</span> .t.<br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">static</span> <span style="color: #00C800;">function</span> GetFiles<span style="color: #000000;">&#40;</span> cSource, cTarget, nBufSize, oFTP <span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">local</span> hTarget<br />   <span style="color: #00C800;">local</span> cBuffer := Space<span style="color: #000000;">&#40;</span> nBufSize <span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">local</span> nBytes<br />   <span style="color: #00C800;">local</span> oFile, aFiles<br /><br />   hTarget = FCreate<span style="color: #000000;">&#40;</span> cTarget <span style="color: #000000;">&#41;</span><br />   oFile = TFtpFile<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span> cSource, oFTP <span style="color: #000000;">&#41;</span><br />   oFile:<span style="color: #000000;">OpenRead</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />   <span style="color: #00C800;">while</span> <span style="color: #000000;">&#40;</span> nBytes := Len<span style="color: #000000;">&#40;</span> cBuffer := oFile:<span style="color: #000000;">Read</span><span style="color: #000000;">&#40;</span> nBufSize <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span> > <span style="color: #000000;">0</span> <br />      FWrite<span style="color: #000000;">&#40;</span> hTarget, cBuffer, nBytes <span style="color: #000000;">&#41;</span><br />   end<br />   FClose<span style="color: #000000;">&#40;</span> hTarget <span style="color: #000000;">&#41;</span><br />   oFile:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">function</span> FtpIsFile<span style="color: #000000;">&#40;</span>cFtpSite, cFile, cUser, cPass,  lDelete<span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">local</span> oInternet := TInternet<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">local</span> oFTP      := TFTP<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span> cFtpSite, oInternet, cUser, cPass <span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">local</span> aFiles, lFound:=.f.<br /><br />   <span style="color: #00C800;">DEFAULT</span> cUser := <span style="color: #ff0000;">""</span>, cPass:=<span style="color: #ff0000;">""</span>, lDelete:=.f.<br />   <span style="color: #00C800;">IF</span> EMPTY<span style="color: #000000;">&#40;</span>cFtpSite<span style="color: #000000;">&#41;</span> .or. EMPTY<span style="color: #000000;">&#40;</span>cFile<span style="color: #000000;">&#41;</span><br />      <span style="color: #0000ff;">Msginfo</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Missing Parameters"</span>+chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">13</span><span style="color: #000000;">&#41;</span>+<span style="color: #ff0000;">"Usage: CheckFtpFile(cFtpSite, cFile, cUser, cPass, lDelete)  "</span>,<span style="color: #ff0000;">"CheckFtpFile()"</span><span style="color: #000000;">&#41;</span><br />      <span style="color: #00C800;">Return</span> .f.<br />   <span style="color: #00C800;">ENDIF</span><br />   <br />   <span style="color: #00C800;">IF</span> ! Empty<span style="color: #000000;">&#40;</span> oFTP:<span style="color: #000000;">hFTP</span> <span style="color: #000000;">&#41;</span><br />      aFiles = oFTP:<span style="color: #000000;">Directory</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"*.*"</span> <span style="color: #000000;">&#41;</span><br />      AEval<span style="color: #000000;">&#40;</span> aFiles, <span style="color: #000000;">&#123;</span> | aFile | IIF<span style="color: #000000;">&#40;</span> aFile<span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span> = cFile,<span style="color: #000000;">&#40;</span>lFound:=lDeleted:=.t.<span style="color: #000000;">&#41;</span>, <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">ENDIF</span><br />   <br />   <span style="color: #00C800;">if</span> lDelete<br />      <span style="color: #00C800;">if</span> lFound<br />         oFtp:<span style="color: #000000;">deletefile</span><span style="color: #000000;">&#40;</span>cFile<span style="color: #000000;">&#41;</span><br />         <span style="color: #0000ff;">msginfo</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"deleteed"</span><span style="color: #000000;">&#41;</span><br />      <span style="color: #00C800;">endif</span><br />   <span style="color: #00C800;">endif</span><br /><br />   oInternet:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">return</span> lFound<br /> </div>[/code:2s1luw50]
Ayuda FWH 2006 xHB a FWH 2014 Harbour
Hola, Necesito pasar una aplicación bastante grande, desde FWH del 2.006 con xHarbour a FWH 2014 con Harbour. Me encuentro varios problemas al compilar y no encuentro cual es la razón, a ver si alguien me puede orientar. [b:34p12efi]1) En una definición de clase, si uso PRIVATE: o PUBLIC: para definir las DATA´s en estos ámbitos de visibilidad, Harbour se queja con este error:[/b:34p12efi] Compilando lremesa.prg... lremesa.prg(1435) Error E0020 Incomplete statement or unbalanced delimiters lremesa.prg(1442) Error E0020 Incomplete statement or unbalanced delimiters [b:34p12efi] 2) En este código:[/b:34p12efi] Do Case Case cType$"C" .OR. cType$"M" x := comillas( "%"+Alltrim( x )+"%" ) Case cType == "N" x := if(valtype(x)="C",val(x),x) x := alltrim(Str( x, nLen, nDec )) Case cType == "D" TRY if Empty(x) x := "null" else x := comillas(if(valtype(x)="C", x, DtoS(x))) endif CATCH msginfo( "Se ha encontrado una fecha errónea"+CRLF+ valtype(x) ) END EndCase [b:34p12efi]da el error: TDomDbf.prg(454) Error E0012 ENDCASE does not match DO CASE[/b:34p12efi] [b:34p12efi]3) En esta línea en C:[/b:34p12efi] hb_storc( cAddr, -1, ++n ); [b:34p12efi]da el error: Error E2227 xDomi.prg 256: Extra parameter in call to hb_storc in function HB_FUN_GETLOCALIP[/b:34p12efi] [b:34p12efi]4) Por último unos warnings que no me gustan:[/b:34p12efi] Compilando xZoom.prg... C:\local\fwh2014\include\WinApi.ch(25) Warning W0002 Redefinition or duplicate definition of #define WS_CHILD C:\local\fwh2014\include\WinApi.ch(27) Warning W0002 Redefinition or duplicate definition of #define WS_CLIPSIBLINGS C:\local\fwh2014\include\WinApi.ch(37) Warning W0002 Redefinition or duplicate definition of #define WS_BORDER C:\local\fwh2014\include\WinApi.ch(38) Warning W0002 Redefinition or duplicate definition of #define WS_DLGFRAME C:\local\fwh2014\include\WinApi.ch(42) Warning W0002 Redefinition or duplicate definition of #define WS_THICKFRAME Por supuesto con xHarbour compila bien. Un Saludo, Joaquín Martínez
Ayuda FWH 2006 xHB a FWH 2014 Harbour
Una cosa solucionada. El error en C es que hay que cambiar hb_storc POR hb_storvc. Por si a alguien le sirve. Un Saludo, Joaquín Martínez
Ayuda FWH 2006 xHB a FWH 2014 Harbour
Hola, Lo del ámbito PRIVATE: y PUBLIC:, ha sido sustituído en Harbour por PROTECTED: y VISIBLE: respectivamente. [b:301ap8ve]Lo que no sé es como hacer que funcione al compilar en XHarbour y en Harbour a la vez. ¿Qué condicionante podría poner que lo detectara? [/b:301ap8ve] Otro problema que me he encontrado es en código C: hb_retnl( (LONG) pp_redir( hb_parc(1) ) ); [b:301ap8ve]Me da el siguiente warning: [/b:301ap8ve] Compilando TpppV2.prg... Warning W8075 TpppV2.prg 1784: Suspicious pointer conversion in function HB_FUN_PP_REDIR
Ayuda FWH 2006 xHB a FWH 2014 Harbour
Antes de hb_parc() escribe ( char * )
Ayuda FWH 2006 xHB a FWH 2014 Harbour
Gracias Antonio, Era eso exactamente. A ver si soy capaz de solucionar el resto y consigo ejecutar mi aplicación por primera vez con FWH yharbour 2014. Un Saludo, Joaquín Martínez
Ayuda FWH 2006 xHB a FWH 2014 Harbour
Joaquin, [quote:k4r94uy9]Compilando xZoom.prg... C:\local\fwh2014\include\WinApi.ch(25) Warning W0002 Redefinition or duplicate definition of #define WS_CHILD C:\local\fwh2014\include\WinApi.ch(27) Warning W0002 Redefinition or duplicate definition of #define WS_CLIPSIBLINGS C:\local\fwh2014\include\WinApi.ch(37) Warning W0002 Redefinition or duplicate definition of #define WS_BORDER C:\local\fwh2014\include\WinApi.ch(38) Warning W0002 Redefinition or duplicate definition of #define WS_DLGFRAME C:\local\fwh2014\include\WinApi.ch(42) Warning W0002 Redefinition or duplicate definition of #define WS_THICKFRAME[/quote:k4r94uy9] Comenta esos defines WS_... que tienes duplicados en xZoom.prg. Este es uno de los detalles en que se ve que Harbour reporta correctamente eso y xharbour lo ignora.
Ayuda Facturacion en Red
Estimados Colegas Tengo un sistema de ventas el cual tiene las dbfs en el servidor windows 10 c:\Usuarios\Acceso Publico desde las demas terminales tengo un acceso directo al exe que esta dentro de la carpeta , leo y grabo las ventas en tiermpo real , estoy pensando en poner los archivos en cada terminal y actualizar los archivos del servidor cada determinada cantidad de ventas uds que me sugieren Muchas gracias Fabian Databaselab
Ayuda Facturacion en Red
No te lo aconsejo Por ejemplo, entre otros muchos detalles con los que te encontrarás, si manejas el stock, no estará actualizado a la hora de que desde otro terminal se venda o compre un mismo artículo. Como te digo, entre otros muchos detalles a tener en cuenta....
Ayuda Facturacion en Red
Buen día... 1. Red compartida.. ya nos es funcional con unidades de red y DBFCDX, nada optimo... 2. ADS en modo cliente servidor : ok 3. Tablas locales, se pierde integridad de datos ( control de actualizaciones) 4. Recomiendo terminal server o conexiones RDP para tablas DBFCDX o ADS : ok Johnson Russi
Ayuda Facturacion en Red
Saludos Recomiendo colocar el Binario en cada PC y operar las tablas DBF en la red (Modo compartido), compartir binarios lentiza la red. Tambien recomiendo usar servidor SambaLinux para evitar corrupcion y optimizar
Ayuda Facturacion en Red
Saludos Si el proceso es facturacion exclusivamente podrás generar operaciones en cada PC y aplicar cierre diario para actualizar servidor descargar existencias. Al iniciar cada PC refrescar precios leyendo productos desde el Servidor. Así evitaras paralizar facturación en el caso de incidencias en la red.
Ayuda Filtros
Hola amigos Tengo un problema con los filtros, una ayuda <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> Esto codigo me funciona perfectamente ncodigocli:=517 cFil:="ncodigo="+str(ncodigocli) (oData:narea)->(dbSetFilter({||&cFil},cFil)) Pero esto no me va cNombre:=" Juan" cFil:="cliente="+trim(cNombre) (oData:narea)->(dbSetFilter({||&cFil},cFil)) Me da un error y me dice que la variable JUAN no existe. un saludo
Ayuda Filtros
Prueba Asi cNombre:=" Juan" cFil:="cliente='"+trim(cNombre)+"'" (oData:narea)->(dbSetFilter({||&cFil},cFil))
Ayuda Filtros
[quote="ADBLANCO":3givdo8n]Prueba Asi cNombre:=" Juan" cFil:="cliente='"+trim(cNombre)+"'" (oData:narea)->(dbSetFilter({||&cFil},cFil))[/quote:3givdo8n] Hola amigo buenos dias pues, como esta, quitale la funcion trim y sustituye la funcion alltrim() Su amiga Susy <!-- e --><a href="mailto:susan_mx@hotmail.com">susan_mx@hotmail.com</a><!-- e -->
Ayuda Filtros
Exacatamente como dice ADBLANCO te faltan las comillas simples en JUAN puesto que es una cadena de caracteres
Ayuda Funciones a Bajo Nivel
Saludos foro: Despues de un buen rato, regreso de nuevo al foro para solicitarles su valiosa cooperación: Me encuentro ante la necesidad de obtener datos de discos duros, concretamente el [b:16b2963l]Firmware y el Número de serie Fisico que traen de fabrica[/b:16b2963l], ya hemos hablado anteriormente que mediante WMI es posible obtener muchos datos, pero en especifico estos dos son los que me hacen falta, he leido y buscado por muchos lados y no doy con el dato. Necesito algo asi: [img:16b2963l]http&#58;//i60&#46;tinypic&#46;com/23kq7fs&#46;jpg[/img:16b2963l] Curiosamente me comentaban que se puede desde WMI o programando en C++, la primera opcion me es mas facil pues creo que los datos estan en la clave ("SELECT * FROM Win32_PhysicalMedia") pero no muestra nada excepto la etiqueta "TAG" = \\.\ PHYSICALDRIVE0, lo mismo pasa con WMIExplorer en windows XP. [url:16b2963l]http&#58;//savecomm&#46;net/boards/topic/5/obtener-n%C3%BAmero-de-serie-disco-duro[/url:16b2963l] Alguien sabe como agregar la referencia a System.Management.dll para que funcione, esto lo lei aqui: [url:16b2963l]http&#58;//social&#46;msdn&#46;microsoft&#46;com/Forums/es-ES/aa244dfa-caaa-4401-a01f-fb38554e8c5b/obtener-n-serie-fisico-del-disco-duro-con-diskdrivephysicalmedia?forum=vbes[/url:16b2963l] La otra opcion más ruda es traducir el codigo de C++ a Harbour, los archivos fuente esta aqui: [url:16b2963l]http&#58;//crystalmark&#46;info/?lang=en[/url:16b2963l]. Pues son funciones que trabajan a muy bajo nivel. Hay pocos ejemplos en la red yencontre esto que es bastante valioso. Alguien podria auxiliarme, se los agradecere bastante... Saludos..
Ayuda Funciones a Bajo Nivel
Mira se ayuda: <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=25108&start=0&hilit=WBEMScripting.SWBEMLocator">viewtopic.php?f=6&t=25108&start=0&hilit=WBEMScripting.SWBEMLocator</a><!-- l --> salu2
Ayuda Funciones a Bajo Nivel
João Santos: Si estos ejemplos ya los revise pero san el numero de serie de Volumen, no el de fabricante.. Lo que necesito es más a bajo nivel.. Chequen los fuentes de este proyecto, trate de entenderle pero no tengo tantos conocimientos... [url:cy0k5wbp]http&#58;//sourceforge&#46;jp/frs/redir&#46;php?m=jaist&f=%2Fcrystaldiskinfo%2F59798%2FCrystalDiskInfo6_1_12Src&#46;zip[/url:cy0k5wbp] Gracias..
Ayuda Funciones a Bajo Nivel
oSistema := objWMI:ExecQuery("Select * from Win32_PhysicalMedia") FOR Each oDatos In oSistema MsgInfo("Serial de fabrica: " + ALLTRIM((oDatos:SerialNumber)),"") exit NEXT Johnson russi
Ayuda Funciones a Bajo Nivel
Foro buenas tardes: Regresando al tema, y sobre a todo agradeciendo a los compañeros que amablemente se han comunicado conmigo en las redes sociales y los que han posteado aqui en el foro, Gracias. Investigando el asunto mediante WMI en XP SP3 no funciona, Al explorar las consultas con WMI Explorer "Win32_DiskDrive" muestra los campos vacios, pues la solicitud al Query en los metodo [b:13l855cj]SerialNumber[/b:13l855cj] y [b:13l855cj]FirmwareRevision[/b:13l855cj] no las detecta y la deja en blanco, esto hace mandar Error a mi Aplicación y truena. [quote:13l855cj] Error description: (DOS Error -2147352570) WINOLE/1009 No existe el m‚todo: SERIALNUMBER Error description: (DOS Error -2147352570) WINOLE/1009 No existe el m‚todo: FIRMWAREREVISION [/quote:13l855cj] Es por eso que intento basarme en funciones de bajo nivel en C para obtener estos datos.. La otra: Instale Windows 7 Ultimate para probar y funciona mas o menos bien. Aqui los metodos si devuelven valores, FirmwareRevision es correcto, pero no asi SerialNumber que muestra una cadena en Hexadecimal, lo extraño es que al pasarlo a String con la Funcion Hex2Str(oDrive:SerialNumber) muestra la serie del Disco pero las letras las cambia de lugar, la imagen dice mas que mil palabras.. [img:13l855cj]http&#58;//i60&#46;tinypic&#46;com/2ho9z13&#46;jpg[/img:13l855cj] Qué estare haciendo mal..? Alguna solución..
Ayuda Funciones a Bajo Nivel
Retomando el tema, nadie ha probado trabajar con este dato del disco duro..? Alguna funcion en C que permita esta información..? Saludos..
Ayuda Funciones a Bajo Nivel
Has probado a usar MsgInfo( nSerialHD() ) ? <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=159802#p159802">viewtopic.php?p=159802#p159802</a><!-- l -->
Ayuda Funciones a Bajo Nivel
Maestro Antonio: Buenas tardes le agradesco que haya revisado mi mensaje, la funcion nSerialHd() que comenta ya la habia probado pero siempre me da valores diferentes y en negativo, he revisado este link que no puedo complilar me manda error: [url:1f5nnfjn]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=13415&hilit=nSerialHD[/url:1f5nnfjn] La funcion en C NoSing() da error: [quote:1f5nnfjn]Error E2293 TestLvw.prg 209: ) expected in function HB_FUN_NOSIGN *** 1 errors in Compile *** [/quote:1f5nnfjn] [code=fw:1f5nnfjn]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00D7D7;">#include</span> <Windows.h><br /><span style="color: #00D7D7;">#include</span> <HBApi.h><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> NOSIGN <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />   hb_retnll<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> unsigned LONG <span style="color: #000000;">&#41;</span> hb_parnl<span style="color: #000000;">&#40;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span>;<br /><span style="color: #000000;">&#125;</span><br /><span style="color: #00D7D7;">#pragma</span> ENDDUMP</div>[/code:1f5nnfjn] Lo que necesito es mas a bajo nivel, pues necesito obtener valores del SMART del disco duro algo como en este post: [url:1f5nnfjn]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=4412&hilit=nSerialHD[/url:1f5nnfjn] [url:1f5nnfjn]http&#58;//www&#46;codeproject&#46;com/Articles/16671/Hard-drive-information-using-S-M-A-R-T[/url:1f5nnfjn] Necesito obtener el Serial Fisico de Fabrica y el Firmware del disco.. Ojala haya algun codigo en C para estos datos.. Saludos y Gracias..
Ayuda Funciones a Bajo Nivel
Victor, Tienes que escribir LONG en minúsculas: [code=fw:sd8hozl5]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00D7D7;">#include</span> <Windows.h><br /><span style="color: #00D7D7;">#include</span> <HBApi.h><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> NOSIGN <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp; &nbsp;hb_retnll<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> unsigned long <span style="color: #000000;">&#41;</span> hb_parnl<span style="color: #000000;">&#40;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span>;<br /><span style="color: #000000;">&#125;</span><br /><span style="color: #00D7D7;">#pragma</span> ENDDUMP</div>[/code:sd8hozl5]
Ayuda Funciones a Bajo Nivel
Gracias Maestro: La correción funciona, pero devuelve lo mismo que muchas funciones VolumeSerialNumber que es el que se asigna al formatear el disco, yo necesito obtener [b:jmxonram]el serial de Fabrica y el firmware[/b:jmxonram], he buscado en muchos lados y es increible que no haya codigo en C que me devuelva estos valores.. Es tan dificil obtener estos dos datos, WMI no me retorna estos datos en XP, en W7 si pero con error, desconosco si W8 funcione... Tengo una dll demo [b:jmxonram]GetDiskSerial.DLL 5.00[/b:jmxonram] que si me da estos valores en XP y W7 pero no quiero depender de ella, quiero hacerlo de forma nativa desde mi sistema Alguien más con conocimientos en C o C++ que me de una idea.. Aqui algo de Información: [url:jmxonram]http&#58;//www&#46;forosdelweb&#46;com/f14/obtener-n-serie-del-disco-duro-vb-6-a-241535/[/url:jmxonram] [url:jmxonram]http&#58;//www&#46;compartir-tecnologias&#46;es/respuesta/sacar-el-serial-fisico-del-disco-duro-ayuda-206931652&#46;html[/url:jmxonram] [url:jmxonram]http&#58;//social&#46;msdn&#46;microsoft&#46;com/forums/es-ES/4cd0af96-3c4b-4cc2-8e63-a0a42a6a4614/nmero-serie-del-disco-duro[/url:jmxonram] [url:jmxonram]http&#58;//www&#46;geekpedia&#46;com/tutorial233_Getting-Disk-Drive-Information-using-WMI-and-Csharp&#46;html[/url:jmxonram] [url:jmxonram]http&#58;//www&#46;clubdelphi&#46;com/foros/showthread&#46;php?t=79284[/url:jmxonram] [url:jmxonram]http&#58;//msmvps&#46;com/blogs/peplluis/archive/2008/07/28/todo-lo-que-quise-saber-de-mi-disco-y-no-me-atrev-237-a-preguntarlo&#46;aspx[/url:jmxonram] Saludos y gracias de nuevo..
Ayuda Funciones a Bajo Nivel
Victor, De donde se puede descargar GetDiskSerial.DLL 5.00 ? Es libre ?
Ayuda Funciones a Bajo Nivel
Es de Pago, la version demo esta aqui: [url:3dl1w3g8]http&#58;//www&#46;devlib&#46;net/getdiskserial&#46;htm[/url:3dl1w3g8] He logrado traducirla a Harbour y usarla con Fivewin [url:3dl1w3g8]http&#58;//www&#46;mediafire&#46;com/?r42qlo947h5vq[/url:3dl1w3g8] Pero no quiero depender de esta dll, en Windows Vista si lo hace de forma nativa pero lo hace mal... Pienso que de forma a mas bajo nivel como C si se puede pero no hay codigo disponible..
Ayuda Funciones a Bajo Nivel
Victor, De la carpeta que has compartido cual es el fichero de la DLL ? Solo quiero echarle una ojeada <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Ayuda Funciones a Bajo Nivel
Perdon Maestro, las prisas.. [url:13ef1lkd]http&#58;//www&#46;mediafire&#46;com/download/85vvyy9zwdggvo1/LeerDll&#46;rar[/url:13ef1lkd] Saludos..
Ayuda Funciones a Bajo Nivel
Victor, Por favor añade este código al final del PRG principal de tu aplicación y llama a la función Test() y dime que te aparece, gracias [code=fw:3p94po0w]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00D7D7;">#include</span> <Windows.h><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> TEST <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp; &nbsp;HANDLE disk0; <br />&nbsp; &nbsp;DWORD retCount; <br />&nbsp; &nbsp;GETVERSIONINPARAMS versionInfo;<br /><br />&nbsp; &nbsp;<span style="color: #B900B9;">/* get a handle for physical disk 0 (the C: drive) */</span><br />&nbsp; &nbsp;<span style="color: #00C800;">if</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">&#40;</span>disk0 = CreateFile <span style="color: #000000;">&#40;</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #ff0000;">"<span style="color: #000000;">\\</span><span style="color: #000000;">\\</span>.<span style="color: #000000;">\\</span>PHYSICALDRIVE0"</span>,<br />&nbsp; &nbsp; &nbsp; GENERIC_READ | GENERIC_WRITE, <br />&nbsp; &nbsp; &nbsp; FILE_SHARE_DELETE | FILE_SHARE_READ |<br />&nbsp; &nbsp; &nbsp; FILE_SHARE_WRITE, <br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">NULL</span>, <br />&nbsp; &nbsp; &nbsp; OPEN_EXISTING, <br />&nbsp; &nbsp; &nbsp; FILE_ATTRIBUTE_NORMAL, <br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">NULL</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> == INVALID_HANDLE_VALUE<span style="color: #000000;">&#41;</span> <br />&nbsp; &nbsp;<span style="color: #000000;">&#123;</span><br />&nbsp; &nbsp; &nbsp; MessageBox<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span>, <span style="color: #ff0000;">"1"</span>, <span style="color: #ff0000;">"Info"</span>, <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">return</span>; <br />&nbsp; &nbsp;<span style="color: #000000;">&#125;</span><br /><br />&nbsp; &nbsp;<span style="color: #B900B9;">/* query the drive for the SMART version it supports */</span><br />&nbsp; &nbsp;<span style="color: #00C800;">if</span> <span style="color: #000000;">&#40;</span>! <span style="color: #000000;">&#40;</span>DeviceIoControl <span style="color: #000000;">&#40;</span>disk0, <br />&nbsp; &nbsp; &nbsp; SMART_GET_VERSION, <br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">NULL</span>, <br />&nbsp; &nbsp; &nbsp; <span style="color: #000000;">0</span>, <br />&nbsp; &nbsp; &nbsp; &versionInfo, <br />&nbsp; &nbsp; &nbsp; sizeof <span style="color: #000000;">&#40;</span>GETVERSIONINPARAMS<span style="color: #000000;">&#41;</span>, <br />&nbsp; &nbsp; &nbsp; &retCount, <br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">NULL</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> <br />&nbsp; &nbsp;<span style="color: #000000;">&#123;</span><br />&nbsp; &nbsp; &nbsp; MessageBox<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span>, <span style="color: #ff0000;">"DeviceIoControl() call failed<span style="color: #000000;">\n</span>"</span>, <span style="color: #ff0000;">"Info"</span>, <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">return</span> ; <br />&nbsp; &nbsp;<span style="color: #000000;">&#125;</span><br /><br />&nbsp; &nbsp;<span style="color: #B900B9;">/*<br />printf ("Driver version... %1d\n"<br />"Revision......... %1d\n"<br />"Device map....... 0x%02x\n"<br />"Capabilities......0x%02x\n",<br />versionInfo.bVersion, <br />versionInfo.bRevision, <br />versionInfo.bIDEDeviceMap, <br />versionInfo.fCapabilities);<br />*/</span><br /><br /><span style="color: #B900B9;">/* close everything & go home */</span><br />CloseHandle <span style="color: #000000;">&#40;</span>disk0<span style="color: #000000;">&#41;</span>; <br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00D7D7;">#pragma</span> ENDDUMP</div>[/code:3p94po0w]
Ayuda Funciones a Bajo Nivel
Esta versión corrige un error de la anterior pero aún no está dando la información que buscamos: [code=fw:da1cje2r]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00D7D7;">#include</span> <hbapi.h><br /><span style="color: #00D7D7;">#include</span> <Windows.h><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> TEST <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />   HANDLE disk0; <br />   DWORD retCount, dwRet = <span style="color: #000000;">0</span>; <br />   <span style="color: #B900B9;">// GETVERSIONINPARAMS versionInfo;</span><br />   SENDCMDINPARAMS stCIP;<br />   char szOutput<span style="color: #000000;">&#91;</span> <span style="color: #000000;">512</span> + <span style="color: #000000;">16</span> <span style="color: #000000;">&#93;</span>; <span style="color: #B900B9;">// OUT_BUFFER_SIZE IDENTIFY_BUFFER_SIZE+16</span><br /><br />   <span style="color: #B900B9;">/* get a handle for physical disk 0 (the C: drive) */</span><br />   <span style="color: #00C800;">if</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">&#40;</span>disk0 = CreateFile <span style="color: #000000;">&#40;</span><br />      L<span style="color: #ff0000;">"<span style="color: #000000;">\\</span><span style="color: #000000;">\\</span>.<span style="color: #000000;">\\</span>PhysicalDrive0"</span>,<br />      GENERIC_READ, <br />      <span style="color: #00C800;">NULL</span>, <br />      <span style="color: #00C800;">NULL</span>, <br />      OPEN_EXISTING, <br />      FILE_ATTRIBUTE_NORMAL, <br />      <span style="color: #00C800;">NULL</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> == INVALID_HANDLE_VALUE<span style="color: #000000;">&#41;</span> <br />   <span style="color: #000000;">&#123;</span><br />      MessageBox<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span>, <span style="color: #ff0000;">"1"</span>, <span style="color: #ff0000;">"Info"</span>, <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span>;<br />      <span style="color: #00C800;">return</span>; <br />   <span style="color: #000000;">&#125;</span><br /><br />    memset<span style="color: #000000;">&#40;</span> szOutput, <span style="color: #000000;">0</span>, sizeof<span style="color: #000000;">&#40;</span> szOutput <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span>; <br /><br />    <span style="color: #00D7D7;">#define</span> DRIVE_HEAD_REG  0xA0<br /><br />    stCIP.cBufferSize=IDENTIFY_BUFFER_SIZE;<br />    stCIP.bDriveNumber = <span style="color: #000000;">0</span>; <span style="color: #B900B9;">// ucDriveIndex;</span><br />    stCIP.irDriveRegs.bFeaturesReg= <span style="color: #000000;">0</span>;<br />    stCIP.irDriveRegs.bSectorCountReg = <span style="color: #000000;">1</span>;<br />    stCIP.irDriveRegs.bSectorNumberReg = <span style="color: #000000;">1</span>;<br />    stCIP.irDriveRegs.bCylLowReg = <span style="color: #000000;">0</span>;<br />    stCIP.irDriveRegs.bCylHighReg = <span style="color: #000000;">0</span>;<br />    stCIP.irDriveRegs.bDriveHeadReg = DRIVE_HEAD_REG;<br />    stCIP.irDriveRegs.bCommandReg = ID_CMD;<br /><br />    <span style="color: #00C800;">if</span> <span style="color: #000000;">&#40;</span> DeviceIoControl<span style="color: #000000;">&#40;</span> disk0, SMART_RCV_DRIVE_DATA, &stCIP, sizeof<span style="color: #000000;">&#40;</span>stCIP<span style="color: #000000;">&#41;</span>, szOutput, <span style="color: #000000;">512</span> + <span style="color: #000000;">16</span>,<br />         &dwRet, <span style="color: #00C800;">NULL</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />    <span style="color: #000000;">&#123;</span><br />       MessageBox<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span>, <span style="color: #ff0000;">"pasa"</span>, <span style="color: #ff0000;">"ok"</span>, <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span>;<br />    <span style="color: #000000;">&#125;</span><br /><br />   MessageBox<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span>, szOutput, <span style="color: #ff0000;">"buffer"</span>, <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span>;<br /><br /><span style="color: #B900B9;">/* close everything & go home */</span><br />   CloseHandle <span style="color: #000000;">&#40;</span>disk0<span style="color: #000000;">&#41;</span>; <br />   <span style="color: #B900B9;">// hb_retclen( szOutput, dwRet );</span><br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00D7D7;">#pragma</span> ENDDUMP</div>[/code:da1cje2r]
Ayuda Funciones a Bajo Nivel
Esta es la mejor versión que he encontrado hasta ahora para el uso del interface SMART. Ahora se trata de buscar aqui los valores que necesitas: [url:22p8zlbb]http&#58;//munin-monitoring&#46;org/browser/munin-node-win32/src/plugins/disk/SmartReader&#46;cpp[/url:22p8zlbb]
Ayuda Funciones a Bajo Nivel
Prueba con esta: [code=fw:3objhss9]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00D7D7;">#include</span> <hbapi.h><br /><span style="color: #00D7D7;">#include</span> <Windows.h><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> TEST <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp; &nbsp; &nbsp;char szVolumeLetter<span style="color: #000000;">&#91;</span><span style="color: #000000;">32</span><span style="color: #000000;">&#93;</span>;<br />&nbsp; &nbsp; &nbsp;char szPhysicalDrive<span style="color: #000000;">&#91;</span><span style="color: #000000;">64</span><span style="color: #000000;">&#93;</span>;<br /><br />&nbsp; &nbsp; &nbsp;HANDLE hPhysicalDriveIOCTL = CreateFile<span style="color: #000000;">&#40;</span>L<span style="color: #ff0000;">"<span style="color: #000000;">\\</span><span style="color: #000000;">\\</span>.<span style="color: #000000;">\\</span>PhysicalDrive0"</span>, GENERIC_READ | GENERIC_WRITE,<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FILE_SHARE_READ &nbsp;| FILE_SHARE_WRITE, <span style="color: #00C800;">NULL</span>, OPEN_EXISTING, <span style="color: #000000;">0</span>, <span style="color: #00C800;">NULL</span><span style="color: #000000;">&#41;</span>;<br /><br />&nbsp; &nbsp; &nbsp;<span style="color: #00C800;">if</span><span style="color: #000000;">&#40;</span>hPhysicalDriveIOCTL != INVALID_HANDLE_VALUE<span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#123;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DWORD dwBytesReturned = <span style="color: #000000;">0</span>;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">// Get Physical Drive Information</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; VOLUME_DISK_EXTENTS &nbsp; vdExtents;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; GETVERSIONINPARAMS &nbsp;gvopVersionParams;<br /><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ZeroMemory<span style="color: #000000;">&#40;</span>&vdExtents, &nbsp; sizeof<span style="color: #000000;">&#40;</span>vdExtents<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">if</span><span style="color: #000000;">&#40;</span>!DeviceIoControl<span style="color: #000000;">&#40;</span>hPhysicalDriveIOCTL, &nbsp; IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, &nbsp;<span style="color: #00C800;">NULL</span>, <span style="color: #000000;">0</span>,<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&vdExtents, &nbsp; sizeof<span style="color: #000000;">&#40;</span>vdExtents<span style="color: #000000;">&#41;</span>, &nbsp;&dwBytesReturned, <span style="color: #00C800;">NULL</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#123;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;MessageBox<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> , <span style="color: #ff0000;">"Error &nbsp; volumes &nbsp;that span multiple disks are not supported!"</span>, <span style="color: #ff0000;">"sorry"</span>, <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span>;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CloseHandle<span style="color: #000000;">&#40;</span>hPhysicalDriveIOCTL<span style="color: #000000;">&#41;</span>;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">return</span> &nbsp; &nbsp;<span style="color: #000000;">1</span>;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span><br /><br /><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">// Get SMART version information</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ZeroMemory<span style="color: #000000;">&#40;</span>&gvopVersionParams, &nbsp; sizeof<span style="color: #000000;">&#40;</span>gvopVersionParams<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">if</span><span style="color: #000000;">&#40;</span>!DeviceIoControl<span style="color: #000000;">&#40;</span>hPhysicalDriveIOCTL, &nbsp; SMART_GET_VERSION, &nbsp;<span style="color: #00C800;">NULL</span>, <span style="color: #000000;">0</span>,<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gvopVersionParams , &nbsp;sizeof<span style="color: #000000;">&#40;</span>gvopVersionParams<span style="color: #000000;">&#41;</span>, &dwBytesReturned, <span style="color: #00C800;">NULL</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#123;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;MessageBox<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span>, <span style="color: #ff0000;">"Error &nbsp; cannot &nbsp;get SMART version information from device!"</span>, <span style="color: #ff0000;">"warning"</span>, <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span>;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CloseHandle<span style="color: #000000;">&#40;</span>hPhysicalDriveIOCTL<span style="color: #000000;">&#41;</span>;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">return</span> <span style="color: #000000;">1</span>;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; <br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">if</span><span style="color: #000000;">&#40;</span>gvopVersionParams.bIDEDeviceMap > <span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">// Setup SMART request</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SENDCMDINPARAMS &nbsp; InParams &nbsp;= <span style="color: #000000;">&#123;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;IDENTIFY_BUFFER_SIZE, &nbsp;<span style="color: #000000;">&#123;</span> <span style="color: #000000;">0</span>, <span style="color: #000000;">1</span>, <span style="color: #000000;">1</span>, <span style="color: #000000;">0</span>, <span style="color: #000000;">0</span>, <span style="color: #000000;">&#40;</span><span style="color: #000000;">&#40;</span>vdExtents.Extents<span style="color: #000000;">&#91;</span><span style="color: #000000;">0</span><span style="color: #000000;">&#93;</span>.DiskNumber & <span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span> ? 0xB0 : 0xA0<span style="color: #000000;">&#41;</span>,<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#40;</span>gvopVersionParams.bIDEDeviceMap &nbsp;>> vdExtents.Extents<span style="color: #000000;">&#91;</span><span style="color: #000000;">0</span><span style="color: #000000;">&#93;</span>.DiskNumber & 0x10<span style="color: #000000;">&#41;</span> ? ATAPI_ID_CMD : <span style="color: #000000;">ID_CMD</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span>,<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#40;</span>BYTE<span style="color: #000000;">&#41;</span>vdExtents.Extents <span style="color: #000000;">&#91;</span><span style="color: #000000;">0</span><span style="color: #000000;">&#93;</span>.DiskNumber<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#125;</span>;<br />&nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DWORD dwBufSize = sizeof<span style="color: #000000;">&#40;</span>SENDCMDOUTPARAMS<span style="color: #000000;">&#41;</span> + IDENTIFY_BUFFER_SIZE;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SENDCMDOUTPARAMS pbtIDOutCmd; <span style="color: #B900B9;">// &nbsp; = (PSENDCMDOUTPARAMS) new BYTE[dwBufSize];</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ZeroMemory<span style="color: #000000;">&#40;</span>&pbtIDOutCmd, &nbsp;dwBufSize<span style="color: #000000;">&#41;</span>;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">// Get SMART information</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">if</span><span style="color: #000000;">&#40;</span>DeviceIoControl <span style="color: #000000;">&#40;</span>hPhysicalDriveIOCTL, SMART_RCV_DRIVE_DATA, &InParams, sizeof<span style="color: #000000;">&#40;</span>SENDCMDINPARAMS<span style="color: #000000;">&#41;</span>,<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&pbtIDOutCmd, &nbsp;dwBufSize, &dwBytesReturned, <span style="color: #00C800;">NULL</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#123;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">// Little Endian To Big Endian</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;USHORT &nbsp;*pIDSector = <span style="color: #000000;">&#40;</span>USHORT*<span style="color: #000000;">&#41;</span>pbtIDOutCmd.bBuffer;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;int nShort;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;char lpszSerialNumber1<span style="color: #000000;">&#91;</span> <span style="color: #000000;">21</span> <span style="color: #000000;">&#93;</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;LPSTR &nbsp;lpszSerialNumber2;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">for</span><span style="color: #000000;">&#40;</span> nShort = <span style="color: #000000;">10</span>; nShort < <span style="color: #000000;">21</span>; nShort++<span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;pIDSector <span style="color: #000000;">&#91;</span>nShort<span style="color: #000000;">&#93;</span> = <span style="color: #000000;">&#40;</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#40;</span>pIDSector<span style="color: #000000;">&#91;</span>nShort<span style="color: #000000;">&#93;</span> & 0x00FF<span style="color: #000000;">&#41;</span> << <span style="color: #000000;">8</span><span style="color: #000000;">&#41;</span> + <span style="color: #000000;">&#40;</span><span style="color: #000000;">&#40;</span>pIDSector<span style="color: #000000;">&#91;</span>nShort<span style="color: #000000;">&#93;</span> & 0xFF00<span style="color: #000000;">&#41;</span> >> <span style="color: #000000;">8</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">// Get Drive Serial Number</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ZeroMemory<span style="color: #000000;">&#40;</span>lpszSerialNumber1, <span style="color: #000000;">21</span><span style="color: #000000;">&#41;</span>;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;RtlCopyMemory<span style="color: #000000;">&#40;</span>lpszSerialNumber1, &nbsp;&pIDSector<span style="color: #000000;">&#91;</span><span style="color: #000000;">10</span><span style="color: #000000;">&#93;</span>, <span style="color: #000000;">20</span><span style="color: #000000;">&#41;</span>;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">// Remove those horrible spaces caused because of endianess</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">// and print out the serial</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;lpszSerialNumber2 = lpszSerialNumber1;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">while</span><span style="color: #000000;">&#40;</span>*lpszSerialNumber2 &nbsp;== <span style="color: #ff0000;">' '</span><span style="color: #000000;">&#41;</span> lpszSerialNumber2++;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;MessageBox<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span>, <span style="color: #ff0000;">"Physical &nbsp;Serial:"</span>, lpszSerialNumber2, <span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span>;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">// delete &nbsp;lpszSerialNumber1;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#125;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">// delete &nbsp; &nbsp;pbtIDOutCmd;</span><br />&nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span><span style="color: #00C800;">else</span><span style="color: #000000;">&#123;</span><br />&nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;printf <span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Error &nbsp;!<span style="color: #000000;">\n</span>"</span><span style="color: #000000;">&#41;</span>;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CloseHandle<span style="color: #000000;">&#40;</span>hPhysicalDriveIOCTL<span style="color: #000000;">&#41;</span>;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">return</span> &nbsp; &nbsp;<span style="color: #000000;">1</span>;<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CloseHandle &nbsp;<span style="color: #000000;">&#40;</span>hPhysicalDriveIOCTL<span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp;<span style="color: #000000;">&#125;</span><br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00D7D7;">#pragma</span> ENDDUMP</div>[/code:3objhss9]
Ayuda Funciones a Bajo Nivel
Probando y compilando, Resultados: El primer código que me sugirio al llmarlo comoTEST() no hace nada, no aparece nada, si lo invoco como MSGINFO(TEST()) aparece "nil" El segundo código solo muestra un msgbox con "Info 1" El tercer código no compila salen errores y warnings: [quote:2docprzj]Warning W8075 hardDsk.c 13: Suspicious pointer conversion in function HB_FUN_TEST Warning W8081 hardDsk.c 39: void functions may not return a value in function HB_FUN_TEST Warning W8081 hardDsk.c 57: void functions may not return a value in function HB_FUN_TEST Error E2063 hardDsk.c 71: Illegal initialization in function HB_FUN_TEST Warning W8081 hardDsk.c 142: void functions may not return a value in function HB_FUN_TEST Warning W8067 hardDsk.c 148: Both return and return with a value used in function HB_FUN_TEST [/quote:2docprzj] Aqui le dejo los fuentes del programa CrystalDiskInfo, que es en lo que me estoy basando.. Mis conocimientos en C son escasos para el nivel de programación de estos codigos.. [url:2docprzj]https&#58;//www&#46;mediafire&#46;com/?vcwmzmfypgbv7lf[/url:2docprzj] Saludos..
Ayuda Funciones a Bajo Nivel
Este código fuenciona correctamente compilando con Visual Studio, pero falla con Borland (aún no he encontrado por que no funciona con Borland): serial.prg [code=fw:2oq53uhe]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />   <span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">&#40;</span> SerialNumber<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00D7D7;">#include</span> <hbapi.h><br /><span style="color: #00D7D7;">#include</span> <Windows.h><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span>SERIALNUMBER<span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />    HANDLE hPhysicalDriveIOCTL = <span style="color: #000000;">0</span>;<br /><br />    hPhysicalDriveIOCTL = <span style="color: #000000;">&#40;</span>HANDLE<span style="color: #000000;">&#41;</span>CreateFile<span style="color: #000000;">&#40;</span>L<span style="color: #ff0000;">"<span style="color: #000000;">\\</span><span style="color: #000000;">\\</span>.<span style="color: #000000;">\\</span>PhysicalDrive0"</span>, <span style="color: #000000;">0</span>,<br />        FILE_SHARE_READ | FILE_SHARE_WRITE, <span style="color: #00C800;">NULL</span>,<br />        OPEN_EXISTING, <span style="color: #000000;">0</span>, <span style="color: #00C800;">NULL</span><span style="color: #000000;">&#41;</span>;<br /><br />    <span style="color: #00C800;">if</span> <span style="color: #000000;">&#40;</span>hPhysicalDriveIOCTL != INVALID_HANDLE_VALUE<span style="color: #000000;">&#41;</span><br />    <span style="color: #000000;">&#123;</span><br />        STORAGE_PROPERTY_QUERY query;<br />        DWORD cbBytesReturned = <span style="color: #000000;">0</span>;<br />        char buffer<span style="color: #000000;">&#91;</span><span style="color: #000000;">10000</span><span style="color: #000000;">&#93;</span>;<br /><br />        memset<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#40;</span>void *<span style="color: #000000;">&#41;</span>&query, <span style="color: #000000;">0</span>, sizeof<span style="color: #000000;">&#40;</span>query<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>;<br />        query.PropertyId = StorageDeviceProperty;<br />        query.QueryType = PropertyStandardQuery;<br /><br />        memset<span style="color: #000000;">&#40;</span>buffer, <span style="color: #000000;">0</span>, sizeof<span style="color: #000000;">&#40;</span>buffer<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>;<br /><br />        <span style="color: #00C800;">if</span> <span style="color: #000000;">&#40;</span>DeviceIoControl<span style="color: #000000;">&#40;</span>hPhysicalDriveIOCTL, IOCTL_STORAGE_QUERY_PROPERTY,<br />            &query,<br />            sizeof<span style="color: #000000;">&#40;</span>query<span style="color: #000000;">&#41;</span>,<br />            &buffer,<br />            sizeof<span style="color: #000000;">&#40;</span>buffer<span style="color: #000000;">&#41;</span>,<br />            &cbBytesReturned, <span style="color: #00C800;">NULL</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />        <span style="color: #000000;">&#123;</span><br />            hb_retclen<span style="color: #000000;">&#40;</span>buffer + <span style="color: #000000;">126</span>, <span style="color: #000000;">20</span><span style="color: #000000;">&#41;</span>;<br />        <span style="color: #000000;">&#125;</span><br />    <span style="color: #000000;">&#125;</span><br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00D7D7;">#pragma</span> ENDDUMP</div>[/code:2oq53uhe] [img:2oq53uhe]http&#58;//i62&#46;tinypic&#46;com/2cn79ki&#46;jpg[/img:2oq53uhe] [img:2oq53uhe]http&#58;//i62&#46;tinypic&#46;com/dmac0m&#46;jpg[/img:2oq53uhe]
Ayuda Funciones a Bajo Nivel
Funcionando con Borland <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> serial.prg [code=fw:v1czxmse]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />   <span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">&#40;</span> SerialNumber<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />   <br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00D7D7;">#include</span> <hbapi.h><br /><span style="color: #00D7D7;">#include</span> <Windows.h><br /><br /><span style="color: #00D7D7;">#define</span> IOCTL_STORAGE_QUERY_PROPERTY 0x2D1400<br /><br />typedef struct _STORAGE_PROPERTY_QUERY <span style="color: #000000;">&#123;</span><br />  int PropertyId;<br />  int QueryType;<br />  BYTE AdditionalParameters<span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span>;<br /><span style="color: #000000;">&#125;</span> STORAGE_PROPERTY_QUERY, *PSTORAGE_PROPERTY_QUERY;<br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> SERIALNUMBER <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />    HANDLE hPhysicalDriveIOCTL = <span style="color: #000000;">&#40;</span> HANDLE <span style="color: #000000;">&#41;</span> CreateFile<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"<span style="color: #000000;">\\</span><span style="color: #000000;">\\</span>.<span style="color: #000000;">\\</span>PhysicalDrive0"</span>, <span style="color: #000000;">0</span>,<br />                                   FILE_SHARE_READ | FILE_SHARE_WRITE, <span style="color: #00C800;">NULL</span>,<br />                                   OPEN_EXISTING, <span style="color: #000000;">0</span>, <span style="color: #00C800;">NULL</span><span style="color: #000000;">&#41;</span>;<br /><br />    <span style="color: #00C800;">if</span><span style="color: #000000;">&#40;</span> hPhysicalDriveIOCTL != INVALID_HANDLE_VALUE <span style="color: #000000;">&#41;</span><br />    <span style="color: #000000;">&#123;</span><br />        STORAGE_PROPERTY_QUERY query;<br />        DWORD cbBytesReturned = <span style="color: #000000;">0</span>;<br />        char buffer<span style="color: #000000;">&#91;</span> <span style="color: #000000;">10000</span> <span style="color: #000000;">&#93;</span>;<br /><br />        memset<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> void * <span style="color: #000000;">&#41;</span> &query, <span style="color: #000000;">0</span>, sizeof<span style="color: #000000;">&#40;</span> query <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span>;<br />        query.PropertyId = <span style="color: #000000;">0</span>; <span style="color: #B900B9;">// StorageDeviceProperty;</span><br />        query.QueryType = <span style="color: #000000;">0</span>;  <span style="color: #B900B9;">// PropertyStandardQuery;</span><br /><br />        memset<span style="color: #000000;">&#40;</span> buffer, <span style="color: #000000;">0</span>, sizeof<span style="color: #000000;">&#40;</span> buffer <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span>;<br /><br />        <span style="color: #00C800;">if</span><span style="color: #000000;">&#40;</span> DeviceIoControl<span style="color: #000000;">&#40;</span> hPhysicalDriveIOCTL, IOCTL_STORAGE_QUERY_PROPERTY,<br />              &query,<br />              sizeof<span style="color: #000000;">&#40;</span> query <span style="color: #000000;">&#41;</span>,<br />              &buffer,<br />              sizeof<span style="color: #000000;">&#40;</span> buffer <span style="color: #000000;">&#41;</span>,<br />              &cbBytesReturned, <span style="color: #00C800;">NULL</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />        <span style="color: #000000;">&#123;</span><br />           hb_retclen<span style="color: #000000;">&#40;</span> buffer + <span style="color: #000000;">126</span>, <span style="color: #000000;">20</span> <span style="color: #000000;">&#41;</span>;<br />        <span style="color: #000000;">&#125;</span><br />        <span style="color: #00C800;">else</span><br />           hb_retc<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"can't read it"</span> <span style="color: #000000;">&#41;</span>;<br />    <span style="color: #000000;">&#125;</span><br />    <span style="color: #00C800;">else</span> <br />           hb_retc<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"can't read it"</span> <span style="color: #000000;">&#41;</span>;<br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00D7D7;">#pragma</span> ENDDUMP</div>[/code:v1czxmse] [img:v1czxmse]http&#58;//i60&#46;tinypic&#46;com/23w6szl&#46;jpg[/img:v1czxmse]
Ayuda Funciones a Bajo Nivel
Antonio En el hd del equipo que lo has desarrollado y probado, tienes más de una partición?
Ayuda Funciones a Bajo Nivel
Maestro Buen día, me levante de madrugada emocionado por probar, pero en mi caso no funciona, talvez el sistema operativo me limita pues lo estoy probando bajo Xp, instale W7 en una máquina virtual y ahí si funciona, no entiendo porque no funciona, es bastante estresante no poder avanzar.. Ooh Oohh y al parecer mi disco duro voló, al reiniciar mi equipo ya no lo hizo, ojala y no pierda todo otra vez.. Veré que puedo hacer.. Me indica error partition table Saludos
Ayuda Funciones a Bajo Nivel
Victor, Pruébalo así: serial.prg [code=fw:3cswce2p]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />   <span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">&#40;</span> SerialNumber<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />   <br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00D7D7;">#include</span> <hbapi.h><br /><span style="color: #00D7D7;">#include</span> <Windows.h><br /><br /><span style="color: #00D7D7;">#define</span> IOCTL_STORAGE_QUERY_PROPERTY 0x2D1400<br /><br />typedef struct _STORAGE_PROPERTY_QUERY <span style="color: #000000;">&#123;</span><br />  int PropertyId;<br />  int QueryType;<br />  BYTE AdditionalParameters<span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span>;<br /><span style="color: #000000;">&#125;</span> STORAGE_PROPERTY_QUERY, *PSTORAGE_PROPERTY_QUERY;<br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> SERIALNUMBER <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />    HANDLE hPhysicalDriveIOCTL = <span style="color: #000000;">&#40;</span> HANDLE <span style="color: #000000;">&#41;</span> CreateFile<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"<span style="color: #000000;">\\</span><span style="color: #000000;">\\</span>.<span style="color: #000000;">\\</span>PhysicalDrive0"</span>, <span style="color: #000000;">0</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;                                  FILE_SHARE_READ, <span style="color: #00C800;">NULL</span>, OPEN_EXISTING, <span style="color: #000000;">0</span>, <span style="color: #00C800;">NULL</span><span style="color: #000000;">&#41;</span>;<br /><br />    <span style="color: #00C800;">if</span><span style="color: #000000;">&#40;</span> hPhysicalDriveIOCTL != INVALID_HANDLE_VALUE <span style="color: #000000;">&#41;</span><br />    <span style="color: #000000;">&#123;</span><br />        STORAGE_PROPERTY_QUERY query;<br />        DWORD cbBytesReturned = <span style="color: #000000;">0</span>;<br />        char buffer<span style="color: #000000;">&#91;</span> <span style="color: #000000;">10000</span> <span style="color: #000000;">&#93;</span>;<br /><br />        memset<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> void * <span style="color: #000000;">&#41;</span> &query, <span style="color: #000000;">0</span>, sizeof<span style="color: #000000;">&#40;</span> query <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span>;<br />        query.PropertyId = <span style="color: #000000;">0</span>; <span style="color: #B900B9;">// StorageDeviceProperty;</span><br />        query.QueryType = <span style="color: #000000;">0</span>;  <span style="color: #B900B9;">// PropertyStandardQuery;</span><br /><br />        memset<span style="color: #000000;">&#40;</span> buffer, <span style="color: #000000;">0</span>, sizeof<span style="color: #000000;">&#40;</span> buffer <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span>;<br /><br />        <span style="color: #00C800;">if</span><span style="color: #000000;">&#40;</span> DeviceIoControl<span style="color: #000000;">&#40;</span> hPhysicalDriveIOCTL, IOCTL_STORAGE_QUERY_PROPERTY,<br />              &query,<br />              sizeof<span style="color: #000000;">&#40;</span> query <span style="color: #000000;">&#41;</span>,<br />              &buffer,<br />              sizeof<span style="color: #000000;">&#40;</span> buffer <span style="color: #000000;">&#41;</span>,<br />              &cbBytesReturned, <span style="color: #00C800;">NULL</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />        <span style="color: #000000;">&#123;</span><br />           hb_retclen<span style="color: #000000;">&#40;</span> buffer + <span style="color: #000000;">126</span>, <span style="color: #000000;">20</span> <span style="color: #000000;">&#41;</span>;<br />        <span style="color: #000000;">&#125;</span><br />        <span style="color: #00C800;">else</span><br />           hb_retc<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"can't read it"</span> <span style="color: #000000;">&#41;</span>;<br />           <br />        CloseHandle<span style="color: #000000;">&#40;</span> hPhysicalDriveIOCTL <span style="color: #000000;">&#41;</span>;   <br />    <span style="color: #000000;">&#125;</span><br />    <span style="color: #00C800;">else</span> <br />           hb_retc<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"can't read it"</span> <span style="color: #000000;">&#41;</span>;<br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00D7D7;">#pragma</span> ENDDUMP</div>[/code:3cswce2p]
Ayuda Funciones a Bajo Nivel
Fiu.. Gracias por ser tan amable de comentar Maestro.. Bueno el disco duro volvio con trabajos pero volvio, lo revise con Hirens Boot Cd y me indicaban los programas de recuperacion que mis particiones desaparecienron, volvi a reiniciar y tardo pero arranco XP, de hecho hace rato escribi desde mi movil, y ahora lo hago desde mi maquina.. No hay problema no hay de que disculparse es parte de trabajar con este tipo de funciones, se que es muy peligroso pues trabajamos a muy bajo nivel del disco duro y entiendo los riesgos, lo bueno es que pude reiniciarlo y estoy respaladando datos porque vi que quedo tocado.. Bueno a lo que vamos, el archivo GetSerialDiskDemo.exe si corre perfectamente en XP, de hecho tambien CrystalDiskInfo del cual tengo los fuentes tambien corre perfecto en XP, por eso no entiendo porque estas pruebas no dan resultados, Voy a instalar XP en Virtual para hacer pruebas, de hecho tengo W/ corriendo en Virtual Pc, la verdad me resisto como muchos a cambiar a W7 o W8 porque es demasiado restrictivo hasta para trabajar con Fivewin..
Ayuda Funciones a Bajo Nivel
Victor, La aplicación GetSerialDiskDemo.exe funciona bien en XP ? En los códigos fuente que he revisado todos usan los flags FILE_SHARE_READ | FILE_SHARE_WRITE pero pudiera ser que ese flag FILE_SHARE_WRITE sea el culpable de dañar el disco duro. Ante la duda, lo quitamos y ademas faltaba la llamada a CloseHandle(). En la última versión que acabo de poner incluye estos cambios. No puedes probar en XP en maquina virtual ? Asi te evitas el peligro de que pueda dañar el disco duro, aunque si ya no usamos FILE_SHARE_WRITE no veo como pudiese resultar dañado. Y si se dañó, lo siento de veras. Usar esta tecnología (SMART) que habla directamente con el controlador del disco es muy potente pero obviamente tiene tambien sus riesgos por lo que comentas. Yo lo he probado en Windows 8 64 bits y funciona correctamente.
Ayuda Funciones a Bajo Nivel
Victor, Que problemas tienes con W7 ó W8 ? Yo actualmente programo y desarrollo FWH en Windows 8 (tanto 32 bits como 64 bits) y funcionan correctamente. De hecho en mi opinión W7 es bastante mejor que XP, pues usa mucho más eficientemente la memoria. La última versión que he publicado de la función que necesitas no debería ya ser peligrosa, de todas formas, ten la precaución de realizar tus backups y para mayor seguridad aún pruébala desde un XP virtual. En Windows 8 64 bits funciona bien. Si otros usuarios se atreven a usarla, cuidado, no sabemos si lo que le ha ocurrido a Victor pueda estar relacionado con esta función. Asi que ojo, no vayais a estropear el arranque del disco (a nivel software). Y si a alguien le funciona bien en XP por favor que lo comente para que asi sepamos con certeza que el problema de Victor no está relacionado con el uso de esta función.
Ayuda Funciones a Bajo Nivel
Después del susto he regresado a probarlo, quite las particiones de mi disco duro y las volví a crear, en una con XP y la otra con W7, el resultado funciona pero con W7 en XP solo lanza el msginfo vacío, maestro Antonio ha podido revisar los fuentes de Crystaldiskinfo que le envie? En Xp funciona bien. W7 es muy latoso, no puedo borrar carpetas dentro de mi disco de proyectos con un simple archivo. bat siempre me sale con que necesito permisos cuando soy Administrador, quita tiempo estar abriendo programas y te ptegunte si es seguro, me estresa un tanto su entorno lo siento muy limitante.. Además de que muchos equipos no migran a W7 o W8 por lo mismo
Ayuda Funciones a Bajo Nivel
Victor, Es que los fuentes que he revisado en relación a la tecnología SMART son bastante complicados, más que nada porque es una forma de programar que principalmente usan los desarrolladores de drivers, de ahi que no me es familiar en absoluto. Las mayoría de los fuentes estan en C++ y no permiten una portabilidad a C tal cual. Ayer hice muchas pruebas y el código que he publicado es realmente el único que he conseguido que funcione bien. Lo has vuelto a probar en XP ? Te funciona ? Me interesa saber si funciona y si vuelve a ocurrirte algo en el disco duro, gracias
Ayuda Funciones a Bajo Nivel
Cristobal, Si, pero lo que está obteniendo es el número de serie del disco (grabado en hardware), no el serial que le da Windows al formatear (grabado en software), si no me equivoco.
Ayuda Funciones a Bajo Nivel
Cristobal: para obtener el serial lógico de cada partición del disco es fácil mediante Wmi, lo que se intenta en este post es obtener el número único de cada disco duro el cual está grabado en el chip del controlador del disco duro. Maestro Antonio : De plano en Xp no me funciona ni en disco Ide ni en Sata,..
Ayuda Funciones a Bajo Nivel
Victor, Por lo visto asi funciona en XP, no se si has llegado a usar este objeto: [code=fw:11meunuw]<div class="fw" id="{CB}" style="font-family: monospace;">Set objFSO = CreateObject<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Scripting.FileSystemObject"</span><span style="color: #000000;">&#41;</span><br />Set colDrives = objFSO.Drives<br /><span style="color: #00C800;">For</span> Each objDrive in colDrives<br /> Wscript.Echo <span style="color: #ff0000;">"Available space: "</span> & objDrive.AvailableSpace<br /> Wscript.Echo <span style="color: #ff0000;">"Drive letter: "</span> & objDrive.DriveLetter<br /> Wscript.Echo <span style="color: #ff0000;">"Drive type: "</span> & objDrive.DriveType<br /> Wscript.Echo <span style="color: #ff0000;">"File system: "</span> & objDrive.FileSystem<br /> Wscript.Echo <span style="color: #ff0000;">"Free space: "</span> & objDrive.FreeSpace<br /> Wscript.Echo <span style="color: #ff0000;">"Is ready: "</span> & objDrive.IsReady<br /> Wscript.Echo <span style="color: #ff0000;">"Path: "</span> & objDrive.Path<br /> Wscript.Echo <span style="color: #ff0000;">"Root folder: "</span> & objDrive.RootFolder<br /> Wscript.Echo <span style="color: #ff0000;">"Serial number: "</span> & objDrive.SerialNumber<br /> Wscript.Echo <span style="color: #ff0000;">"Share name: "</span> & objDrive.ShareName<br /> Wscript.Echo <span style="color: #ff0000;">"Total size: "</span> & objDrive.TotalSize<br /> Wscript.Echo <span style="color: #ff0000;">"Volume name: "</span> & objDrive.VolumeName<br /><span style="color: #00C800;">Next</span><br /> </div>[/code:11meunuw]
Ayuda Funciones a Bajo Nivel
No devuelve el valor grabado en la rom del HD...
Ayuda Funciones a Bajo Nivel
Bueno Maestro ni hablar, de plano tendré que utilizar la dll aunque sea en demo.. Le agradesco bastante su tiempo y valoró su esfuerzo mil gracias..
Ayuda Funciones a Bajo Nivel
Victor, Siento no haberte sido de más ayuda. Es un código bastante complejo y no estoy familiarizado con él.
Ayuda Graficos
El caso es que tengo un problema de cuidado con la clase TImage y similares (utilizo FW 2.3 y Clipper 5.3 en XP). Pues con Windows 95,98 y WinMe se pueden abrir la mayoría de gráficos/imágenes con nViewLib, pero con XP TImage utiliza nViewl16 (16 bits), en lugar de nViewlib (32 bits), pues pasa por la zona: if ! ( IsWin95() ) ::hBitmap = NViewLibLoad( AllTrim( cBmpFile ), ::nProgress ) else ::hBitmap = NViewLib32( AllTrim( cBmpFile ), ::nProgress ) endif y como no es W95 pues abre nViewl16. Puedo forzar la apertura de nViewlib en XP, pero me devuelve handles de más de 10 dígitos, algunos incluso, negativos. He intentado acortarlos con nLowWord(), nHiWord(), con una mezcla de ambos o restando 65536 antes o después de aplicar las funciones. Pero nada de nada. Por fortuna FreeImage me dió la idea de utilizar: hBmp = nLoWord( WOWHandle16(hBmp, 8 ) ) ¡Y funciona! El problema es que no lee ni la mitad de gráficos que con nViewl16. Utilizaría nViewl16, lo que pasa es que con esa librería si un gráfico no lo puede leer te saca un mensaje de advertencia. Como mi programa ya tiene su propio sistema de mensajes (muy elaborado) y durante la lectura del albúm muestra un "Espere un momento, Por favor..." pues el programa se queda colgado hasta que se cierre el mensaje de la librería (que casualmente aparece por debajo del mío y no se puede cerrar de forma convencional.). Y si utilizo nViewlib, no da error si no lee un fichero, pero no lee tantos como con nViewl16. Por ahora he programado una solución de compromiso. Abro lo que puedo con nViewlib y lo demás si no es muy grande con nViewl16 rezando para que no se cuelgue. Será cuestión de advertir al cliente. No deja de ser una solución a medias. Lo he intentado con FreeImage, pero no se si lo estroy haciendo mal, pero me da la impresión de que FreeImage está pensada para programar en 32 bits. O al menos, con el XP me da error. Consigo abrir la librería "manualmente" pero después me da error en la librería GDI32.dll (.Por cierto, FreeImage tiene más de 8 carácteres y no se abre en XP con LoadLibrary ni a tiros (a 16 bits). Si alguién tiene alguna idea, le agradecería la ayuda. Un saludo
Ayuda Graficos
Manu, Estás tardando en pasarte a 32 bits <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Ayuda Graficos
He conseguido que FreeImage me funcione en 16 bits. En XP utilizo GetDc32() y ReleaseDc32(), y me lee todos lo JPG y PNG pero no me lee los GIF ni los TGA. Para W.Me tengo que utilizar GetDc() y ReleaseDc() normales, con lo que algunos JPG no me los lee. Al final he hecho una mezcla de un poco de todo (Lo del mensaje anterior + FreeImage) y con XP me lo estrá leyendo todo. Lo del GetDc32() es posible que sea por culpa de la versión USER32.DLL que utilizo. Cuando pueda pruebo con otra y os lo cuento. Por lo menos, mientras me paso o no a 32 bits el cliente está contento.
Ayuda Graficos
Definitivamente, con FW 16 Bits, GetDc32() y ReleasDc32() de USER32.DLL no funcionan correctamente. No es que se corte el programa, pero en mi módulo de carga de fotos no va como debería. Ni copiando el USER32 del XP. Lastima. Seguiré investigando...
Ayuda HTML Lib & CLass.lib
Estimado Colegas Estoy probando la librerira htmlib y cuando voy a compilar los ejemplos me pide la libreria Class , alguien me puede decir si tiene una version mas nueva de htmllib desde ya muchisimas gracias Dante <!-- e --><a href="mailto:devwin2004@yahoo.com.ar">devwin2004@yahoo.com.ar</a><!-- e -->
Ayuda HTML Lib & CLass.lib
Class o HBClass ????
Ayuda HTML Lib & CLass.lib
Estimado Rene Estoy probando html lib la ver 1.0 con clipper y en std.lnk esta la libreria class, ahora me gustaria tener la ultima version de htmlib tanto para clipper como para xharbour desde ya muchas gracias dante <!-- e --><a href="mailto:devwin2004@yahoo.com.ar">devwin2004@yahoo.com.ar</a><!-- e -->
Ayuda Harbour en modo consola (PRINTREPORTEYSAREPOR)
Saludos al Forum. Quien me puede orientar. tengo una aplciacion modo consola. Lo que requiero es ejecutar reportes de Eysareport, pero me da error, tambien pasa con PRINT y REPORT El Error es el NEW -> No Existe el metodo, para los tres casos Como hago para que corra en modo consola. [code=fw:2p4xs9ap]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Sistemam.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"report.ch"</span><br /><br /><br /><span style="color: #00C800;">FUNCTION</span> repowind1<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//cristal report</span><br />   <span style="color: #00C800;">PUBLIC</span> oWnd ,oErr<br />   <br /><span style="color: #00C800;">Try</span>   <br />   <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">WINDOW</span> oWnd <span style="color: #0000ff;">MENU</span> CreaMenu1<span style="color: #000000;">&#40;</span>oWnd<span style="color: #000000;">&#41;</span> <span style="color: #0000ff;">MDI</span><br />   <span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">WINDOW</span> oWnd <span style="color: #0000ff;">MAXIMIZED</span><br />Catch oErr <br />    <span style="color: #B900B9;">//Alert(oErr:Operation + " -> " + oErr:Description + CRLF + "Reportman.ReportManX ",oApp:cSistema) </span><br />   Alert<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Error ->"</span>+ltrim<span style="color: #000000;">&#40;</span> str<span style="color: #000000;">&#40;</span> oErr:<span style="color: #000000;">gencode</span>,<span style="color: #000000;">14</span>,<span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span>+<span style="color: #ff0000;">" "</span>+oErr:<span style="color: #000000;">description</span> + <span style="color: #ff0000;">" "</span>+oErr:<span style="color: #000000;">operation</span>+<span style="color: #ff0000;">"--"</span>+oErr:<span style="color: #000000;">subsystem</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />       <br /> End    <br /><br /><span style="color: #00C800;">RETURN</span> <span style="color: #000000;">&#40;</span>.T.<span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">FUNCTION</span> CreaMenu1<span style="color: #000000;">&#40;</span>oWnd<span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">LOCAL</span> oMenu<br />   <span style="color: #0000ff;">MENU</span> oMenu<br />      <span style="color: #0000ff;">MenuItem</span> <span style="color: #ff0000;">"PRINT "</span> <span style="color: #0000ff;">Action</span> Re12_datos<span style="color: #000000;">&#40;</span>oWnd<span style="color: #000000;">&#41;</span>    <br />      <span style="color: #0000ff;">MenuItem</span> <span style="color: #ff0000;">"REPORT "</span> <span style="color: #0000ff;">Action</span> Re13_datos<span style="color: #000000;">&#40;</span>oWnd<span style="color: #000000;">&#41;</span> <br />      <span style="color: #0000ff;">MenuItem</span> <span style="color: #ff0000;">"Eysareport"</span>  <span style="color: #0000ff;">Action</span> Re14_datos<span style="color: #000000;">&#40;</span>oWnd<span style="color: #000000;">&#41;</span><br />   <span style="color: #0000ff;">ENDMENU</span><br />   <br /><span style="color: #00C800;">RETURN</span> <span style="color: #000000;">&#40;</span>oMenu<span style="color: #000000;">&#41;</span><br /><br /><br /><br /><span style="color: #00C800;">Function</span> R12_datos<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>  <span style="color: #B900B9;">//Segundo modelo con PRINT no funciona con ADO , ADORR , DBF</span><br /><span style="color: #00C800;">LOCAL</span> oPen1, oPen2, oFon1, oFon2, oFon3, oReport,oPrn, nlin ,RegAnt<br /><span style="color: #00C800;">LOCAL</span> nLinea , nHasta,oErr <br />    <span style="color: #00C800;">LOCAL</span> MODUL := <span style="color: #ff0000;">"PXP610_4"</span><br />    <span style="color: #00C800;">Local</span> a1,a2,b1,b2,oDatos,cSql,pmtrz,t_fon,opx,il,npag,nl<br />    MEMVAR oApp,oV610_4<br />    USE K:\v_xharb_v3\tradbf\EMPLOYEE <span style="color: #00C800;">NEW</span> SHARED<br />   nLinea := <span style="color: #000000;">0</span> ; nLin := <span style="color: #000000;">0</span><br /><br /><span style="color: #00C800;">Try</span>    <br />  <span style="color: #00C800;">PRINT</span>  oPrn <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"cTitulo"</span> PREVIEW <br />        <span style="color: #00C800;">if</span> Empty<span style="color: #000000;">&#40;</span> oPrn:<span style="color: #000000;">hDC</span> <span style="color: #000000;">&#41;</span><br />           <span style="color: #B900B9;">//return nil          // Printer was not installed or ready</span><br />        <span style="color: #00C800;">endif</span><br />       <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFon1 <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"Ms Sans Serif"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>, <span style="color: #000000;">-12</span> <span style="color: #0000ff;">OF</span> oPrn<br />        oPrn:<span style="color: #000000;">SetPortrait</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//oPrn:SetPortrait() VErtical oPrn:SetLandscape() Horizontal</span><br />       oPrn:<span style="color: #000000;">SetPage</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">// 9 indica formato A4 1 Carta Letter</span><br />       <span style="color: #0000ff;">PAGE</span><br />            <span style="color: #00C800;">Do</span> <span style="color: #00C800;">While</span> .NOT.EOF<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>   <br />                oPrn:<span style="color: #000000;">cmSay</span><span style="color: #000000;">&#40;</span> nlin<span style="color: #000000;">+1</span>, <span style="color: #000000;">02</span>,  EMPLOYEE->FIRST ,oFon1  <span style="color: #000000;">&#41;</span><br />               oPrn:<span style="color: #000000;">cmSay</span><span style="color: #000000;">&#40;</span> nlin<span style="color: #000000;">+1</span>, <span style="color: #000000;">05</span>,  EMPLOYEE->LAST ,oFon1  <span style="color: #000000;">&#41;</span><br />               nlin++<br />               DbSkip<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />           <span style="color: #00C800;">Enddo</span> <br />       <span style="color: #0000ff;">ENDPAGE</span>  <br />   <span style="color: #0000ff;">ENDPRINT</span><br />  oFon1:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />  alert<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Fin 12"</span><span style="color: #000000;">&#41;</span>  <span style="color: #B900B9;">// //Hasta aqui funciona genera todo el error es porque no puede mostar el reporte por el problema de no definicion de ventana windows</span><br /> CATCH oErr<br />     Alert<span style="color: #000000;">&#40;</span>oErr:<span style="color: #000000;">Operation</span> + <span style="color: #ff0000;">" -> "</span> + oErr:<span style="color: #000000;">Description</span> + CRLF + <span style="color: #ff0000;">"Rep12_datos"</span>,<span style="color: #ff0000;">"SISTEMAS ++++"</span><span style="color: #000000;">&#41;</span> <br /> END<br />   DbCloseAll<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />  <br /> <span style="color: #0000ff;">Release</span> oPen1, oPen2, oFon1, oFon2, oFon3, oReport,oPrn,nlin,nLinea , nHasta,regant<br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">Nil</span><br /><br /><br /><span style="color: #B900B9;">//------------------------------------------------------------</span><br /><span style="color: #00C800;">Function</span> R13_datos<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>  <span style="color: #B900B9;">//Segundo modelo con PRINT no funciona con ADO , ADORR , DBF</span><br /><span style="color: #00C800;">LOCAL</span> oPen1, oPen2, oFon1, oFon2, oFon3, oReport,oPrn, nlin ,RegAnt<br /><span style="color: #00C800;">LOCAL</span> nLinea , nHasta,oErr <br />    <span style="color: #00C800;">LOCAL</span> MODUL := <span style="color: #ff0000;">"PXP610_4"</span><br />    <span style="color: #00C800;">Local</span> a1,a2,b1,b2,oDatos,cSql,pmtrz,t_fon,opx,il,npag,nl<br /><br />    MEMVAR oApp,oV610_4<br /><br />   USE K:\v_xharb_v3\tradbf\EMPLOYEE <span style="color: #00C800;">NEW</span> SHARED<br /> <br />   nLinea := <span style="color: #000000;">0</span> ; nLin := <span style="color: #000000;">0</span><br /><br />     nClrTotal     := CLR_LIGHTGRAY <br />     <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFon1 <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"ARIAL"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>,<span style="color: #000000;">-10</span><br />     <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFon2 <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"ARIAL"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>,<span style="color: #000000;">-10</span> BOLD<br />     <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFon3 <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"ARIAL"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>,<span style="color: #000000;">-10</span> BOLD ITALIC<br /><br />     <span style="color: #0000ff;">DEFINE</span> PEN oPen  WIDTH <span style="color: #000000;">0.5</span> <span style="color: #0000ff;">COLOR</span> CLR_BLUE<br />     <span style="color: #0000ff;">DEFINE</span> PEN oPen1 WIDTH <span style="color: #000000;">1</span> <span style="color: #B900B9;">//3 COLOR CLR_HGREEN</span><br />     <span style="color: #0000ff;">DEFINE</span> PEN oPen2 WIDTH <span style="color: #000000;">0.5</span> <span style="color: #B900B9;">//COLOR CLR_HMAGENTA</span><br /><br /><span style="color: #00C800;">Try</span><br />  <span style="color: #00C800;">PRINT</span>  oPrn <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"cTitulo"</span> <span style="color: #B900B9;">//FROM USER PREVIEW </span><br />      <span style="color: #00C800;">if</span> Empty<span style="color: #000000;">&#40;</span> oPrn:<span style="color: #000000;">hDC</span> <span style="color: #000000;">&#41;</span><br />     <span style="color: #B900B9;">//    return nil          // Printer was not installed or ready</span><br />      <span style="color: #00C800;">endif</span><br />   oPrn:<span style="color: #000000;">SetPortrait</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//oPrn:SetPortrait() VErtical oPrn:SetLandscape() Horizontal</span><br />   oPrn:<span style="color: #000000;">SetPage</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">// 9 indica formato A4 1 Carta Letter</span><br /><br /><br />     REPORT oReport ;<br />          <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"LISTADO DE TIPO DE MODULOS"</span>;<br />          <span style="color: #0000ff;">FONT</span> oFon1 ;<br />          PREVIEW<br />           <br />         COLUMN <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"Codigo"</span> <span style="color: #00C800;">DATA</span> EMPLOYEE->FIRST  <br />                   <span style="color: #B900B9;">//SHADOW GRID 1 hace la raya vertical</span><br />         COLUMN <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"Nombre"</span> <span style="color: #00C800;">DATA</span>  EMPLOYEE->LAST ;<br />                 <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">30</span>  <span style="color: #B900B9;">//SHADOW grid  //coloca sombreado</span><br />    END REPORT<br />     <span style="color: #B900B9;">//oReport:bSkip  := { || (nLinea++, bs_siguien(oApp:aQkvende,oApp:rt) )}    </span><br /><br />     <span style="color: #0000ff;">ACTIVATE</span> REPORT oReport <span style="color: #B900B9;">//ON STARTPAGE StartPage(1,oReport) //ON STARTLINE versombra(oReport) WHILE nLinea <= nHasta</span><br /><br /><br /><br /> alert<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"fin 13"</span><span style="color: #000000;">&#41;</span>  <span style="color: #B900B9;">// //Hasta aqui funciona genera todo el error es porque no puede mostar el reporte por el problema de no definicion de ventana windows</span><br /> <span style="color: #B900B9;">//if !aContl[20];b_tipmod->(dbGoTo(RegAnt));else;oRecordSet[nRecordSet]:MoveFirst();endif </span><br /> CATCH oErr<br />     Alert<span style="color: #000000;">&#40;</span>oErr:<span style="color: #000000;">Operation</span> + <span style="color: #ff0000;">" -> "</span> + oErr:<span style="color: #000000;">Description</span> + CRLF + <span style="color: #ff0000;">"Rep13_datos"</span>,<span style="color: #ff0000;">"SISTEMA +++++"</span><span style="color: #000000;">&#41;</span> <br /> END<br />   DbCloseAll<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /> oPen:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>; oPen1:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>; oPen2:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>; oFon1:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> ; oFon2:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> ; oFon3:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>  <br /> <span style="color: #0000ff;">Release</span> oPen, oPen1, oPen2, oFon1, oFon2, oFon3, oReport,oPrn,nVeces,par_linea, RegAnt<br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">Nil</span><br /><br /><span style="color: #B900B9;">//-----------------------------------------------------------------------------</span><br /><br /><span style="color: #00C800;">Function</span> R14_datos<span style="color: #000000;">&#40;</span>oWnd<span style="color: #000000;">&#41;</span>  <span style="color: #B900B9;">//Segundo modelo con PRINT no funciona con ADO , ADORR , DBF</span><br /><span style="color: #00C800;">LOCAL</span> oPen1, oPen2, oFon1, oFon2, oFon3, oReport,oPrn, nlin ,RegAnt<br /><span style="color: #00C800;">LOCAL</span> nLinea , nHasta <br /><span style="color: #00C800;">LOCAL</span> oItem, nOldCol,oErr,p ,lPreview<br /><span style="color: #00C800;">LOCAL</span> oVRD, oInfo,NomReport,img,nemp,nare<br /><span style="color: #00C800;">LOCAL</span> nTotalPages := <span style="color: #000000;">0</span><br /><span style="color: #00C800;">local</span> XLOGO := .T.<br /><span style="color: #00C800;">LOCAL</span> XTITU1 := <span style="color: #ff0000;">"REPORTE DE TODO"</span><br /><br /><span style="color: #00C800;">LOCAL</span> MODUL := <span style="color: #ff0000;">"PXP610_4"</span><br /><span style="color: #00C800;">Local</span> a1,a2,b1,b2,oDatos,cSql,pmtrz,t_fon,opx,il,npag,nl<br /><br />   USE K:\v_xharb_v3\tradbf\KKVENDE <span style="color: #00C800;">NEW</span> SHARED<br /> <br /><br />  lPreview := .f. <br />    <br />   nArc := <span style="color: #ff0000;">".<span style="color: #000000;">\R</span>EYSAR<span style="color: #000000;">\"</span> + alltrim(MODUL)+"</span>.erd<span style="color: #ff0000;">"  //+"</span>.vrd<span style="color: #ff0000;">"<br />   IF FILE (nArc)    <br />        oVRD := VRD():New( nArc, lPreview,, oWnd, ;<br />                      ,,,,, IIF( lPreview, .F., .T. ) )<br />   Else<br />      ALERT("</span>ERROR:<span style="color: #000000;">Reporte</span> No Existe..<span style="color: #ff0000;">" )<br />      Return(.t.)<br />   Endif<br /> <br />   IF oVRD:lDialogCancel = .T.<br />      RETURN( .F. )<br />   ENDIF<br /> <br />  if XLOGO<br />     img   := "</span>.\Logos\LOGO.JPG<span style="color: #ff0000;">"<br />     nemp  := "</span> <span style="color: #ff0000;">"<br />     nare  := 1<br />  else<br />     nemp  := "</span>PERWIEROCNZXKCN ZXKCNZX KC<span style="color: #ff0000;">"<br />     img   := "</span> <span style="color: #ff0000;">"<br />     nare  := 2<br />  endif<br />//alert("</span>dsdsds <span style="color: #ff0000;">"+str(nare,1,0))<br />   NomReport := "</span>Reporte Representante de Ventas<span style="color: #ff0000;">"<br /><br /><br />Try<br />    p:= 1<br />     PRINTAREA nare OF oVRD  ITEMIDS{ 100,101,102} ITEMVALUES { img,nemp,NomReport}<br />     PRINTAREA 3 OF oVRD  ITEMIDS{ 300,301,302} ITEMVALUES {,,}<br />   <br />   DO WHILE .not. eof()<br /><br />      V201 := KKVENDE->vend<br />      V202 := KKVENDE->nombre<br />      V203 := KKVENDE->status <br /><br />      PRINTAREA 4 OF oVRD  ITEMIDS{ 400,401,402} ITEMVALUES {V201,V202,V203}<br /><br />     IF oVRD:nNextRow > oVRD:nPageBreak <br />         PRINTAREA 10 OF oVRD  ITEMIDS{ 900,901,903,905} ;<br />                 ITEMVALUES {XTITU1,MODUL,DTOC(DATE())+"</span> <span style="color: #ff0000;">"+ampm(time()),str(oVRD:oPrn:nPage,4,0)}<br />         // Imprimimos el pie de página (área # 5) <br />          // Imprimimos el encabezado nuevamente <br />         // Salta a la página siguiente <br />         PAGEBREAK oVRD <br />         PRINTAREA nare OF oVRD  ITEMIDS{ 100,101,102} ITEMVALUES { img,nemp,NomReport}<br />         PRINTAREA 3 OF oVRD  ITEMIDS{ 300,301,302} ITEMVALUES {,,}<br />         p++<br />         // Imprimimos el área de encabezados nuevamente <br />      ENDIF <br />     // ?V201<br />      DbSkip()  <br /><br />   ENDDO<br /><br />         PRINTAREA 10 OF oVRD  ITEMIDS{ 900,901,903,905} ;<br />                 ITEMVALUES {XTITU1,MODUL,DTOC(DATE())+"</span> <span style="color: #ff0000;">"+ampm(time()),str(oVRD:oPrn:nPage,4,0)}<br /><br />   oVRD:End()   //END EASYREPORT oVRD   //<br />alert("</span>Fin <span style="color: #000000;">14</span> <span style="color: #ff0000;">")<br />   DbCloseAll()<br /><br /> CATCH oErr<br />     Alert(oErr:Operation + "</span> -> <span style="color: #ff0000;">" + oErr:Description + CRLF + "</span>Rep4_datos <span style="color: #000000;">&#40;</span><span style="color: #000000;">9</span><span style="color: #000000;">&#41;</span><span style="color: #ff0000;">","</span>dnsdfhdjf<span style="color: #ff0000;">") <br /> END<br /><br />RETURN (.T.)<br /><br /></span></div>[/code:2p4xs9ap]
Ayuda Harbour en modo consola (PRINTREPORTEYSAREPOR)
Ruben, El modo consola de Windows no permite crear ciertos elementos de Windows, de ahi que obtengas esos errores. Tienes que portar la aplicación desde consola a GUI
Ayuda Hbide
Descargue el Hbide pero tengos varias dudas que no he podido resolver. Dentro de mi proyecto la estructura de carpetas es la siguiente. \Source \Obj \Resourcee 1 . Como hago para que los .obj resultantes me queden en la carpeta Obj ? 2. Como le paso un parametro de compilacion, en que aparte lo coloco ? Gracias por su colaboración.
Ayuda Hotel PLanning
Estimados Colegas Necesito hacer un planning de hotel, grid de reservas , alguien tendria un ejemplo sencillo basado en dbf como para comenzar Gracias Dante <!-- e --><a href="mailto:devwin2010@yahoo.com.ar">devwin2010@yahoo.com.ar</a><!-- e -->
Ayuda IEpson TMU 375 impresion timbrado
Estimado Colegas alguien tiene lo codigos de control para imprimir el timbrado con tmu 375 , despues de imprimir el ticket ( un ejemplo sencillo) Gracias Fabian
Ayuda Imprimir Liquidacion de Sueldo
Hola Amigos Necesito crear el código para imprimir liquidaciones de sueldo, usando impresora inyección de tinta. Me han recomendado que use "CmSay( nRow, nCol, cText, oFont, nWidth, nClrText, nBkMode, nPad, lO2A )", no se si será la mejor forma?. 1. Lo primero que necesito es centrar el Titulo considerando el total del ancho de una pagina Letter 8 1/2 x 11 in. Como hacerlo u obtener el valor de la columna donde debo imprimir. Si algún amigo, tuviera un código ejemplo, estaré muy agradecido. Muchos Saludos Antonio
Ayuda Imprimir Liquidacion de Sueldo
[quote="remtec":38u4prm8]Hola Amigos Necesito crear el código para imprimir liquidaciones de sueldo, usando impresora inyección de tinta. Me han recomendado que use "CmSay( nRow, nCol, cText, oFont, nWidth, nClrText, nBkMode, nPad, lO2A )", no se si será la mejor forma?. 1. Lo primero que necesito es centrar el Titulo considerando el total del ancho de una pagina Letter 8 1/2 x 11 in. Como hacerlo u obtener el valor de la columna donde debo imprimir. Si algún amigo, tuviera un código ejemplo, estaré muy agradecido. Muchos Saludos Antonio[/quote:38u4prm8] Antonio. En \Samples está TESTPRN3.PRG que creo te ayudará a resolver, para el caso de centrar titulos usando CmSay(). Saludos.
Ayuda Imprimir Liquidacion de Sueldo
Hola Francisco. Deseo que estés muy bien. Muchas gracias por tu ayuda. Revisare lo que me recomiendas. Igual me queda la duda si usar CmSay() para imprimir en impresoras inyeccion de tinta, sea lo correcto o hay otra forma mas conveniente? Muchos Saludos. Antonio
Ayuda Imprimir Liquidacion de Sueldo
What is your FWH version? If you are using any recent version, there many improved methods, and now cmSay() is an obsolete method.
Ayuda Imprimir Liquidacion de Sueldo
Buenas te paso como imprimo yo los recibos de sueldo en laser/tinta aqui configurado para A4, original y duplicado en la misma hoja si no alcanza se puede imprimir en Legal [code=fw:3qsfdzko]<div class="fw" id="{CB}" style="font-family: monospace;">TPreview<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #000000;">lListViewHide</span> := .T.<br /><span style="color: #00C800;">PRINT</span> oPrn <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"Recibo de Sueldo en PDF"</span> PREVIEW<br /><br />oPrn:<span style="color: #000000;">SetPage</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">9</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">// A4</span><br />PrnPortrait<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> &nbsp; &nbsp; <span style="color: #B900B9;">///vertical</span><br /><br /><span style="color: #00C800;">IF</span> Empty<span style="color: #000000;">&#40;</span> oPrn:<span style="color: #000000;">hDC</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;MsgStop<span style="color: #000000;">&#40;</span> OemToAnsi<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"¡ No hay IMPRESORA para imprimir !"</span> <span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<span style="color: #00C800;">Return</span> <span style="color: #00C800;">NIL</span><br /><span style="color: #00C800;">EndIF</span><br /><br />nPixVert := oPrn:<span style="color: #000000;">nVertRes</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />nPixHorz := oPrn:<span style="color: #000000;">nHorzRes</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">IF</span> nPixHorz < <span style="color: #000000;">3000</span><br />&nbsp; &nbsp;nAnch &nbsp; &nbsp;:= <span style="color: #000000;">8913290</span><br />&nbsp; &nbsp;nAlto &nbsp; &nbsp;:= <span style="color: #000000;">12255652</span><br />&nbsp; &nbsp;nAncho_1 := <span style="color: #000000;">4</span><br />&nbsp; &nbsp;nAncho_2 := <span style="color: #000000;">7</span><br /><span style="color: #00C800;">ELSE</span><br />&nbsp; &nbsp;nAnch := <span style="color: #000000;">8913494</span><br />&nbsp; &nbsp;nAlto := <span style="color: #000000;">12256000</span><br />&nbsp; &nbsp;nAncho_1 := <span style="color: #000000;">6</span><br />&nbsp; &nbsp;nAncho_2 := <span style="color: #000000;">11</span><br /><span style="color: #00C800;">EndIf</span><br /><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont1 <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"Courier New"</span> &nbsp;<span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>, <span style="color: #000000;">-9</span> &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">OF</span> oPrn &nbsp; &nbsp;<span style="color: #B900B9;">//Negrita</span><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont2 <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"Courier New"</span> &nbsp;<span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>, <span style="color: #000000;">-9</span> BOLD <span style="color: #0000ff;">OF</span> oPrn &nbsp; &nbsp;<span style="color: #B900B9;">//Negrita</span><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont3 <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"Arial"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>, <span style="color: #000000;">-9</span> &nbsp;<span style="color: #0000ff;">OF</span> oPrn<br /><br /><span style="color: #0000ff;">DEFINE</span> PEN &nbsp;oPen1 WIDTH nAncho_1<br /><span style="color: #0000ff;">DEFINE</span> PEN &nbsp;oPen2 WIDTH nAncho_2<br /><br />person-><span style="color: #000000;">&#40;</span>dbSeek<span style="color: #000000;">&#40;</span>Desde<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">Do</span> <span style="color: #00C800;">While</span> <span style="color: #000000;">&#40;</span>!person-><span style="color: #000000;">&#40;</span>EOF<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> .AND. person->pm_legajo <= Hasta<span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; Antig2<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>person->pm_fegre = CToD<span style="color: #000000;">&#40;</span>Space<span style="color: #000000;">&#40;</span><span style="color: #000000;">8</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Fila=<span style="color: #000000;">5.10</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Fila2=<span style="color: #000000;">19.10</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CantCon=<span style="color: #000000;">0</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">PAGE</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nFil := &nbsp;<span style="color: #000000;">1.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nCol := &nbsp;<span style="color: #000000;">1.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nTop := &nbsp;<span style="color: #000000;">2.00</span>&nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">//ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nBot := &nbsp;<span style="color: #000000;">20.00</span> &nbsp; &nbsp;<span style="color: #B900B9;">//ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//oPrn:CmSay ( 1.10, 1.10, 'Empleador: '+empresa->em_nombre + ' Razon Social: Ostinelli Hnos. S.H.', oFont2 )</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">1.10</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Empleador: '</span>+ OemToAnsi<span style="color: #000000;">&#40;</span>empresa->em_nombre<span style="color: #000000;">&#41;</span> , oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">1.10</span>, <span style="color: #000000;">14.10</span>,<span style="color: #ff0000;">'C.U.I.T. Nº '</span> + &nbsp;empresa->em_cuit, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">1.60</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Domicilio: '</span>+ OemToAnsi<span style="color: #000000;">&#40;</span>alltrim<span style="color: #000000;">&#40;</span>empresa->em_dire<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">' &nbsp;/ LOCALIDAD: '</span>+empresa->em_loca, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">1.60</span>, <span style="color: #000000;">14.10</span>,<span style="color: #ff0000;">'DiEGeP Nº '</span> + empresa->em_ninsc, oFont2 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">///recuadro superior que dice los datos del empleador &nbsp;//DEL DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nFil := <span style="color: #000000;">15.80</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nCol := &nbsp;<span style="color: #000000;">1.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nTop := <span style="color: #000000;">16.80</span>&nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">//ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nBot := &nbsp;<span style="color: #000000;">20.00</span> &nbsp; &nbsp;<span style="color: #B900B9;">//ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//oPrn:CmSay ( 1.10, 1.10, 'Empleador: '+empresa->em_nombre + ' Razon Social: Ostinelli Hnos. S.H.', oFont2 )</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">15.90</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Empleador: '</span>+ OemToAnsi<span style="color: #000000;">&#40;</span>empresa->em_nombre<span style="color: #000000;">&#41;</span> , oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">15.90</span>, <span style="color: #000000;">14.10</span>,<span style="color: #ff0000;">'C.U.I.T. Nº '</span> + &nbsp;empresa->em_cuit, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">16.40</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Domicilio: '</span>+ OemToAnsi<span style="color: #000000;">&#40;</span>alltrim<span style="color: #000000;">&#40;</span>empresa->em_dire<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">' &nbsp;/ LOCALIDAD: '</span>+empresa->em_loca, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">16.40</span>, <span style="color: #000000;">14.10</span>,<span style="color: #ff0000;">'DiEGeP Nº '</span> + empresa->em_ninsc, oFont2 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">///reacuadro titulo donde van datos de Empleado</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nFil := &nbsp;<span style="color: #000000;">2.10</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nCol := &nbsp;<span style="color: #000000;">1.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nTop := &nbsp;<span style="color: #000000;">2.60</span>&nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">//ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nBot := <span style="color: #000000;">20.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">2.20</span>, <span style="color: #000000;">1.10</span>, &nbsp;<span style="color: #ff0000;">'Legajo'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">2.20</span>, <span style="color: #000000;">3.50</span>, &nbsp;<span style="color: #ff0000;">'Apellido y Nombres'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">2.20</span>, <span style="color: #000000;">10.00</span>, <span style="color: #ff0000;">'C.U.I.L.'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">2.20</span>, <span style="color: #000000;">12.10</span>, <span style="color: #ff0000;">'Rem. Asignada'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">2.20</span>, <span style="color: #000000;">16.00</span>, <span style="color: #ff0000;">'Fecha de Ingreso'</span>, oFont2 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///reacuadro titulo donde van datos de Empleado &nbsp;DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">16.90</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := &nbsp;<span style="color: #000000;">1.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">17.40</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">20.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">17.00</span>, <span style="color: #000000;">1.10</span>, &nbsp;<span style="color: #ff0000;">'Legajo'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">17.00</span>, <span style="color: #000000;">3.50</span>, &nbsp;<span style="color: #ff0000;">'Apellido y Nombres'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">17.00</span>, <span style="color: #000000;">10.00</span>, <span style="color: #ff0000;">'C.U.I.L.'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">17.00</span>, <span style="color: #000000;">12.10</span>, <span style="color: #ff0000;">'Rem. Asignada'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">17.00</span>, <span style="color: #000000;">16.00</span>, <span style="color: #ff0000;">'Fecha de Ingreso'</span>, oFont2 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///reacuadro donde van datos de Empleado</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := &nbsp;<span style="color: #000000;">2.70</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := &nbsp;<span style="color: #000000;">1.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := &nbsp;<span style="color: #000000;">4.20</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">20.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///reacuadro donde van datos de Empleado &nbsp; &nbsp;DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">17.50</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := &nbsp;<span style="color: #000000;">1.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">19.00</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">20.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///reacuadro donde van datos de la Fecha y Periodo de Pago</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := &nbsp;<span style="color: #000000;">3.20</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := <span style="color: #000000;">13.50</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := &nbsp;<span style="color: #000000;">4.20</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">20.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///reacuadro donde van datos de la Fecha y Periodo de Pago DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">18.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := <span style="color: #000000;">13.50</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">19.00</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">20.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///reacuadro titulo donde van datos de Empleado</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := &nbsp;<span style="color: #000000;">4.30</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := &nbsp;<span style="color: #000000;">1.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := &nbsp;<span style="color: #000000;">4.90</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">20.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">4.40</span>, <span style="color: #000000;">1.10</span>, &nbsp;<span style="color: #ff0000;">'Cod.'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">4.40</span>, <span style="color: #000000;">2.10</span>, &nbsp;<span style="color: #ff0000;">'Concepto'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">4.40</span>, <span style="color: #000000;">8.10</span>, &nbsp;<span style="color: #ff0000;">'Hs/Dias/%'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">4.40</span>,<span style="color: #000000;">11.10</span>, &nbsp;<span style="color: #ff0000;">'Haberes'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">4.40</span>,<span style="color: #000000;">16.10</span>, &nbsp;<span style="color: #ff0000;">'Deducciones'</span>, oFont2 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///reacuadro titulo donde van datos de Empleado DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">19.10</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := &nbsp;<span style="color: #000000;">1.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">19.60</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">20.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">19.20</span>, <span style="color: #000000;">1.10</span>, &nbsp;<span style="color: #ff0000;">'Cod.'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">19.20</span>, <span style="color: #000000;">2.10</span>, &nbsp;<span style="color: #ff0000;">'Concepto'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">19.20</span>, <span style="color: #000000;">8.10</span>, &nbsp;<span style="color: #ff0000;">'Hs/Dias/%'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">19.20</span>,<span style="color: #000000;">11.10</span>, &nbsp;<span style="color: #ff0000;">'Haberes'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">19.20</span>,<span style="color: #000000;">16.10</span>, &nbsp;<span style="color: #ff0000;">'Deducciones'</span>, oFont2 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///reacuadro donde van datos del Sueldo</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := &nbsp;<span style="color: #000000;">5.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := &nbsp;<span style="color: #000000;">1.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">10.50</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := &nbsp;<span style="color: #000000;">2.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///reacuadro donde van datos del Sueldo &nbsp;DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">19.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := &nbsp;<span style="color: #000000;">1.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">24.50</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := &nbsp;<span style="color: #000000;">2.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///reacuadro donde van datos del Sueldo</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := &nbsp;<span style="color: #000000;">5.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := &nbsp;<span style="color: #000000;">2.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">10.50</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := &nbsp;<span style="color: #000000;">8.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///reacuadro donde van datos del Sueldo DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">19.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := &nbsp;<span style="color: #000000;">2.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">24.50</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := &nbsp;<span style="color: #000000;">8.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///reacuadro donde van datos del Sueldo</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := &nbsp;<span style="color: #000000;">5.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := &nbsp;<span style="color: #000000;">8.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">10.50</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">10.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///reacuadro donde van datos del Sueldo DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">19.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := &nbsp;<span style="color: #000000;">8.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">24.50</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">10.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///reacuadro donde van datos del Sueldo</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := &nbsp;<span style="color: #000000;">5.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := <span style="color: #000000;">10.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">10.50</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">15.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///reacuadro donde van datos del Sueldo DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">19.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := <span style="color: #000000;">10.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">24.50</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">15.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///reacuadro donde van datos del Sueldo</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := &nbsp;<span style="color: #000000;">5.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := <span style="color: #000000;">15.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">10.50</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">20.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///reacuadro donde van datos del Sueldo DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">19.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := <span style="color: #000000;">15.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">24.50</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">20.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///subtotales</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">10.60</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := <span style="color: #000000;">10.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">11.10</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">15.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">10.70</span>, <span style="color: #000000;">8.10</span>, &nbsp;<span style="color: #ff0000;">'Totales'</span>, oFont1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///subtotales DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">24.60</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := <span style="color: #000000;">10.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">25.10</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">15.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">24.70</span>, <span style="color: #000000;">8.10</span>, &nbsp;<span style="color: #ff0000;">'Totales'</span>, oFont1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///subtotales</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">10.60</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := <span style="color: #000000;">15.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">11.10</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">20.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///subtotales DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">24.60</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := <span style="color: #000000;">15.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">25.10</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">20.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///total neto</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">11.20</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := <span style="color: #000000;">15.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">11.70</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">20.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">11.30</span>, <span style="color: #000000;">12.00</span>, &nbsp;<span style="color: #ff0000;">'Total NETO'</span>, oFont2 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///total neto DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">25.20</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := <span style="color: #000000;">15.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">25.70</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">20.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">25.30</span>, <span style="color: #000000;">12.00</span>, &nbsp;<span style="color: #ff0000;">'Total NETO'</span>, oFont2 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///datos ley u ultimo deposito</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">10.60</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := &nbsp;<span style="color: #000000;">1.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">12.10</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := &nbsp;<span style="color: #000000;">8.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///datos ley u ultimo deposito DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">24.60</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := &nbsp;<span style="color: #000000;">1.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">26.10</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := &nbsp;<span style="color: #000000;">8.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*/<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///son pesos en letras</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">12.20</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := &nbsp;<span style="color: #000000;">1.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">12.70</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">20.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///son pesos en letras DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">26.20</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := &nbsp;<span style="color: #000000;">1.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">26.70</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">20.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///Recibi Conforme y Firma Empleado y Empleador</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">12.80</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := &nbsp;<span style="color: #000000;">1.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">14.30</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">12.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">12.90</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Recibi conforme el importe de esta liquidacion en pago'</span>, oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">13.40</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'a mi remuneracion correspondiente al periodo indicado y'</span>, oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">13.90</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'duplicado de la misma conforme a la ley vigente'</span>, oFont1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///Recibi Conforme y Firma Empleado y Empleador DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">26.80</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := &nbsp;<span style="color: #000000;">1.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">28.30</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">12.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">26.90</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Recibi conforme el importe de esta liquidacion en pago'</span>, oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">27.40</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'a mi remuneracion correspondiente al periodo indicado y'</span>, oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">27.90</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'duplicado de la misma conforme a la ley vigente'</span>, oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*/<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///Firma del Empleado</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">12.80</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := <span style="color: #000000;">12.10</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">14.30</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">20.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">13.30</span>, <span style="color: #000000;">14.35</span>, <span style="color: #ff0000;">'__________________'</span>, oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">13.80</span>, <span style="color: #000000;">14.35</span>, <span style="color: #ff0000;">'FIRMA DEL EMPLEADO'</span>, oFont2 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">///Firma del Empleado &nbsp;DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nFil := <span style="color: #000000;">26.80</span> &nbsp; &nbsp; <span style="color: #B900B9;">//arriba</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nCol := <span style="color: #000000;">12.10</span> &nbsp; &nbsp; <span style="color: #B900B9;">//izquierda</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nTop := <span style="color: #000000;">28.30</span>&nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ALTO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBot := <span style="color: #000000;">20.00</span> &nbsp; &nbsp; <span style="color: #B900B9;">//FIN ANCHO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">27.30</span>, <span style="color: #000000;">14.35</span>, <span style="color: #ff0000;">'___________________'</span>, oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">27.80</span>, <span style="color: #000000;">14.35</span>, <span style="color: #ff0000;">'FIRMA del EMPLEADOR'</span>, oFont2 <span style="color: #000000;">&#41;</span><br /><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//oPrn:CmSay ( 2.80, 1.10, strzero(Arg1, 4) , oFont1 )</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">2.80</span>, <span style="color: #000000;">1.10</span>, strzero<span style="color: #000000;">&#40;</span>person->pm_legajo, <span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">2.80</span>, <span style="color: #000000;">3.50</span>, OemToAnsi<span style="color: #000000;">&#40;</span>person->pm_nombre<span style="color: #000000;">&#41;</span>, oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">2.80</span>, <span style="color: #000000;">9.50</span>, person->pm_cuil &nbsp;, oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">2.80</span>,<span style="color: #000000;">12.00</span>, Str<span style="color: #000000;">&#40;</span>wsjo, <span style="color: #000000;">12</span>, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">2.80</span>,<span style="color: #000000;">16.50</span>, dtoc<span style="color: #000000;">&#40;</span>person->pm_fingre<span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//oPrn:CmSay (19.80, 1.10, strzero(Arg1, 4) , oFont1 )</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">17.60</span>, <span style="color: #000000;">1.10</span>, strzero<span style="color: #000000;">&#40;</span>person->pm_legajo, <span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">17.60</span>, <span style="color: #000000;">3.50</span>, OemToAnsi<span style="color: #000000;">&#40;</span>person->pm_nombre<span style="color: #000000;">&#41;</span>, oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">17.60</span>, <span style="color: #000000;">9.50</span>, person->pm_cuil &nbsp;, oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">17.60</span>,<span style="color: #000000;">12.00</span>, Str<span style="color: #000000;">&#40;</span>wsjo, <span style="color: #000000;">12</span>, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">17.60</span>,<span style="color: #000000;">16.50</span>, dtoc<span style="color: #000000;">&#40;</span>person->pm_fingre<span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">3.30</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Categoria: '</span> + Local20 , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">3.30</span>,<span style="color: #000000;">13.60</span>, <span style="color: #ff0000;">'Periodo de Pago: '</span> + param->pr_leye , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">18.10</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Categoria: '</span> + Local20 , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">18.10</span>,<span style="color: #000000;">13.60</span>, <span style="color: #ff0000;">'Periodo de Pago: '</span> + param->pr_leye , oFont1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">If</span> Arg3==<span style="color: #ff0000;">'S'</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">3.80</span>,<span style="color: #000000;">6.10</span>, <span style="color: #ff0000;">'Antiguedad Docente: '</span> + + waa +<span style="color: #ff0000;">' Años /'</span> + wmm + <span style="color: #ff0000;">' Meses'</span> , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">//DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">18.60</span>,<span style="color: #000000;">6.10</span>, <span style="color: #ff0000;">'Antiguedad Docente: '</span> + + waa +<span style="color: #ff0000;">' Años /'</span> + wmm + <span style="color: #ff0000;">' Meses'</span> , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">Endif</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">3.80</span>,<span style="color: #000000;">13.60</span>, <span style="color: #ff0000;">'Fecha de Pago..: '</span> + dtoc<span style="color: #000000;">&#40;</span>param->pr_fepago<span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">18.60</span>,<span style="color: #000000;">13.60</span>, <span style="color: #ff0000;">'Fecha de Pago..: '</span> + dtoc<span style="color: #000000;">&#40;</span>param->pr_fepago<span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">if</span> !empty<span style="color: #000000;">&#40;</span>person->pm_contrat<span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">//oPrn:CmSay ( 3.80, 1.10, 'Cuenta Sueldos: ' + SubStr(person->pm_contrat, 1, 6) + "-" +SubStr(person->pm_contrat, 7, 1) , oFont1 )</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">3.80</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Cuenta Sueldos:'</span> + <span style="color: #0000ff;">SubStr</span><span style="color: #000000;">&#40;</span>person->pm_contrat, <span style="color: #000000;">1</span>, <span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">"-"</span> +<span style="color: #0000ff;">SubStr</span><span style="color: #000000;">&#40;</span>person->pm_contrat, <span style="color: #000000;">4</span>, <span style="color: #000000;">5</span><span style="color: #000000;">&#41;</span>+ <span style="color: #ff0000;">"-"</span> +<span style="color: #0000ff;">SubStr</span><span style="color: #000000;">&#40;</span>person->pm_contrat, <span style="color: #000000;">9</span>, <span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">//DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">//oPrn:CmSay (18.60, 1.10, 'Cuenta Sueldos: ' + SubStr(person->pm_contrat, 1, 6) + "-" +SubStr(person->pm_contrat, 7, 1) , oFont1 )</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">18.60</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Cuenta Sueldos:'</span> + <span style="color: #0000ff;">SubStr</span><span style="color: #000000;">&#40;</span>person->pm_contrat, <span style="color: #000000;">1</span>, <span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">"-"</span> +<span style="color: #0000ff;">SubStr</span><span style="color: #000000;">&#40;</span>person->pm_contrat, <span style="color: #000000;">4</span>, <span style="color: #000000;">5</span><span style="color: #000000;">&#41;</span>+ <span style="color: #ff0000;">"-"</span> +<span style="color: #0000ff;">SubStr</span><span style="color: #000000;">&#40;</span>person->pm_contrat, <span style="color: #000000;">9</span>, <span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">else</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">3.80</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Efectivo'</span> , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">//DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">18.60</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Efectivo'</span> , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">endif</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; wd1:= strzero<span style="color: #000000;">&#40;</span>Day<span style="color: #000000;">&#40;</span>person->pm_fingre<span style="color: #000000;">&#41;</span>, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; wm1:= strzero<span style="color: #000000;">&#40;</span>Month<span style="color: #000000;">&#40;</span>person->pm_fingre<span style="color: #000000;">&#41;</span>, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; wa1:= Str<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Year</span><span style="color: #000000;">&#40;</span>person->pm_fingre<span style="color: #000000;">&#41;</span>, <span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">10.70</span>, <span style="color: #000000;">1.10</span>, &nbsp;<span style="color: #ff0000;">'Art. 12 Ley 17250'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">10.70</span>, <span style="color: #000000;">5.00</span>, &nbsp;<span style="color: #ff0000;">'Periodo: '</span> + param->pr_lapso, oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//oPrn:CmSay ( 13.70, 1.10, &nbsp;'Periodo: ' + param->pr_lapso, oFont1 )</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">11.20</span>, <span style="color: #000000;">1.10</span>, &nbsp;<span style="color: #ff0000;">'Banco: '</span> + alltrim<span style="color: #000000;">&#40;</span>param->pr_banco<span style="color: #000000;">&#41;</span>, oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">11.70</span>, <span style="color: #000000;">1.10</span>, &nbsp;<span style="color: #ff0000;">'Fecha Deposito Ap.y Ctr.: '</span> + dtoc<span style="color: #000000;">&#40;</span>param->pr_feudep<span style="color: #000000;">&#41;</span> &nbsp;, oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//oPrn:CmSay ( 14.20, 1.10, &nbsp;'Banco/F.Dep.: ' + alltrim(param->pr_banco) + ' / ' + dtoc(param->pr_feudep) &nbsp;, oFont1 )</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">24.70</span>, <span style="color: #000000;">1.10</span>, &nbsp;<span style="color: #ff0000;">'Art. 12 Ley 17250'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">24.70</span>, <span style="color: #000000;">5.00</span>, &nbsp;<span style="color: #ff0000;">'Periodo: '</span> + param->pr_lapso, oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//oPrn:CmSay ( 13.70, 1.10, &nbsp;'Periodo: ' + param->pr_lapso, oFont1 )</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">25.20</span>, <span style="color: #000000;">1.10</span>, &nbsp;<span style="color: #ff0000;">'Banco: '</span> + alltrim<span style="color: #000000;">&#40;</span>param->pr_banco<span style="color: #000000;">&#41;</span>, oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">25.70</span>, <span style="color: #000000;">1.10</span>, &nbsp;<span style="color: #ff0000;">'Fecha Deposito Ap.y Ctr.: '</span> + dtoc<span style="color: #000000;">&#40;</span>param->pr_feudep<span style="color: #000000;">&#41;</span> &nbsp;, oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//oPrn:CmSay ( 14.20, 1.10, &nbsp;'Banco/F.Dep.: ' + alltrim(param->pr_banco) + ' / ' + dtoc(param->pr_feudep) &nbsp;, oFont1 )</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//oPrn:CmSay ( 30.70, 1.10, &nbsp;'Periodo: ' + param->pr_lapso, oFont1 )</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//oPrn:CmSay ( 31.20, 1.10, &nbsp;'Banco/F.Dep.: ' + alltrim(param->pr_banco) + ' / ' + dtoc(param->pr_feudep) &nbsp;, oFont1 )</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Local9:= <span style="color: #000000;">0</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Local10:= <span style="color: #000000;">0</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tot_sal:= <span style="color: #000000;">0</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Local7:= .T.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Local8:= <span style="color: #000000;">0</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; netopatac:=<span style="color: #000000;">0</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//Do While (re_legajo = Arg1 .AND. !EOF())</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">Do</span> <span style="color: #00C800;">While</span> <span style="color: #000000;">&#40;</span>re_legajo = person->pm_legajo .AND. !EOF<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span><span style="color: #0000ff;">right</span><span style="color: #000000;">&#40;</span>Str<span style="color: #000000;">&#40;</span>re_concep, <span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span>, <span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span> != <span style="color: #ff0000;">"999"</span> .AND. <span style="color: #000000;">&#40;</span>re_valor != <span style="color: #000000;">0</span> .OR. re_vunit != <span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span> .AND. <span style="color: #0000ff;">Left</span><span style="color: #000000;">&#40;</span>Str<span style="color: #000000;">&#40;</span>re_concep, <span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span>, <span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span> != <span style="color: #ff0000;">"8"</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Local2:= Val<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">right</span><span style="color: #000000;">&#40;</span>Str<span style="color: #000000;">&#40;</span>re_concep, <span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span>, <span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Local21:= <span style="color: #ff0000;">""</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Local22:= <span style="color: #000000;">1</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>concepto-><span style="color: #000000;">&#40;</span>dbSeek<span style="color: #000000;">&#40;</span>Local2<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>concepto->cp_tipo = <span style="color: #ff0000;">"N"</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//Local21:= Local21 + strzero(Local2, 3) + Space(3) + concepto->cp_descrip</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Local21:= Local21 + strzero<span style="color: #000000;">&#40;</span>Local2, <span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span> + Space<span style="color: #000000;">&#40;</span><span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span> + OemToAnsi<span style="color: #000000;">&#40;</span>concepto->cp_descrip<span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>concepto->cp_valid != Space<span style="color: #000000;">&#40;</span><span style="color: #000000;">8</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>re_vunit == <span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Local21:= Local21 + Space<span style="color: #000000;">&#40;</span><span style="color: #000000;">21</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">Else</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; stunit:= Transform<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Abs</span><span style="color: #000000;">&#40;</span>re_vunit<span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"@E 99.99"</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">" "</span> + concepto->cp_valdes<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>re_vunit - Int<span style="color: #000000;">&#40;</span>re_vunit<span style="color: #000000;">&#41;</span> == <span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;stunit:= <span style="color: #0000ff;">Left</span><span style="color: #000000;">&#40;</span>Str<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Abs</span><span style="color: #000000;">&#40;</span>re_vunit<span style="color: #000000;">&#41;</span>, <span style="color: #000000;">10</span>, <span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span>, <span style="color: #000000;">5</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">" "</span> + concepto->cp_valdes<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">EndIf</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Local21:= Local21 + Space<span style="color: #000000;">&#40;</span><span style="color: #000000;">10</span><span style="color: #000000;">&#41;</span> + stunit<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">EndIf</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">Else</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Local21:= Local21 + Space<span style="color: #000000;">&#40;</span><span style="color: #000000;">21</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">EndIf</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Local22:= re_valor<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>concepto->cp_agrup != <span style="color: #000000;">4</span> .AND. concepto->cp_agrup != <span style="color: #000000;">5</span><span style="color: #000000;">&#41;</span> &nbsp; <span style="color: #B900B9;">///son Haberes</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Local21:= Local21 + Space<span style="color: #000000;">&#40;</span><span style="color: #000000;">10</span><span style="color: #000000;">&#41;</span> + Transform<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Round</span><span style="color: #000000;">&#40;</span>Local22, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"@E 999,999.99"</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>concepto->cp_agrup = <span style="color: #000000;">6</span> .OR. concepto->cp_agrup = <span style="color: #000000;">7</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tot_sal:= tot_sal + Local22<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">Else</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Local9:= Local9 + Local22<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">EndIf</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">///son Deducciones</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">Else</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Local21:= Local21 + Space<span style="color: #000000;">&#40;</span><span style="color: #000000;">35</span><span style="color: #000000;">&#41;</span> + Transform<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Round</span><span style="color: #000000;">&#40;</span>Local22, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"@E 999,999.99"</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Local10:= Local10 + Local22<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">EndIf</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">Else</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Local22:= <span style="color: #000000;">0</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">EndIf</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">Else</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Local22:= <span style="color: #000000;">0</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">EndIf</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>Local22 != <span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>Local7<span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> Fila, <span style="color: #000000;">1.10</span>, Local21 , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> Fila2, <span style="color: #000000;">1.10</span>, Local21 , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Local8:= Local8 + <span style="color: #000000;">1</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Local7:= .F.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">Else</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//? Local21</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> Fila, <span style="color: #000000;">1.10</span>,Local21, oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> Fila2, <span style="color: #000000;">1.10</span>, Local21 , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Local8:= Local8 + <span style="color: #000000;">1</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">EndIf</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Fila=Fila <span style="color: #000000;">+0.5</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Fila2=Fila2 <span style="color: #000000;">+0.5</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CantCon++<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">If</span> CantCon><span style="color: #000000;">11</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MsgAlert<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'Este Recibo Se Debe Imprimir en Hoja Oficio'</span>+CRLF+<span style="color: #ff0000;">'Empleado: '</span> + strzero<span style="color: #000000;">&#40;</span>person->pm_legajo, <span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">' '</span>+OemToAnsi<span style="color: #000000;">&#40;</span>person->pm_nombre<span style="color: #000000;">&#41;</span> ,<span style="color: #ff0000;">'Error'</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">EndIf</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">EndIf</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">EndIf</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">Select</span> <span style="color: #000000;">1</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;dbSkip<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">EndDo</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">// &nbsp; &nbsp; &nbsp; &nbsp; oPrn:CmSay ( 15.20, 11, Transform(Round(Local9 + tot_sal, 2), "@E 999,999.99") + Space(10) + Transform(Round(Local10, 2), "@E 999,999.99")), oFont1 )</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">10.70</span>, <span style="color: #000000;">11.50</span>, Transform<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Round</span><span style="color: #000000;">&#40;</span>Local9 + tot_sal, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"@E 999,999.99"</span><span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">10.70</span>, <span style="color: #000000;">16.50</span>, Transform<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Round</span><span style="color: #000000;">&#40;</span>Local10,<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"@E 999,999.99"</span><span style="color: #000000;">&#41;</span>, oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">11.30</span>, <span style="color: #000000;">16.50</span>, Transform<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Round</span><span style="color: #000000;">&#40;</span>Local9 + tot_sal - Local10, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"@E 999,999.99"</span><span style="color: #000000;">&#41;</span>, oFont2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">//DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">24.70</span>, <span style="color: #000000;">11.50</span>, Transform<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Round</span><span style="color: #000000;">&#40;</span>Local9 + tot_sal, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"@E 999,999.99"</span><span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">24.70</span>, <span style="color: #000000;">16.50</span>, Transform<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Round</span><span style="color: #000000;">&#40;</span>Local10,<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"@E 999,999.99"</span><span style="color: #000000;">&#41;</span>, oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">25.30</span>, <span style="color: #000000;">16.50</span>, Transform<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Round</span><span style="color: #000000;">&#40;</span>Local9 + tot_sal - Local10, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"@E 999,999.99"</span><span style="color: #000000;">&#41;</span>, oFont2 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; letras:= conv_num<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Abs</span><span style="color: #000000;">&#40;</span>Local9 + tot_sal - Local10<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; wtt:= Local9 + tot_sal - Local10<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; wcent:= <span style="color: #000000;">&#40;</span>wtt - Val<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Left</span><span style="color: #000000;">&#40;</span>strzero<span style="color: #000000;">&#40;</span>wtt, <span style="color: #000000;">13</span>, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>, <span style="color: #000000;">10</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> * <span style="color: #000000;">100</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; centavos:= <span style="color: #ff0000;">""</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>wcent != <span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;centavos:= <span style="color: #ff0000;">" Con "</span> + Str<span style="color: #000000;">&#40;</span>wcent, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">" Ctvos."</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">EndIf</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; letras:= letras + centavos<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>Len<span style="color: #000000;">&#40;</span>letras<span style="color: #000000;">&#41;</span> > <span style="color: #000000;">80</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;MsgAlert<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'Este Recibo Se Debe Imprimir en Hoja Oficio'</span>+CRLF+<span style="color: #ff0000;">'Empleado: '</span> + strzero<span style="color: #000000;">&#40;</span>person->pm_legajo, <span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">' '</span>+OemToAnsi<span style="color: #000000;">&#40;</span>person->pm_nombre<span style="color: #000000;">&#41;</span> ,<span style="color: #ff0000;">'Error'</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;l1:= <span style="color: #0000ff;">Left</span><span style="color: #000000;">&#40;</span>letras, <span style="color: #000000;">80</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;il:= <span style="color: #000000;">80</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">Do</span> <span style="color: #00C800;">While</span> <span style="color: #000000;">&#40;</span><span style="color: #0000ff;">SubStr</span><span style="color: #000000;">&#40;</span>l1, il, <span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span> != <span style="color: #ff0000;">" "</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; il:= il - <span style="color: #000000;">1</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">EndDo</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;let1:= <span style="color: #0000ff;">Left</span><span style="color: #000000;">&#40;</span>letras, il<span style="color: #000000;">&#41;</span> + Space<span style="color: #000000;">&#40;</span><span style="color: #000000;">80</span> - il<span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;let2:= <span style="color: #0000ff;">SubStr</span><span style="color: #000000;">&#40;</span>letras, il + <span style="color: #000000;">1</span>, Len<span style="color: #000000;">&#40;</span>letras<span style="color: #000000;">&#41;</span> - il<span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">12.30</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Son Pesos: '</span> + let1 , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">12.80</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Son Pesos: '</span> + let2 , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">//DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">26.30</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Son Pesos: '</span> + let1 , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">26.80</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Son Pesos: '</span> + let2 , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">Else</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">12.30</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Son Pesos: '</span> + letras , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">//DUPLICADO</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">26.30</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Son Pesos: '</span> + letras , oFont1 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">EndIf</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">ENDPAGE</span><br /><span style="color: #B900B9;">// &nbsp; &nbsp; &nbsp; &nbsp; RECIBOFW(person->pm_legajo, Arg2, Arg4)</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">Next</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">EndIf</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">EndIf</span><br />&nbsp; &nbsp; &nbsp; person-><span style="color: #000000;">&#40;</span>dbSkip<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<span style="color: #00C800;">EndDo</span><br /><br /><span style="color: #0000ff;">ENDPRINT</span><br />oFont1:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />oFont2:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />oFont3:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />oPen1:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />oPen2:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /><br />&nbsp;</div>[/code:3qsfdzko]
Ayuda Imprimir Liquidacion de Sueldo
[quote="nageswaragunupudi":3ql23q5r]What is your FWH version? If you are using any recent version, there many improved methods, and now cmSay() is an obsolete method.[/quote:3ql23q5r] Mr. Roa Muy buenas tardes. Uso ver FWH 17.09 - Harbour Saludos. Antonio
Ayuda Imprimir Liquidacion de Sueldo
[quote="postinelli":3rwsacrj]Buenas te paso como imprimo yo los recibos de sueldo en laser/tinta aqui configurado para A4, original y duplicado en la misma hoja si no alcanza se puede imprimir en Legal [code=fw:3rwsacrj]<div class="fw" id="{CB}" style="font-family: monospace;">TPreview<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #000000;">lListViewHide</span> := .T.<br /><span style="color: #00C800;">PRINT</span> oPrn <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"Recibo de Sueldo en PDF"</span> PREVIEW<br /><br />oPrn:<span style="color: #000000;">SetPage</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">9</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">// A4</span><br />PrnPortrait<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>     <span style="color: #B900B9;">///vertical</span><br /><br /><span style="color: #00C800;">IF</span> Empty<span style="color: #000000;">&#40;</span> oPrn:<span style="color: #000000;">hDC</span> <span style="color: #000000;">&#41;</span><br />   MsgStop<span style="color: #000000;">&#40;</span> OemToAnsi<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"¡ No hay IMPRESORA para imprimir !"</span> <span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">Return</span> <span style="color: #00C800;">NIL</span><br /><span style="color: #00C800;">EndIF</span><br /><br />nPixVert := oPrn:<span style="color: #000000;">nVertRes</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />nPixHorz := oPrn:<span style="color: #000000;">nHorzRes</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">IF</span> nPixHorz < <span style="color: #000000;">3000</span><br />   nAnch    := <span style="color: #000000;">8913290</span><br />   nAlto    := <span style="color: #000000;">12255652</span><br />   nAncho_1 := <span style="color: #000000;">4</span><br />   nAncho_2 := <span style="color: #000000;">7</span><br /><span style="color: #00C800;">ELSE</span><br />   nAnch := <span style="color: #000000;">8913494</span><br />   nAlto := <span style="color: #000000;">12256000</span><br />   nAncho_1 := <span style="color: #000000;">6</span><br />   nAncho_2 := <span style="color: #000000;">11</span><br /><span style="color: #00C800;">EndIf</span><br /><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont1 <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"Courier New"</span>  <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>, <span style="color: #000000;">-9</span>      <span style="color: #0000ff;">OF</span> oPrn    <span style="color: #B900B9;">//Negrita</span><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont2 <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"Courier New"</span>  <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>, <span style="color: #000000;">-9</span> BOLD <span style="color: #0000ff;">OF</span> oPrn    <span style="color: #B900B9;">//Negrita</span><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont3 <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"Arial"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>, <span style="color: #000000;">-9</span>  <span style="color: #0000ff;">OF</span> oPrn<br /><br /><span style="color: #0000ff;">DEFINE</span> PEN  oPen1 WIDTH nAncho_1<br /><span style="color: #0000ff;">DEFINE</span> PEN  oPen2 WIDTH nAncho_2<br /><br />person-><span style="color: #000000;">&#40;</span>dbSeek<span style="color: #000000;">&#40;</span>Desde<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">Do</span> <span style="color: #00C800;">While</span> <span style="color: #000000;">&#40;</span>!person-><span style="color: #000000;">&#40;</span>EOF<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> .AND. person->pm_legajo <= Hasta<span style="color: #000000;">&#41;</span><br />      Antig2<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />      <span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>person->pm_fegre = CToD<span style="color: #000000;">&#40;</span>Space<span style="color: #000000;">&#40;</span><span style="color: #000000;">8</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />         Fila=<span style="color: #000000;">5.10</span><br />         Fila2=<span style="color: #000000;">19.10</span><br />         CantCon=<span style="color: #000000;">0</span><br />         <span style="color: #0000ff;">PAGE</span><br />            nFil :=  <span style="color: #000000;">1.00</span>     <span style="color: #B900B9;">//arriba</span><br />            nCol :=  <span style="color: #000000;">1.00</span>     <span style="color: #B900B9;">//izquierda</span><br />            nTop :=  <span style="color: #000000;">2.00</span>       <span style="color: #B900B9;">//ALTO</span><br />            nBot :=  <span style="color: #000000;">20.00</span>    <span style="color: #B900B9;">//ANCHO</span><br />            aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />            aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />            oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />            <span style="color: #B900B9;">//oPrn:CmSay ( 1.10, 1.10, 'Empleador: '+empresa->em_nombre + ' Razon Social: Ostinelli Hnos. S.H.', oFont2 )</span><br />            oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">1.10</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Empleador: '</span>+ OemToAnsi<span style="color: #000000;">&#40;</span>empresa->em_nombre<span style="color: #000000;">&#41;</span> , oFont2 <span style="color: #000000;">&#41;</span><br />            oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">1.10</span>, <span style="color: #000000;">14.10</span>,<span style="color: #ff0000;">'C.U.I.T. Nº '</span> +  empresa->em_cuit, oFont2 <span style="color: #000000;">&#41;</span><br />            oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">1.60</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Domicilio: '</span>+ OemToAnsi<span style="color: #000000;">&#40;</span>alltrim<span style="color: #000000;">&#40;</span>empresa->em_dire<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">'  / LOCALIDAD: '</span>+empresa->em_loca, oFont2 <span style="color: #000000;">&#41;</span><br />            oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">1.60</span>, <span style="color: #000000;">14.10</span>,<span style="color: #ff0000;">'DiEGeP Nº '</span> + empresa->em_ninsc, oFont2 <span style="color: #000000;">&#41;</span><br /><br />            <span style="color: #B900B9;">///recuadro superior que dice los datos del empleador  //DEL DUPLICADO</span><br />            nFil := <span style="color: #000000;">15.80</span>     <span style="color: #B900B9;">//arriba</span><br />            nCol :=  <span style="color: #000000;">1.00</span>     <span style="color: #B900B9;">//izquierda</span><br />            nTop := <span style="color: #000000;">16.80</span>       <span style="color: #B900B9;">//ALTO</span><br />            nBot :=  <span style="color: #000000;">20.00</span>    <span style="color: #B900B9;">//ANCHO</span><br />            aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />            aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />            oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />            <span style="color: #B900B9;">//oPrn:CmSay ( 1.10, 1.10, 'Empleador: '+empresa->em_nombre + ' Razon Social: Ostinelli Hnos. S.H.', oFont2 )</span><br />            oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">15.90</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Empleador: '</span>+ OemToAnsi<span style="color: #000000;">&#40;</span>empresa->em_nombre<span style="color: #000000;">&#41;</span> , oFont2 <span style="color: #000000;">&#41;</span><br />            oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">15.90</span>, <span style="color: #000000;">14.10</span>,<span style="color: #ff0000;">'C.U.I.T. Nº '</span> +  empresa->em_cuit, oFont2 <span style="color: #000000;">&#41;</span><br />            oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">16.40</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Domicilio: '</span>+ OemToAnsi<span style="color: #000000;">&#40;</span>alltrim<span style="color: #000000;">&#40;</span>empresa->em_dire<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">'  / LOCALIDAD: '</span>+empresa->em_loca, oFont2 <span style="color: #000000;">&#41;</span><br />            oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">16.40</span>, <span style="color: #000000;">14.10</span>,<span style="color: #ff0000;">'DiEGeP Nº '</span> + empresa->em_ninsc, oFont2 <span style="color: #000000;">&#41;</span><br /><br />            <span style="color: #B900B9;">///reacuadro titulo donde van datos de Empleado</span><br />            nFil :=  <span style="color: #000000;">2.10</span>     <span style="color: #B900B9;">//arriba</span><br />            nCol :=  <span style="color: #000000;">1.00</span>     <span style="color: #B900B9;">//izquierda</span><br />            nTop :=  <span style="color: #000000;">2.60</span>       <span style="color: #B900B9;">//ALTO</span><br />            nBot := <span style="color: #000000;">20.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />            aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />            aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />            oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />            oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">2.20</span>, <span style="color: #000000;">1.10</span>,  <span style="color: #ff0000;">'Legajo'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />            oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">2.20</span>, <span style="color: #000000;">3.50</span>,  <span style="color: #ff0000;">'Apellido y Nombres'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />            oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">2.20</span>, <span style="color: #000000;">10.00</span>, <span style="color: #ff0000;">'C.U.I.L.'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />            oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">2.20</span>, <span style="color: #000000;">12.10</span>, <span style="color: #ff0000;">'Rem. Asignada'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />            oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">2.20</span>, <span style="color: #000000;">16.00</span>, <span style="color: #ff0000;">'Fecha de Ingreso'</span>, oFont2 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///reacuadro titulo donde van datos de Empleado  DUPLICADO</span><br />             nFil := <span style="color: #000000;">16.90</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol :=  <span style="color: #000000;">1.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">17.40</span>      <span style="color: #B900B9;">//ALTO</span><br />             nBot := <span style="color: #000000;">20.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">17.00</span>, <span style="color: #000000;">1.10</span>,  <span style="color: #ff0000;">'Legajo'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">17.00</span>, <span style="color: #000000;">3.50</span>,  <span style="color: #ff0000;">'Apellido y Nombres'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">17.00</span>, <span style="color: #000000;">10.00</span>, <span style="color: #ff0000;">'C.U.I.L.'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">17.00</span>, <span style="color: #000000;">12.10</span>, <span style="color: #ff0000;">'Rem. Asignada'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">17.00</span>, <span style="color: #000000;">16.00</span>, <span style="color: #ff0000;">'Fecha de Ingreso'</span>, oFont2 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///reacuadro donde van datos de Empleado</span><br />             nFil :=  <span style="color: #000000;">2.70</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol :=  <span style="color: #000000;">1.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop :=  <span style="color: #000000;">4.20</span>      <span style="color: #B900B9;">//ALTO</span><br />             nBot := <span style="color: #000000;">20.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///reacuadro donde van datos de Empleado    DUPLICADO</span><br />             nFil := <span style="color: #000000;">17.50</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol :=  <span style="color: #000000;">1.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">19.00</span>      <span style="color: #B900B9;">//ALTO</span><br />             nBot := <span style="color: #000000;">20.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///reacuadro donde van datos de la Fecha y Periodo de Pago</span><br />             nFil :=  <span style="color: #000000;">3.20</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol := <span style="color: #000000;">13.50</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop :=  <span style="color: #000000;">4.20</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot := <span style="color: #000000;">20.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///reacuadro donde van datos de la Fecha y Periodo de Pago DUPLICADO</span><br />             nFil := <span style="color: #000000;">18.00</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol := <span style="color: #000000;">13.50</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">19.00</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot := <span style="color: #000000;">20.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///reacuadro titulo donde van datos de Empleado</span><br />             nFil :=  <span style="color: #000000;">4.30</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol :=  <span style="color: #000000;">1.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop :=  <span style="color: #000000;">4.90</span>      <span style="color: #B900B9;">//ALTO</span><br />             nBot := <span style="color: #000000;">20.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">4.40</span>, <span style="color: #000000;">1.10</span>,  <span style="color: #ff0000;">'Cod.'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">4.40</span>, <span style="color: #000000;">2.10</span>,  <span style="color: #ff0000;">'Concepto'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">4.40</span>, <span style="color: #000000;">8.10</span>,  <span style="color: #ff0000;">'Hs/Dias/%'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">4.40</span>,<span style="color: #000000;">11.10</span>,  <span style="color: #ff0000;">'Haberes'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">4.40</span>,<span style="color: #000000;">16.10</span>,  <span style="color: #ff0000;">'Deducciones'</span>, oFont2 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///reacuadro titulo donde van datos de Empleado DUPLICADO</span><br />             nFil := <span style="color: #000000;">19.10</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol :=  <span style="color: #000000;">1.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">19.60</span>      <span style="color: #B900B9;">//ALTO</span><br />             nBot := <span style="color: #000000;">20.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">19.20</span>, <span style="color: #000000;">1.10</span>,  <span style="color: #ff0000;">'Cod.'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">19.20</span>, <span style="color: #000000;">2.10</span>,  <span style="color: #ff0000;">'Concepto'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">19.20</span>, <span style="color: #000000;">8.10</span>,  <span style="color: #ff0000;">'Hs/Dias/%'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">19.20</span>,<span style="color: #000000;">11.10</span>,  <span style="color: #ff0000;">'Haberes'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">19.20</span>,<span style="color: #000000;">16.10</span>,  <span style="color: #ff0000;">'Deducciones'</span>, oFont2 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///reacuadro donde van datos del Sueldo</span><br />             nFil :=  <span style="color: #000000;">5.00</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol :=  <span style="color: #000000;">1.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">10.50</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot :=  <span style="color: #000000;">2.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///reacuadro donde van datos del Sueldo  DUPLICADO</span><br />             nFil := <span style="color: #000000;">19.00</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol :=  <span style="color: #000000;">1.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">24.50</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot :=  <span style="color: #000000;">2.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///reacuadro donde van datos del Sueldo</span><br />             nFil :=  <span style="color: #000000;">5.00</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol :=  <span style="color: #000000;">2.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">10.50</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot :=  <span style="color: #000000;">8.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///reacuadro donde van datos del Sueldo DUPLICADO</span><br />             nFil := <span style="color: #000000;">19.00</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol :=  <span style="color: #000000;">2.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">24.50</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot :=  <span style="color: #000000;">8.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br /><br />             <span style="color: #B900B9;">///reacuadro donde van datos del Sueldo</span><br />             nFil :=  <span style="color: #000000;">5.00</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol :=  <span style="color: #000000;">8.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">10.50</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot := <span style="color: #000000;">10.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///reacuadro donde van datos del Sueldo DUPLICADO</span><br />             nFil := <span style="color: #000000;">19.00</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol :=  <span style="color: #000000;">8.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">24.50</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot := <span style="color: #000000;">10.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///reacuadro donde van datos del Sueldo</span><br />             nFil :=  <span style="color: #000000;">5.00</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol := <span style="color: #000000;">10.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">10.50</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot := <span style="color: #000000;">15.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///reacuadro donde van datos del Sueldo DUPLICADO</span><br />             nFil := <span style="color: #000000;">19.00</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol := <span style="color: #000000;">10.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">24.50</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot := <span style="color: #000000;">15.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///reacuadro donde van datos del Sueldo</span><br />             nFil :=  <span style="color: #000000;">5.00</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol := <span style="color: #000000;">15.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">10.50</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot := <span style="color: #000000;">20.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///reacuadro donde van datos del Sueldo DUPLICADO</span><br />             nFil := <span style="color: #000000;">19.00</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol := <span style="color: #000000;">15.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">24.50</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot := <span style="color: #000000;">20.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///subtotales</span><br />             nFil := <span style="color: #000000;">10.60</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol := <span style="color: #000000;">10.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">11.10</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot := <span style="color: #000000;">15.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">10.70</span>, <span style="color: #000000;">8.10</span>,  <span style="color: #ff0000;">'Totales'</span>, oFont1 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///subtotales DUPLICADO</span><br />             nFil := <span style="color: #000000;">24.60</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol := <span style="color: #000000;">10.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">25.10</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot := <span style="color: #000000;">15.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">24.70</span>, <span style="color: #000000;">8.10</span>,  <span style="color: #ff0000;">'Totales'</span>, oFont1 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///subtotales</span><br />             nFil := <span style="color: #000000;">10.60</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol := <span style="color: #000000;">15.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">11.10</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot := <span style="color: #000000;">20.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///subtotales DUPLICADO</span><br />             nFil := <span style="color: #000000;">24.60</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol := <span style="color: #000000;">15.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">25.10</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot := <span style="color: #000000;">20.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///total neto</span><br />             nFil := <span style="color: #000000;">11.20</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol := <span style="color: #000000;">15.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">11.70</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot := <span style="color: #000000;">20.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">11.30</span>, <span style="color: #000000;">12.00</span>,  <span style="color: #ff0000;">'Total NETO'</span>, oFont2 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///total neto DUPLICADO</span><br />             nFil := <span style="color: #000000;">25.20</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol := <span style="color: #000000;">15.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">25.70</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot := <span style="color: #000000;">20.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">25.30</span>, <span style="color: #000000;">12.00</span>,  <span style="color: #ff0000;">'Total NETO'</span>, oFont2 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///datos ley u ultimo deposito</span><br />             nFil := <span style="color: #000000;">10.60</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol :=  <span style="color: #000000;">1.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">12.10</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot :=  <span style="color: #000000;">8.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///datos ley u ultimo deposito DUPLICADO</span><br />             nFil := <span style="color: #000000;">24.60</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol :=  <span style="color: #000000;">1.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">26.10</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot :=  <span style="color: #000000;">8.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />             */<br />             <span style="color: #B900B9;">///son pesos en letras</span><br />             nFil := <span style="color: #000000;">12.20</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol :=  <span style="color: #000000;">1.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">12.70</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot := <span style="color: #000000;">20.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///son pesos en letras DUPLICADO</span><br />             nFil := <span style="color: #000000;">26.20</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol :=  <span style="color: #000000;">1.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">26.70</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot := <span style="color: #000000;">20.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///Recibi Conforme y Firma Empleado y Empleador</span><br />             nFil := <span style="color: #000000;">12.80</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol :=  <span style="color: #000000;">1.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">14.30</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot := <span style="color: #000000;">12.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">12.90</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Recibi conforme el importe de esta liquidacion en pago'</span>, oFont1 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">13.40</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'a mi remuneracion correspondiente al periodo indicado y'</span>, oFont1 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">13.90</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'duplicado de la misma conforme a la ley vigente'</span>, oFont1 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///Recibi Conforme y Firma Empleado y Empleador DUPLICADO</span><br />             nFil := <span style="color: #000000;">26.80</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol :=  <span style="color: #000000;">1.00</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">28.30</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot := <span style="color: #000000;">12.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">26.90</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Recibi conforme el importe de esta liquidacion en pago'</span>, oFont1 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">27.40</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'a mi remuneracion correspondiente al periodo indicado y'</span>, oFont1 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">27.90</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'duplicado de la misma conforme a la ley vigente'</span>, oFont1 <span style="color: #000000;">&#41;</span><br />             */<br /><br />             <span style="color: #B900B9;">///Firma del Empleado</span><br />             nFil := <span style="color: #000000;">12.80</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol := <span style="color: #000000;">12.10</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">14.30</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot := <span style="color: #000000;">20.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">13.30</span>, <span style="color: #000000;">14.35</span>, <span style="color: #ff0000;">'__________________'</span>, oFont1 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">13.80</span>, <span style="color: #000000;">14.35</span>, <span style="color: #ff0000;">'FIRMA DEL EMPLEADO'</span>, oFont2 <span style="color: #000000;">&#41;</span><br /><br />             <span style="color: #B900B9;">///Firma del Empleado  DUPLICADO</span><br />             nFil := <span style="color: #000000;">26.80</span>     <span style="color: #B900B9;">//arriba</span><br />             nCol := <span style="color: #000000;">12.10</span>     <span style="color: #B900B9;">//izquierda</span><br />             nTop := <span style="color: #000000;">28.30</span>      <span style="color: #B900B9;">//FIN ALTO</span><br />             nBot := <span style="color: #000000;">20.00</span>     <span style="color: #B900B9;">//FIN ANCHO</span><br />             aCoord1 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nFil, @nCol <span style="color: #000000;">&#41;</span><br />             aCoord2 := oPrn:<span style="color: #000000;">Cmtr2Pix</span><span style="color: #000000;">&#40;</span> @nTop, @nBot <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">Box</span> <span style="color: #000000;">&#40;</span> nFil, nCol, nTop, nBot, oPen1 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">27.30</span>, <span style="color: #000000;">14.35</span>, <span style="color: #ff0000;">'___________________'</span>, oFont1 <span style="color: #000000;">&#41;</span><br />             oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">27.80</span>, <span style="color: #000000;">14.35</span>, <span style="color: #ff0000;">'FIRMA del EMPLEADOR'</span>, oFont2 <span style="color: #000000;">&#41;</span><br /><br /><br />                  <span style="color: #B900B9;">//oPrn:CmSay ( 2.80, 1.10, strzero(Arg1, 4) , oFont1 )</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">2.80</span>, <span style="color: #000000;">1.10</span>, strzero<span style="color: #000000;">&#40;</span>person->pm_legajo, <span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">2.80</span>, <span style="color: #000000;">3.50</span>, OemToAnsi<span style="color: #000000;">&#40;</span>person->pm_nombre<span style="color: #000000;">&#41;</span>, oFont1 <span style="color: #000000;">&#41;</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">2.80</span>, <span style="color: #000000;">9.50</span>, person->pm_cuil  , oFont1 <span style="color: #000000;">&#41;</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">2.80</span>,<span style="color: #000000;">12.00</span>, Str<span style="color: #000000;">&#40;</span>wsjo, <span style="color: #000000;">12</span>, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">2.80</span>,<span style="color: #000000;">16.50</span>, dtoc<span style="color: #000000;">&#40;</span>person->pm_fingre<span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br /><br />                  <span style="color: #B900B9;">//DUPLICADO</span><br />                  <span style="color: #B900B9;">//oPrn:CmSay (19.80, 1.10, strzero(Arg1, 4) , oFont1 )</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">17.60</span>, <span style="color: #000000;">1.10</span>, strzero<span style="color: #000000;">&#40;</span>person->pm_legajo, <span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">17.60</span>, <span style="color: #000000;">3.50</span>, OemToAnsi<span style="color: #000000;">&#40;</span>person->pm_nombre<span style="color: #000000;">&#41;</span>, oFont1 <span style="color: #000000;">&#41;</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">17.60</span>, <span style="color: #000000;">9.50</span>, person->pm_cuil  , oFont1 <span style="color: #000000;">&#41;</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">17.60</span>,<span style="color: #000000;">12.00</span>, Str<span style="color: #000000;">&#40;</span>wsjo, <span style="color: #000000;">12</span>, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">17.60</span>,<span style="color: #000000;">16.50</span>, dtoc<span style="color: #000000;">&#40;</span>person->pm_fingre<span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br /><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">3.30</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Categoria: '</span> + Local20 , oFont1 <span style="color: #000000;">&#41;</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">3.30</span>,<span style="color: #000000;">13.60</span>, <span style="color: #ff0000;">'Periodo de Pago: '</span> + param->pr_leye , oFont1 <span style="color: #000000;">&#41;</span><br />                  <span style="color: #B900B9;">//DUPLICADO</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">18.10</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Categoria: '</span> + Local20 , oFont1 <span style="color: #000000;">&#41;</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">18.10</span>,<span style="color: #000000;">13.60</span>, <span style="color: #ff0000;">'Periodo de Pago: '</span> + param->pr_leye , oFont1 <span style="color: #000000;">&#41;</span><br /><br />                  <span style="color: #00C800;">If</span> Arg3==<span style="color: #ff0000;">'S'</span><br />                     oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">3.80</span>,<span style="color: #000000;">6.10</span>, <span style="color: #ff0000;">'Antiguedad Docente: '</span> + + waa +<span style="color: #ff0000;">' Años /'</span> + wmm + <span style="color: #ff0000;">' Meses'</span> , oFont1 <span style="color: #000000;">&#41;</span><br />                     <span style="color: #B900B9;">//DUPLICADO</span><br />                     oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">18.60</span>,<span style="color: #000000;">6.10</span>, <span style="color: #ff0000;">'Antiguedad Docente: '</span> + + waa +<span style="color: #ff0000;">' Años /'</span> + wmm + <span style="color: #ff0000;">' Meses'</span> , oFont1 <span style="color: #000000;">&#41;</span><br />                  <span style="color: #00C800;">Endif</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">3.80</span>,<span style="color: #000000;">13.60</span>, <span style="color: #ff0000;">'Fecha de Pago..: '</span> + dtoc<span style="color: #000000;">&#40;</span>param->pr_fepago<span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br />                  <span style="color: #B900B9;">//DUPLICADO</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">18.60</span>,<span style="color: #000000;">13.60</span>, <span style="color: #ff0000;">'Fecha de Pago..: '</span> + dtoc<span style="color: #000000;">&#40;</span>param->pr_fepago<span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br /><br />                  <span style="color: #00C800;">if</span> !empty<span style="color: #000000;">&#40;</span>person->pm_contrat<span style="color: #000000;">&#41;</span><br />                     <span style="color: #B900B9;">//oPrn:CmSay ( 3.80, 1.10, 'Cuenta Sueldos: ' + SubStr(person->pm_contrat, 1, 6) + "-" +SubStr(person->pm_contrat, 7, 1) , oFont1 )</span><br />                     oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">3.80</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Cuenta Sueldos:'</span> + <span style="color: #0000ff;">SubStr</span><span style="color: #000000;">&#40;</span>person->pm_contrat, <span style="color: #000000;">1</span>, <span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">"-"</span> +<span style="color: #0000ff;">SubStr</span><span style="color: #000000;">&#40;</span>person->pm_contrat, <span style="color: #000000;">4</span>, <span style="color: #000000;">5</span><span style="color: #000000;">&#41;</span>+ <span style="color: #ff0000;">"-"</span> +<span style="color: #0000ff;">SubStr</span><span style="color: #000000;">&#40;</span>person->pm_contrat, <span style="color: #000000;">9</span>, <span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br />                     <span style="color: #B900B9;">//DUPLICADO</span><br />                     <span style="color: #B900B9;">//oPrn:CmSay (18.60, 1.10, 'Cuenta Sueldos: ' + SubStr(person->pm_contrat, 1, 6) + "-" +SubStr(person->pm_contrat, 7, 1) , oFont1 )</span><br />                     oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">18.60</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Cuenta Sueldos:'</span> + <span style="color: #0000ff;">SubStr</span><span style="color: #000000;">&#40;</span>person->pm_contrat, <span style="color: #000000;">1</span>, <span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">"-"</span> +<span style="color: #0000ff;">SubStr</span><span style="color: #000000;">&#40;</span>person->pm_contrat, <span style="color: #000000;">4</span>, <span style="color: #000000;">5</span><span style="color: #000000;">&#41;</span>+ <span style="color: #ff0000;">"-"</span> +<span style="color: #0000ff;">SubStr</span><span style="color: #000000;">&#40;</span>person->pm_contrat, <span style="color: #000000;">9</span>, <span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br />                  <span style="color: #00C800;">else</span><br />                     oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">3.80</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Efectivo'</span> , oFont1 <span style="color: #000000;">&#41;</span><br />                     <span style="color: #B900B9;">//DUPLICADO</span><br />                     oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">18.60</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Efectivo'</span> , oFont1 <span style="color: #000000;">&#41;</span><br />                  <span style="color: #00C800;">endif</span><br /><br />                  wd1:= strzero<span style="color: #000000;">&#40;</span>Day<span style="color: #000000;">&#40;</span>person->pm_fingre<span style="color: #000000;">&#41;</span>, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span><br />                  wm1:= strzero<span style="color: #000000;">&#40;</span>Month<span style="color: #000000;">&#40;</span>person->pm_fingre<span style="color: #000000;">&#41;</span>, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span><br />                  wa1:= Str<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Year</span><span style="color: #000000;">&#40;</span>person->pm_fingre<span style="color: #000000;">&#41;</span>, <span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span><br /><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">10.70</span>, <span style="color: #000000;">1.10</span>,  <span style="color: #ff0000;">'Art. 12 Ley 17250'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">10.70</span>, <span style="color: #000000;">5.00</span>,  <span style="color: #ff0000;">'Periodo: '</span> + param->pr_lapso, oFont1 <span style="color: #000000;">&#41;</span><br />                  <span style="color: #B900B9;">//oPrn:CmSay ( 13.70, 1.10,  'Periodo: ' + param->pr_lapso, oFont1 )</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">11.20</span>, <span style="color: #000000;">1.10</span>,  <span style="color: #ff0000;">'Banco: '</span> + alltrim<span style="color: #000000;">&#40;</span>param->pr_banco<span style="color: #000000;">&#41;</span>, oFont1 <span style="color: #000000;">&#41;</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">11.70</span>, <span style="color: #000000;">1.10</span>,  <span style="color: #ff0000;">'Fecha Deposito Ap.y Ctr.: '</span> + dtoc<span style="color: #000000;">&#40;</span>param->pr_feudep<span style="color: #000000;">&#41;</span>  , oFont1 <span style="color: #000000;">&#41;</span><br />                  <span style="color: #B900B9;">//oPrn:CmSay ( 14.20, 1.10,  'Banco/F.Dep.: ' + alltrim(param->pr_banco) + ' / ' + dtoc(param->pr_feudep)  , oFont1 )</span><br />                  <span style="color: #B900B9;">//DUPLICADO</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">24.70</span>, <span style="color: #000000;">1.10</span>,  <span style="color: #ff0000;">'Art. 12 Ley 17250'</span>, oFont2 <span style="color: #000000;">&#41;</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">24.70</span>, <span style="color: #000000;">5.00</span>,  <span style="color: #ff0000;">'Periodo: '</span> + param->pr_lapso, oFont1 <span style="color: #000000;">&#41;</span><br />                  <span style="color: #B900B9;">//oPrn:CmSay ( 13.70, 1.10,  'Periodo: ' + param->pr_lapso, oFont1 )</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">25.20</span>, <span style="color: #000000;">1.10</span>,  <span style="color: #ff0000;">'Banco: '</span> + alltrim<span style="color: #000000;">&#40;</span>param->pr_banco<span style="color: #000000;">&#41;</span>, oFont1 <span style="color: #000000;">&#41;</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">25.70</span>, <span style="color: #000000;">1.10</span>,  <span style="color: #ff0000;">'Fecha Deposito Ap.y Ctr.: '</span> + dtoc<span style="color: #000000;">&#40;</span>param->pr_feudep<span style="color: #000000;">&#41;</span>  , oFont1 <span style="color: #000000;">&#41;</span><br />                  <span style="color: #B900B9;">//oPrn:CmSay ( 14.20, 1.10,  'Banco/F.Dep.: ' + alltrim(param->pr_banco) + ' / ' + dtoc(param->pr_feudep)  , oFont1 )</span><br />                  <span style="color: #B900B9;">//oPrn:CmSay ( 30.70, 1.10,  'Periodo: ' + param->pr_lapso, oFont1 )</span><br />                  <span style="color: #B900B9;">//oPrn:CmSay ( 31.20, 1.10,  'Banco/F.Dep.: ' + alltrim(param->pr_banco) + ' / ' + dtoc(param->pr_feudep)  , oFont1 )</span><br /><br />                  Local9:= <span style="color: #000000;">0</span><br />                  Local10:= <span style="color: #000000;">0</span><br />                  tot_sal:= <span style="color: #000000;">0</span><br />                  Local7:= .T.<br />                  Local8:= <span style="color: #000000;">0</span><br />                  netopatac:=<span style="color: #000000;">0</span><br /><br />                  <span style="color: #B900B9;">//Do While (re_legajo = Arg1 .AND. !EOF())</span><br />                  <span style="color: #00C800;">Do</span> <span style="color: #00C800;">While</span> <span style="color: #000000;">&#40;</span>re_legajo = person->pm_legajo .AND. !EOF<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br /><br />                     <span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span><span style="color: #0000ff;">right</span><span style="color: #000000;">&#40;</span>Str<span style="color: #000000;">&#40;</span>re_concep, <span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span>, <span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span> != <span style="color: #ff0000;">"999"</span> .AND. <span style="color: #000000;">&#40;</span>re_valor != <span style="color: #000000;">0</span> .OR. re_vunit != <span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span> .AND. <span style="color: #0000ff;">Left</span><span style="color: #000000;">&#40;</span>Str<span style="color: #000000;">&#40;</span>re_concep, <span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span>, <span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span> != <span style="color: #ff0000;">"8"</span><span style="color: #000000;">&#41;</span><br />                        Local2:= Val<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">right</span><span style="color: #000000;">&#40;</span>Str<span style="color: #000000;">&#40;</span>re_concep, <span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span>, <span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />                        Local21:= <span style="color: #ff0000;">""</span><br />                        Local22:= <span style="color: #000000;">1</span><br />                        <span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>concepto-><span style="color: #000000;">&#40;</span>dbSeek<span style="color: #000000;">&#40;</span>Local2<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />                           <span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>concepto->cp_tipo = <span style="color: #ff0000;">"N"</span><span style="color: #000000;">&#41;</span><br />                              <span style="color: #B900B9;">//Local21:= Local21 + strzero(Local2, 3) + Space(3) + concepto->cp_descrip</span><br />                              Local21:= Local21 + strzero<span style="color: #000000;">&#40;</span>Local2, <span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span> + Space<span style="color: #000000;">&#40;</span><span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span> + OemToAnsi<span style="color: #000000;">&#40;</span>concepto->cp_descrip<span style="color: #000000;">&#41;</span><br />                              <span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>concepto->cp_valid != Space<span style="color: #000000;">&#40;</span><span style="color: #000000;">8</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />                                 <span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>re_vunit == <span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br />                                    Local21:= Local21 + Space<span style="color: #000000;">&#40;</span><span style="color: #000000;">21</span><span style="color: #000000;">&#41;</span><br />                                 <span style="color: #00C800;">Else</span><br />                                    stunit:= Transform<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Abs</span><span style="color: #000000;">&#40;</span>re_vunit<span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"@E 99.99"</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">" "</span> + concepto->cp_valdes<br />                                    <span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>re_vunit - Int<span style="color: #000000;">&#40;</span>re_vunit<span style="color: #000000;">&#41;</span> == <span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br />                                       stunit:= <span style="color: #0000ff;">Left</span><span style="color: #000000;">&#40;</span>Str<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Abs</span><span style="color: #000000;">&#40;</span>re_vunit<span style="color: #000000;">&#41;</span>, <span style="color: #000000;">10</span>, <span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span>, <span style="color: #000000;">5</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">" "</span> + concepto->cp_valdes<br />                                    <span style="color: #00C800;">EndIf</span><br />                                    Local21:= Local21 + Space<span style="color: #000000;">&#40;</span><span style="color: #000000;">10</span><span style="color: #000000;">&#41;</span> + stunit<br />                                 <span style="color: #00C800;">EndIf</span><br />                              <span style="color: #00C800;">Else</span><br />                                 Local21:= Local21 + Space<span style="color: #000000;">&#40;</span><span style="color: #000000;">21</span><span style="color: #000000;">&#41;</span><br />                              <span style="color: #00C800;">EndIf</span><br />                              Local22:= re_valor<br />                              <span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>concepto->cp_agrup != <span style="color: #000000;">4</span> .AND. concepto->cp_agrup != <span style="color: #000000;">5</span><span style="color: #000000;">&#41;</span>   <span style="color: #B900B9;">///son Haberes</span><br />                                 Local21:= Local21 + Space<span style="color: #000000;">&#40;</span><span style="color: #000000;">10</span><span style="color: #000000;">&#41;</span> + Transform<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Round</span><span style="color: #000000;">&#40;</span>Local22, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"@E 999,999.99"</span><span style="color: #000000;">&#41;</span><br />                                 <span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>concepto->cp_agrup = <span style="color: #000000;">6</span> .OR. concepto->cp_agrup = <span style="color: #000000;">7</span><span style="color: #000000;">&#41;</span><br />                                    tot_sal:= tot_sal + Local22<br />                                 <span style="color: #00C800;">Else</span><br />                                    Local9:= Local9 + Local22<br />                                 <span style="color: #00C800;">EndIf</span>                                                     <span style="color: #B900B9;">///son Deducciones</span><br />                              <span style="color: #00C800;">Else</span><br />                                 Local21:= Local21 + Space<span style="color: #000000;">&#40;</span><span style="color: #000000;">35</span><span style="color: #000000;">&#41;</span> + Transform<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Round</span><span style="color: #000000;">&#40;</span>Local22, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"@E 999,999.99"</span><span style="color: #000000;">&#41;</span><br />                                 Local10:= Local10 + Local22<br />                              <span style="color: #00C800;">EndIf</span><br />                           <span style="color: #00C800;">Else</span><br />                              Local22:= <span style="color: #000000;">0</span><br />                           <span style="color: #00C800;">EndIf</span><br />                        <span style="color: #00C800;">Else</span><br />                           Local22:= <span style="color: #000000;">0</span><br />                        <span style="color: #00C800;">EndIf</span><br />                        <span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>Local22 != <span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br />                           <span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>Local7<span style="color: #000000;">&#41;</span><br />                              oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> Fila, <span style="color: #000000;">1.10</span>, Local21 , oFont1 <span style="color: #000000;">&#41;</span><br />                              <span style="color: #B900B9;">//DUPLICADO</span><br />                              oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> Fila2, <span style="color: #000000;">1.10</span>, Local21 , oFont1 <span style="color: #000000;">&#41;</span><br />                              Local8:= Local8 + <span style="color: #000000;">1</span><br />                              Local7:= .F.<br />                           <span style="color: #00C800;">Else</span><br />                              <span style="color: #B900B9;">//? Local21</span><br />                              oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> Fila, <span style="color: #000000;">1.10</span>,Local21, oFont1 <span style="color: #000000;">&#41;</span><br />                              <span style="color: #B900B9;">//DUPLICADO</span><br />                              oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> Fila2, <span style="color: #000000;">1.10</span>, Local21 , oFont1 <span style="color: #000000;">&#41;</span><br />                              Local8:= Local8 + <span style="color: #000000;">1</span><br />                           <span style="color: #00C800;">EndIf</span><br />                           Fila=Fila <span style="color: #000000;">+0.5</span><br />                           Fila2=Fila2 <span style="color: #000000;">+0.5</span><br />                           CantCon++<br />                           <span style="color: #00C800;">If</span> CantCon><span style="color: #000000;">11</span><br />                              MsgAlert<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'Este Recibo Se Debe Imprimir en Hoja Oficio'</span>+CRLF+<span style="color: #ff0000;">'Empleado: '</span> + strzero<span style="color: #000000;">&#40;</span>person->pm_legajo, <span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">' '</span>+OemToAnsi<span style="color: #000000;">&#40;</span>person->pm_nombre<span style="color: #000000;">&#41;</span> ,<span style="color: #ff0000;">'Error'</span><span style="color: #000000;">&#41;</span><br />                           <span style="color: #00C800;">EndIf</span><br />                        <span style="color: #00C800;">EndIf</span><br />                     <span style="color: #00C800;">EndIf</span><br />                     <span style="color: #0000ff;">Select</span> <span style="color: #000000;">1</span><br />                     dbSkip<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />                  <span style="color: #00C800;">EndDo</span><br />         <span style="color: #B900B9;">//         oPrn:CmSay ( 15.20, 11, Transform(Round(Local9 + tot_sal, 2), "@E 999,999.99") + Space(10) + Transform(Round(Local10, 2), "@E 999,999.99")), oFont1 )</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">10.70</span>, <span style="color: #000000;">11.50</span>, Transform<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Round</span><span style="color: #000000;">&#40;</span>Local9 + tot_sal, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"@E 999,999.99"</span><span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">10.70</span>, <span style="color: #000000;">16.50</span>, Transform<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Round</span><span style="color: #000000;">&#40;</span>Local10,<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"@E 999,999.99"</span><span style="color: #000000;">&#41;</span>, oFont1 <span style="color: #000000;">&#41;</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">11.30</span>, <span style="color: #000000;">16.50</span>, Transform<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Round</span><span style="color: #000000;">&#40;</span>Local9 + tot_sal - Local10, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"@E 999,999.99"</span><span style="color: #000000;">&#41;</span>, oFont2 <span style="color: #000000;">&#41;</span><br />                  <span style="color: #B900B9;">//DUPLICADO</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">24.70</span>, <span style="color: #000000;">11.50</span>, Transform<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Round</span><span style="color: #000000;">&#40;</span>Local9 + tot_sal, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"@E 999,999.99"</span><span style="color: #000000;">&#41;</span> , oFont1 <span style="color: #000000;">&#41;</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">24.70</span>, <span style="color: #000000;">16.50</span>, Transform<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Round</span><span style="color: #000000;">&#40;</span>Local10,<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"@E 999,999.99"</span><span style="color: #000000;">&#41;</span>, oFont1 <span style="color: #000000;">&#41;</span><br />                  oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">25.30</span>, <span style="color: #000000;">16.50</span>, Transform<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Round</span><span style="color: #000000;">&#40;</span>Local9 + tot_sal - Local10, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"@E 999,999.99"</span><span style="color: #000000;">&#41;</span>, oFont2 <span style="color: #000000;">&#41;</span><br /><br />                  letras:= conv_num<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Abs</span><span style="color: #000000;">&#40;</span>Local9 + tot_sal - Local10<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />                  wtt:= Local9 + tot_sal - Local10<br />                  wcent:= <span style="color: #000000;">&#40;</span>wtt - Val<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">Left</span><span style="color: #000000;">&#40;</span>strzero<span style="color: #000000;">&#40;</span>wtt, <span style="color: #000000;">13</span>, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>, <span style="color: #000000;">10</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> * <span style="color: #000000;">100</span><br />                  centavos:= <span style="color: #ff0000;">""</span><br />                  <span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>wcent != <span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br />                     centavos:= <span style="color: #ff0000;">" Con "</span> + Str<span style="color: #000000;">&#40;</span>wcent, <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">" Ctvos."</span><br />                  <span style="color: #00C800;">EndIf</span><br />                  letras:= letras + centavos<br /><br />                  <span style="color: #00C800;">If</span> <span style="color: #000000;">&#40;</span>Len<span style="color: #000000;">&#40;</span>letras<span style="color: #000000;">&#41;</span> > <span style="color: #000000;">80</span><span style="color: #000000;">&#41;</span><br />                     MsgAlert<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'Este Recibo Se Debe Imprimir en Hoja Oficio'</span>+CRLF+<span style="color: #ff0000;">'Empleado: '</span> + strzero<span style="color: #000000;">&#40;</span>person->pm_legajo, <span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">' '</span>+OemToAnsi<span style="color: #000000;">&#40;</span>person->pm_nombre<span style="color: #000000;">&#41;</span> ,<span style="color: #ff0000;">'Error'</span><span style="color: #000000;">&#41;</span><br />                     l1:= <span style="color: #0000ff;">Left</span><span style="color: #000000;">&#40;</span>letras, <span style="color: #000000;">80</span><span style="color: #000000;">&#41;</span><br />                     il:= <span style="color: #000000;">80</span><br />                     <span style="color: #00C800;">Do</span> <span style="color: #00C800;">While</span> <span style="color: #000000;">&#40;</span><span style="color: #0000ff;">SubStr</span><span style="color: #000000;">&#40;</span>l1, il, <span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span> != <span style="color: #ff0000;">" "</span><span style="color: #000000;">&#41;</span><br />                        il:= il - <span style="color: #000000;">1</span><br />                     <span style="color: #00C800;">EndDo</span><br />                     let1:= <span style="color: #0000ff;">Left</span><span style="color: #000000;">&#40;</span>letras, il<span style="color: #000000;">&#41;</span> + Space<span style="color: #000000;">&#40;</span><span style="color: #000000;">80</span> - il<span style="color: #000000;">&#41;</span><br />                     let2:= <span style="color: #0000ff;">SubStr</span><span style="color: #000000;">&#40;</span>letras, il + <span style="color: #000000;">1</span>, Len<span style="color: #000000;">&#40;</span>letras<span style="color: #000000;">&#41;</span> - il<span style="color: #000000;">&#41;</span><br />                     oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">12.30</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Son Pesos: '</span> + let1 , oFont1 <span style="color: #000000;">&#41;</span><br />                     oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">12.80</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Son Pesos: '</span> + let2 , oFont1 <span style="color: #000000;">&#41;</span><br />                     <span style="color: #B900B9;">//DUPLICADO</span><br />                     oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">26.30</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Son Pesos: '</span> + let1 , oFont1 <span style="color: #000000;">&#41;</span><br />                     oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">26.80</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Son Pesos: '</span> + let2 , oFont1 <span style="color: #000000;">&#41;</span><br />                  <span style="color: #00C800;">Else</span><br />                     oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">12.30</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Son Pesos: '</span> + letras , oFont1 <span style="color: #000000;">&#41;</span><br />                     <span style="color: #B900B9;">//DUPLICADO</span><br />                     oPrn:<span style="color: #000000;">CmSay</span> <span style="color: #000000;">&#40;</span> <span style="color: #000000;">26.30</span>, <span style="color: #000000;">1.10</span>, <span style="color: #ff0000;">'Son Pesos: '</span> + letras , oFont1 <span style="color: #000000;">&#41;</span><br />                  <span style="color: #00C800;">EndIf</span><br /><br />         <span style="color: #0000ff;">ENDPAGE</span><br /><span style="color: #B900B9;">//         RECIBOFW(person->pm_legajo, Arg2, Arg4)</span><br />         <span style="color: #00C800;">Next</span><br />         <span style="color: #00C800;">EndIf</span><br />      <span style="color: #00C800;">EndIf</span><br />      person-><span style="color: #000000;">&#40;</span>dbSkip<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">EndDo</span><br /><br /><span style="color: #0000ff;">ENDPRINT</span><br />oFont1:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />oFont2:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />oFont3:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />oPen1:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />oPen2:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /><br /> </div>[/code:3rwsacrj][/quote:3rwsacrj] Hola Postinelli. Muchas gracias por tu gesto y ayuda. Vere tu codigo, Mr. Roa me deja preocupado con la información que cmSay(), es una obsoleto.!!! Muchas gracias y muchos saludos. Antonio
Ayuda Imprimir Liquidacion de Sueldo
Hola Postinelli. Revise tu código, esta super, muy claro y muy bien diseñado el formato. Mil gracias por tu ayuda. Saludos Antonio
Ayuda Imprimir Liquidacion de Sueldo
Hola Antonio: Creo que lo que dice Mr. Rao es que en lugar de usar oPrn:CmSay podrías usar los comandos @ PRINT Son bastantes mas claros (al menos para mi) Te dejo un ejemplo [code=fw:39mg838k]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Report.ch"</span><br />**************************************************************<br />** Impresion del recibo de pagos<br /><span style="color: #00C800;">FUNCTION</span> Recibo<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">LOCAL</span> oFont, oFont1, oPrn, nRow<br />&nbsp; &nbsp;<br />&nbsp; &nbsp;<br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont &nbsp; <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"ARIAL"</span> &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">SIZE</span> config:<span style="color: #000000;">fon</span>,config:<span style="color: #000000;">fon*</span><span style="color: #000000;">2.5</span><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont1 &nbsp;<span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"CALIBRI"</span> &nbsp; &nbsp; <span style="color: #0000ff;">SIZE</span> config:<span style="color: #000000;">fon*</span><span style="color: #000000;">1.5</span>,config:<span style="color: #000000;">fon*</span><span style="color: #000000;">4</span> BOLD<br /><span style="color: #00C800;">PRINT</span> oPrn <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"Recibo"</span> PREVIEW <span style="color: #0000ff;">MODAL</span><br />&nbsp; &nbsp;oPrn:<span style="color: #000000;">SetPortrait</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;oPrn:<span style="color: #000000;">SetPage</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">9</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<span style="color: #0000ff;">PAGE</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp;** Con nRow puedes ir imprimiendo debajo de lo ultimo que imprimiste<br />&nbsp; &nbsp; &nbsp; &nbsp;@ <span style="color: #000000;">2</span>, <span style="color: #000000;">1</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> <span style="color: #ff0000;">"Nombre de la Empresa"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">9</span>,<span style="color: #000000;">1</span> CM <span style="color: #0000ff;">FONT</span> oFont1 ALIGN <span style="color: #ff0000;">"C"</span> LASTROW nRow<br />&nbsp; &nbsp; &nbsp; &nbsp;** <span style="color: #000000;">2</span>, <span style="color: #000000;">1</span> es en <span style="color: #000000;">2</span> cm de margen superior y <span style="color: #000000;">1</span> cm del margen izquierdo<br />&nbsp; &nbsp; &nbsp; &nbsp;** <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">9</span>,<span style="color: #000000;">1</span> Quiere decir que el texto lo tiene que mostrar en <span style="color: #000000;">9</span> cms de ancho por <span style="color: #000000;">1</span> de alto<br />&nbsp; &nbsp; &nbsp; &nbsp;** ALING <span style="color: #ff0000;">"C"</span> te alinea el texto CENTRALIZADO <span style="color: #000000;">&#40;</span>L: <span style="color: #0000ff;">Left</span>, R: <span style="color: #0000ff;">Right</span><span style="color: #000000;">&#41;</span> en los <span style="color: #000000;">9</span> cms que vos le indicaste<br />&nbsp; &nbsp; &nbsp; &nbsp;** Siempre con el tamaño del <span style="color: #0000ff;">font</span> que estes utilizando, eso es lo bueno...<br />&nbsp; &nbsp; &nbsp; &nbsp;@ nRow, <span style="color: #000000;">01</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> <span style="color: #ff0000;">"Domicilio Comercial:"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">9</span>,<span style="color: #000000;">1</span> CM <span style="color: #0000ff;">FONT</span> oFont LASTROW nRow ALIGN <span style="color: #ff0000;">"C"</span>&nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp;@ nRow, <span style="color: #000000;">01</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> <span style="color: #ff0000;">"Condicion de IVA"</span> &nbsp;<span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">9</span>,<span style="color: #000000;">1</span> CM <span style="color: #0000ff;">FONT</span> oFont LASTROW nRow ALIGN <span style="color: #ff0000;">"C"</span><br />&nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; @ <span style="color: #000000;">5.5</span>, <span style="color: #000000;">1</span> &nbsp; <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> <span style="color: #ff0000;">"C.U.I.T.:"</span> &nbsp; <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">3</span>,.<span style="color: #000000;">5</span> CM <span style="color: #0000ff;">FONT</span> oFont1 ALIGN <span style="color: #ff0000;">"R"</span><br />&nbsp; &nbsp; @ <span style="color: #000000;">5.5</span>, <span style="color: #000000;">4.1</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> oQryPag:<span style="color: #000000;">cuit</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">6</span>,.<span style="color: #000000;">5</span> CM <span style="color: #0000ff;">FONT</span> oFont ALIGN <span style="color: #ff0000;">"L"</span><br />&nbsp; &nbsp; @ <span style="color: #000000;">5.5</span>, <span style="color: #000000;">9.5</span> &nbsp;<span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> <span style="color: #ff0000;">"Razon Social:"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">2.5</span>,<span style="color: #000000;">1</span> CM <span style="color: #0000ff;">FONT</span> oFont1 ALIGN <span style="color: #ff0000;">"R"</span><br />&nbsp; &nbsp; @ <span style="color: #000000;">5.5</span>, <span style="color: #000000;">12.5</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> ALLTRIM<span style="color: #000000;">&#40;</span>oQryPag:<span style="color: #000000;">nombre</span><span style="color: #000000;">&#41;</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">8</span>,<span style="color: #000000;">1</span> CM <span style="color: #0000ff;">FONT</span> oFont LASTROW nRow ALIGN <span style="color: #ff0000;">"L"</span> &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; ** Etc. Etc.<br />&nbsp; &nbsp; &nbsp; &nbsp; ** Tambien puedes poner imagenes<br />&nbsp; &nbsp; &nbsp; &nbsp; @ <span style="color: #000000;">0.5</span>,.<span style="color: #000000;">5</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">IMAGE</span> <span style="color: #ff0000;">"logo.jpg"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">6</span>, <span style="color: #000000;">1</span> CM <br />&nbsp; &nbsp;<span style="color: #0000ff;">ENDPAGE</span><br /><span style="color: #0000ff;">ENDPRINT</span><br /><span style="color: #00C800;">RETURN</span> <span style="color: #00C800;">nil</span><br />&nbsp;</div>[/code:39mg838k]
Ayuda Imprimir Liquidacion de Sueldo
[quote="cmsoft":2js1i4pi]Hola Antonio: Creo que lo que dice Mr. Rao es que en lugar de usar oPrn:CmSay podrías usar los comandos @ PRINT Son bastantes mas claros (al menos para mi) Te dejo un ejemplo [code=fw:2js1i4pi]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Report.ch"</span><br />**************************************************************<br />** Impresion del recibo de pagos<br /><span style="color: #00C800;">FUNCTION</span> Recibo<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">LOCAL</span> oFont, oFont1, oPrn, nRow<br />   <br />   <br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont   <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"ARIAL"</span>       <span style="color: #0000ff;">SIZE</span> config:<span style="color: #000000;">fon</span>,config:<span style="color: #000000;">fon*</span><span style="color: #000000;">2.5</span><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont1  <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"CALIBRI"</span>     <span style="color: #0000ff;">SIZE</span> config:<span style="color: #000000;">fon*</span><span style="color: #000000;">1.5</span>,config:<span style="color: #000000;">fon*</span><span style="color: #000000;">4</span> BOLD<br /><span style="color: #00C800;">PRINT</span> oPrn <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"Recibo"</span> PREVIEW <span style="color: #0000ff;">MODAL</span><br />   oPrn:<span style="color: #000000;">SetPortrait</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />   oPrn:<span style="color: #000000;">SetPage</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">9</span><span style="color: #000000;">&#41;</span><br />   <span style="color: #0000ff;">PAGE</span>            <br />       ** Con nRow puedes ir imprimiendo debajo de lo ultimo que imprimiste<br />       @ <span style="color: #000000;">2</span>, <span style="color: #000000;">1</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> <span style="color: #ff0000;">"Nombre de la Empresa"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">9</span>,<span style="color: #000000;">1</span> CM <span style="color: #0000ff;">FONT</span> oFont1 ALIGN <span style="color: #ff0000;">"C"</span> LASTROW nRow<br />       ** <span style="color: #000000;">2</span>, <span style="color: #000000;">1</span> es en <span style="color: #000000;">2</span> cm de margen superior y <span style="color: #000000;">1</span> cm del margen izquierdo<br />       ** <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">9</span>,<span style="color: #000000;">1</span> Quiere decir que el texto lo tiene que mostrar en <span style="color: #000000;">9</span> cms de ancho por <span style="color: #000000;">1</span> de alto<br />       ** ALING <span style="color: #ff0000;">"C"</span> te alinea el texto CENTRALIZADO <span style="color: #000000;">&#40;</span>L: <span style="color: #0000ff;">Left</span>, R: <span style="color: #0000ff;">Right</span><span style="color: #000000;">&#41;</span> en los <span style="color: #000000;">9</span> cms que vos le indicaste<br />       ** Siempre con el tamaño del <span style="color: #0000ff;">font</span> que estes utilizando, eso es lo bueno...<br />       @ nRow, <span style="color: #000000;">01</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> <span style="color: #ff0000;">"Domicilio Comercial:"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">9</span>,<span style="color: #000000;">1</span> CM <span style="color: #0000ff;">FONT</span> oFont LASTROW nRow ALIGN <span style="color: #ff0000;">"C"</span>      <br />       @ nRow, <span style="color: #000000;">01</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> <span style="color: #ff0000;">"Condicion de IVA"</span>  <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">9</span>,<span style="color: #000000;">1</span> CM <span style="color: #0000ff;">FONT</span> oFont LASTROW nRow ALIGN <span style="color: #ff0000;">"C"</span><br />       <br />    @ <span style="color: #000000;">5.5</span>, <span style="color: #000000;">1</span>   <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> <span style="color: #ff0000;">"C.U.I.T.:"</span>   <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">3</span>,.<span style="color: #000000;">5</span> CM <span style="color: #0000ff;">FONT</span> oFont1 ALIGN <span style="color: #ff0000;">"R"</span><br />    @ <span style="color: #000000;">5.5</span>, <span style="color: #000000;">4.1</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> oQryPag:<span style="color: #000000;">cuit</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">6</span>,.<span style="color: #000000;">5</span> CM <span style="color: #0000ff;">FONT</span> oFont ALIGN <span style="color: #ff0000;">"L"</span><br />    @ <span style="color: #000000;">5.5</span>, <span style="color: #000000;">9.5</span>  <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> <span style="color: #ff0000;">"Razon Social:"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">2.5</span>,<span style="color: #000000;">1</span> CM <span style="color: #0000ff;">FONT</span> oFont1 ALIGN <span style="color: #ff0000;">"R"</span><br />    @ <span style="color: #000000;">5.5</span>, <span style="color: #000000;">12.5</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> ALLTRIM<span style="color: #000000;">&#40;</span>oQryPag:<span style="color: #000000;">nombre</span><span style="color: #000000;">&#41;</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">8</span>,<span style="color: #000000;">1</span> CM <span style="color: #0000ff;">FONT</span> oFont LASTROW nRow ALIGN <span style="color: #ff0000;">"L"</span>   <br />        ** Etc. Etc.<br />        ** Tambien puedes poner imagenes<br />        @ <span style="color: #000000;">0.5</span>,.<span style="color: #000000;">5</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">IMAGE</span> <span style="color: #ff0000;">"logo.jpg"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">6</span>, <span style="color: #000000;">1</span> CM <br />   <span style="color: #0000ff;">ENDPAGE</span><br /><span style="color: #0000ff;">ENDPRINT</span><br /><span style="color: #00C800;">RETURN</span> <span style="color: #00C800;">nil</span><br /> </div>[/code:2js1i4pi][/quote:2js1i4pi] Yes. This is our recommendation. These commands work for FWH1709. cmSay() is obsolete. We can use the commands to print multi-line text also in a given rectangle, aligned left, center, right, top, bottom, vertical center. ( default top-left)
Ayuda Imprimir Liquidacion de Sueldo
Mr. Roa. Muchas gracias por su siempre ayuda y tiempo dedicado. Me queda muy clara su información, se paso, probare lo que me sugiere. Muchas gracias. Antonio
Ayuda Imprimir Liquidacion de Sueldo
[quote="cmsoft":7k509zk2]Hola Antonio: Creo que lo que dice Mr. Rao es que en lugar de usar oPrn:CmSay podrías usar los comandos @ PRINT Son bastantes mas claros (al menos para mi) Te dejo un ejemplo [code=fw:7k509zk2]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Report.ch"</span><br />**************************************************************<br />** Impresion del recibo de pagos<br /><span style="color: #00C800;">FUNCTION</span> Recibo<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">LOCAL</span> oFont, oFont1, oPrn, nRow<br />   <br />   <br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont   <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"ARIAL"</span>       <span style="color: #0000ff;">SIZE</span> config:<span style="color: #000000;">fon</span>,config:<span style="color: #000000;">fon*</span><span style="color: #000000;">2.5</span><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont1  <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"CALIBRI"</span>     <span style="color: #0000ff;">SIZE</span> config:<span style="color: #000000;">fon*</span><span style="color: #000000;">1.5</span>,config:<span style="color: #000000;">fon*</span><span style="color: #000000;">4</span> BOLD<br /><span style="color: #00C800;">PRINT</span> oPrn <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"Recibo"</span> PREVIEW <span style="color: #0000ff;">MODAL</span><br />   oPrn:<span style="color: #000000;">SetPortrait</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />   oPrn:<span style="color: #000000;">SetPage</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">9</span><span style="color: #000000;">&#41;</span><br />   <span style="color: #0000ff;">PAGE</span>            <br />       ** Con nRow puedes ir imprimiendo debajo de lo ultimo que imprimiste<br />       @ <span style="color: #000000;">2</span>, <span style="color: #000000;">1</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> <span style="color: #ff0000;">"Nombre de la Empresa"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">9</span>,<span style="color: #000000;">1</span> CM <span style="color: #0000ff;">FONT</span> oFont1 ALIGN <span style="color: #ff0000;">"C"</span> LASTROW nRow<br />       ** <span style="color: #000000;">2</span>, <span style="color: #000000;">1</span> es en <span style="color: #000000;">2</span> cm de margen superior y <span style="color: #000000;">1</span> cm del margen izquierdo<br />       ** <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">9</span>,<span style="color: #000000;">1</span> Quiere decir que el texto lo tiene que mostrar en <span style="color: #000000;">9</span> cms de ancho por <span style="color: #000000;">1</span> de alto<br />       ** ALING <span style="color: #ff0000;">"C"</span> te alinea el texto CENTRALIZADO <span style="color: #000000;">&#40;</span>L: <span style="color: #0000ff;">Left</span>, R: <span style="color: #0000ff;">Right</span><span style="color: #000000;">&#41;</span> en los <span style="color: #000000;">9</span> cms que vos le indicaste<br />       ** Siempre con el tamaño del <span style="color: #0000ff;">font</span> que estes utilizando, eso es lo bueno...<br />       @ nRow, <span style="color: #000000;">01</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> <span style="color: #ff0000;">"Domicilio Comercial:"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">9</span>,<span style="color: #000000;">1</span> CM <span style="color: #0000ff;">FONT</span> oFont LASTROW nRow ALIGN <span style="color: #ff0000;">"C"</span>      <br />       @ nRow, <span style="color: #000000;">01</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> <span style="color: #ff0000;">"Condicion de IVA"</span>  <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">9</span>,<span style="color: #000000;">1</span> CM <span style="color: #0000ff;">FONT</span> oFont LASTROW nRow ALIGN <span style="color: #ff0000;">"C"</span><br />       <br />    @ <span style="color: #000000;">5.5</span>, <span style="color: #000000;">1</span>   <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> <span style="color: #ff0000;">"C.U.I.T.:"</span>   <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">3</span>,.<span style="color: #000000;">5</span> CM <span style="color: #0000ff;">FONT</span> oFont1 ALIGN <span style="color: #ff0000;">"R"</span><br />    @ <span style="color: #000000;">5.5</span>, <span style="color: #000000;">4.1</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> oQryPag:<span style="color: #000000;">cuit</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">6</span>,.<span style="color: #000000;">5</span> CM <span style="color: #0000ff;">FONT</span> oFont ALIGN <span style="color: #ff0000;">"L"</span><br />    @ <span style="color: #000000;">5.5</span>, <span style="color: #000000;">9.5</span>  <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> <span style="color: #ff0000;">"Razon Social:"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">2.5</span>,<span style="color: #000000;">1</span> CM <span style="color: #0000ff;">FONT</span> oFont1 ALIGN <span style="color: #ff0000;">"R"</span><br />    @ <span style="color: #000000;">5.5</span>, <span style="color: #000000;">12.5</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> ALLTRIM<span style="color: #000000;">&#40;</span>oQryPag:<span style="color: #000000;">nombre</span><span style="color: #000000;">&#41;</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">8</span>,<span style="color: #000000;">1</span> CM <span style="color: #0000ff;">FONT</span> oFont LASTROW nRow ALIGN <span style="color: #ff0000;">"L"</span>   <br />        ** Etc. Etc.<br />        ** Tambien puedes poner imagenes<br />        @ <span style="color: #000000;">0.5</span>,.<span style="color: #000000;">5</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">IMAGE</span> <span style="color: #ff0000;">"logo.jpg"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">6</span>, <span style="color: #000000;">1</span> CM <br />   <span style="color: #0000ff;">ENDPAGE</span><br /><span style="color: #0000ff;">ENDPRINT</span><br /><span style="color: #00C800;">RETURN</span> <span style="color: #00C800;">nil</span><br /> </div>[/code:7k509zk2][/quote:7k509zk2] Hola Cesar. Muchas gracias por tu ayuda. Muchos saludos Antonio
Ayuda Imprimir Liquidacion de Sueldo
[quote="remtec":1666yu0d][quote="cmsoft":1666yu0d]Hola Antonio: Creo que lo que dice Mr. Rao es que en lugar de usar oPrn:CmSay podrías usar los comandos @ PRINT Son bastantes mas claros (al menos para mi) Te dejo un ejemplo [code=fw:1666yu0d]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Report.ch"</span><br />**************************************************************<br />** Impresion del recibo de pagos<br /><span style="color: #00C800;">FUNCTION</span> Recibo<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">LOCAL</span> oFont, oFont1, oPrn, nRow<br />   <br />   <br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont   <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"ARIAL"</span>       <span style="color: #0000ff;">SIZE</span> config:<span style="color: #000000;">fon</span>,config:<span style="color: #000000;">fon*</span><span style="color: #000000;">2.5</span><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont1  <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"CALIBRI"</span>     <span style="color: #0000ff;">SIZE</span> config:<span style="color: #000000;">fon*</span><span style="color: #000000;">1.5</span>,config:<span style="color: #000000;">fon*</span><span style="color: #000000;">4</span> BOLD<br /><span style="color: #00C800;">PRINT</span> oPrn <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"Recibo"</span> PREVIEW <span style="color: #0000ff;">MODAL</span><br />   oPrn:<span style="color: #000000;">SetPortrait</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />   oPrn:<span style="color: #000000;">SetPage</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">9</span><span style="color: #000000;">&#41;</span><br />   <span style="color: #0000ff;">PAGE</span>            <br />       ** Con nRow puedes ir imprimiendo debajo de lo ultimo que imprimiste<br />       @ <span style="color: #000000;">2</span>, <span style="color: #000000;">1</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> <span style="color: #ff0000;">"Nombre de la Empresa"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">9</span>,<span style="color: #000000;">1</span> CM <span style="color: #0000ff;">FONT</span> oFont1 ALIGN <span style="color: #ff0000;">"C"</span> LASTROW nRow<br />       ** <span style="color: #000000;">2</span>, <span style="color: #000000;">1</span> es en <span style="color: #000000;">2</span> cm de margen superior y <span style="color: #000000;">1</span> cm del margen izquierdo<br />       ** <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">9</span>,<span style="color: #000000;">1</span> Quiere decir que el texto lo tiene que mostrar en <span style="color: #000000;">9</span> cms de ancho por <span style="color: #000000;">1</span> de alto<br />       ** ALING <span style="color: #ff0000;">"C"</span> te alinea el texto CENTRALIZADO <span style="color: #000000;">&#40;</span>L: <span style="color: #0000ff;">Left</span>, R: <span style="color: #0000ff;">Right</span><span style="color: #000000;">&#41;</span> en los <span style="color: #000000;">9</span> cms que vos le indicaste<br />       ** Siempre con el tamaño del <span style="color: #0000ff;">font</span> que estes utilizando, eso es lo bueno...<br />       @ nRow, <span style="color: #000000;">01</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> <span style="color: #ff0000;">"Domicilio Comercial:"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">9</span>,<span style="color: #000000;">1</span> CM <span style="color: #0000ff;">FONT</span> oFont LASTROW nRow ALIGN <span style="color: #ff0000;">"C"</span>      <br />       @ nRow, <span style="color: #000000;">01</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> <span style="color: #ff0000;">"Condicion de IVA"</span>  <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">9</span>,<span style="color: #000000;">1</span> CM <span style="color: #0000ff;">FONT</span> oFont LASTROW nRow ALIGN <span style="color: #ff0000;">"C"</span><br />       <br />    @ <span style="color: #000000;">5.5</span>, <span style="color: #000000;">1</span>   <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> <span style="color: #ff0000;">"C.U.I.T.:"</span>   <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">3</span>,.<span style="color: #000000;">5</span> CM <span style="color: #0000ff;">FONT</span> oFont1 ALIGN <span style="color: #ff0000;">"R"</span><br />    @ <span style="color: #000000;">5.5</span>, <span style="color: #000000;">4.1</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> oQryPag:<span style="color: #000000;">cuit</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">6</span>,.<span style="color: #000000;">5</span> CM <span style="color: #0000ff;">FONT</span> oFont ALIGN <span style="color: #ff0000;">"L"</span><br />    @ <span style="color: #000000;">5.5</span>, <span style="color: #000000;">9.5</span>  <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> <span style="color: #ff0000;">"Razon Social:"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">2.5</span>,<span style="color: #000000;">1</span> CM <span style="color: #0000ff;">FONT</span> oFont1 ALIGN <span style="color: #ff0000;">"R"</span><br />    @ <span style="color: #000000;">5.5</span>, <span style="color: #000000;">12.5</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">TEXT</span> ALLTRIM<span style="color: #000000;">&#40;</span>oQryPag:<span style="color: #000000;">nombre</span><span style="color: #000000;">&#41;</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">8</span>,<span style="color: #000000;">1</span> CM <span style="color: #0000ff;">FONT</span> oFont LASTROW nRow ALIGN <span style="color: #ff0000;">"L"</span>   <br />        ** Etc. Etc.<br />        ** Tambien puedes poner imagenes<br />        @ <span style="color: #000000;">0.5</span>,.<span style="color: #000000;">5</span> <span style="color: #00C800;">PRINT</span> <span style="color: #0000ff;">TO</span> oPrn <span style="color: #0000ff;">IMAGE</span> <span style="color: #ff0000;">"logo.jpg"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">6</span>, <span style="color: #000000;">1</span> CM <br />   <span style="color: #0000ff;">ENDPAGE</span><br /><span style="color: #0000ff;">ENDPRINT</span><br /><span style="color: #00C800;">RETURN</span> <span style="color: #00C800;">nil</span><br /> </div>[/code:1666yu0d][/quote:1666yu0d] Hola Cesar. Deseo que estes muy bien. Muchas gracias por tu ayuda. Muchos saludos Antonio[/quote:1666yu0d]
Ayuda Imprimir Liquidacion de Sueldo
Cualquier duda a tu disposicion!! Saludos Antonio!
Ayuda Imprimir Liquidacion de Sueldo
Hola Cesar Tengo una duda, en el código que me proporciono Mr. Roa, como puedo habilitar el Icono de Excel? Muchas gracias por toda la ayuda Muchos saludos. Antonio
Ayuda Imprimir Liquidacion de Sueldo
Hola Antonio: La clase rpreview cuando es PRINT y no REPORT la que la llama, por defecto no habilita el botón de Excel.
Ayuda Imprimir Liquidacion de Sueldo
[quote="cmsoft":665o19bn]Hola Antonio: La clase rpreview cuando es PRINT y no REPORT la que la llama, por defecto no habilita el botón de Excel.[/quote:665o19bn] Hola Cesar. Muy buen dia. Como siempre muchas gracias por tu ayuda. Creo que no entendi. Mira en REPORT, con esta linea se habilita el boton de Excel en Preview : oReporte:bInit := { || b->( DBGOTOP() ) } // Habilita Boton Excel en Preview. Pero en PRINT, al estar en Preview no se puede habilitar el boton excel? Muchos saludos y muchas gracias por toda tu ayuda. Antonio
Ayuda Imprimir Liquidacion de Sueldo
Antonio. <!-- l --><a class="postlink-local" href="https://forums.fivetechsupport.com/viewtopic.php?f=3&t=39065#p233067">viewtopic.php?f=3&t=39065#p233067</a><!-- l --> Saludos.
Ayuda Imprimir Liquidacion de Sueldo
Acá lo explica Mr. Rao: [quote:20uxhpkp] Excel button works when 1) Report is generated from xbrowse, using oBrw:ToExcel() 2) Report is generated using TReport class, if oReport:bInit is assigned with a codeblock, typically { || dbgotop() }. Or if the programmer provides his own custom oReport:bToExcel codeblock. 3) Report is generated using TPrinter class and the programmer provides his own custom oPrn:bToExcel codeblock In all other cases and also if Excel is not installed, Excel button is diplayed as "DISABLED".[/quote:20uxhpkp] Traducido [quote:20uxhpkp]El botón de Excel funciona cuando 1) El informe se genera desde xbrowse, usando oBrw: ToExcel () 2) El informe se genera utilizando la clase TReport, si oReport: bInit se asigna con un bloque de código, normalmente {|| dbgotop ()}. O si el programador proporciona su propio bloque de código oReport: bToExcel personalizado. 3) El informe se genera usando la clase TPrinter y el programador proporciona su propio bloque de código oPrn: bToExcel personalizado En todos los demás casos y también si Excel no está instalado, el botón de Excel se muestra como "DESHABILITADO".[/quote:20uxhpkp] O sea, que en caso de que quieras que exporte a Excel, tendrás que generar la función vos por tu cuenta, asignandola a el codeblock bToExcel oPron:bToExcel := {|| MiFuncionExcel()}
Ayuda Inicial
Buenas Amigos espero q hayan recibido un excelente año nuevo, bueno tengo la siguiente duda: Tengo una Pantalla que debe aparacer al arrancar el sistema este es el PRG // Programa Principal #include "FWCE.ch" //----------------------------------------------------------------------------// function Main() local oWnd,oBmp DEFINE WINDOW oWnd TITLE "Saico Remoto" ; MENU BuildMenu() @ 0,0 BITMAP oBmp FILENAME CURDIR() + "\inicio.bmp" NOBORDER oBmp:lTransparent = .t. ACTIVATE WINDOW oWnd return nil //----------------------------------------------------------------------------// function BuildMenu() local oMenu DEFINE MENU oMenu RESOURCE 102 REDEFINE MENUITEM ID 100 OF oMenu ACTION Main1() REDEFINE MENUITEM ID 110 OF oMenu ACTION oWnd:End() return oMenu //----------------------------------------------------------------------------// function Main1() local oWnd1, oSay, oBmp1 DEFINE WINDOW oWnd1 TITLE "Saico Remoto" @ 15,05 BITMAP oBmp1 FILENAME CURDIR() + "\logo.bmp" NOBORDER oBmp1:lTransparent = .t. //@ 12,17 SAY oSay PROMPT "Option" @ 07,20 BTNBMP FILE CurDir() + "\cliente.bmp"; SIZE 60, 60 ; ACTION oSay:SetText( "users" ) @ 07,90 BTNBMP FILE CurDir() + "\vendedor.bmp"; SIZE 60, 60 ; ACTION oSay:SetText( "open" ) @ 07,160 BTNBMP FILE CurDir() + "\articulo.bmp"; SIZE 60, 60 ; ACTION oSay:SetText( "search" ) @ 71,20 BTNBMP FILE CurDir() + "\ruta.bmp"; SIZE 60, 60 ; ACTION oSay:SetText( "print" ) @ 71,90 BTNBMP FILE CurDir() + "\cobro.bmp"; SIZE 60, 60 ; ACTION oSay:SetText( "setup" ) @ 71,160 BTNBMP FILE CurDir() + "\pedido.bmp"; SIZE 60, 60 ; ACTION oSay:SetText( "star" ) @ 135,20 BTNBMP FILE CurDir() + "\envia.bmp"; SIZE 60, 60 ; ACTION oSay:SetText( "star" ) @ 135,90 BTNBMP FILE CurDir() + "\condigur.bmp"; SIZE 60, 60 ; ACTION oSay:SetText( "star" ) @ 135,160 BTNBMP FILE CurDir() + "\Salir.bmp"; SIZE 60, 60 ; ACTION oWnd1:End() ACTIVATE WINDOW oWnd1 ; VALID MsgYesNo( "¿ Desea Salir ?" ) return nil Este es el RC : #ifdef _CE #include "c:\vce\include\arm\windows.h" #include "c:\vce\include\arm\commctrl.h" #endif #define I_IMAGENONE (-2) #define IDS_HELP 104 #ifdef _CE 102 RCDATA BEGIN 102, 2, I_IMAGENONE, 202, TBSTATE_ENABLED, TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE, 202, 0, 0, I_IMAGENONE, 203, TBSTATE_ENABLED, TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE, 203, 0, 1, END #endif STRINGTABLE DISCARDABLE BEGIN 202 "Continuar" 203 "Salir" END 102 MENU DISCARDABLE BEGIN MENUITEM "", 100 MENUITEM "", 110 END test DIALOG 10, 35, 139, 89 STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "DialogBox Test" FONT 8, "system" { LTEXT "&Name:", -1, 14, 4, 23, 8 EDITTEXT 110, 12, 14, 114, 12 LTEXT "&Address:", -1, 14, 30, 32, 8 EDITTEXT 120, 12, 41, 114, 12 DEFPUSHBUTTON "OK", IDOK, 14, 67, 50, 14 PUSHBUTTON "Cancel", IDCANCEL, 74, 67, 50, 14 } El cual muestra 2 opciones Continuar y Salir quiero que al presionar Continuar ejecuta la pantalla que aparece en main1 y al presionar salir salga del programa sin ajecutar mas nada y no doy como hacerlo... Ademas como puedes ver la segunda pantalla tiene botones como hago para que el presionar uno me ejecute otra ventana asociada al boton Gracias de antemano
Ayuda Inicial
Julio, Aqui te he comentado la solución <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=93238#p93238">viewtopic.php?p=93238#p93238</a><!-- l -->
Ayuda Inicial
1.- Amigo Antonio tendras un ejemplo para imprimir en un Pidion BIP-1300 2.- Como coloco enable falso a un objeto para que sea de solo lectura. Gracias de antemano nuevamente.
Ayuda Inicial
Julio, > 1.- Amigo Antonio tendras un ejemplo para imprimir en un Pidion BIP-1300 En caso de ser una impresora BlueTooth, tienes un ejemplo en FWPPC\samples\BlueToth.prg > 2.- Como coloco enable falso a un objeto para que sea de solo lectura. Si se trata de un GET, puedes hacer oGet:lReadOnly := .T. Cualquier control puedes deshabilitarlo haciendo: oControl:Disable() y volver a habilitarlo con oControl:Enable()
Ayuda Inicial
La impresora no es de blutooh la trae ya el BIP-1300 integrada, y queria saber si existe un ejemplo Gracias
Ayuda Inicial
Julio, Puedes revisar su documentación para confirmar si se accede a ella por un puerto COM ? Es lo más probable, por lo que te serviría el mismo código de samples\BlueToth.prg cambiando solo el número del puerto COM
Ayuda Mercury TWeb y TWebBrowse
Para Carles, Carles, estimado amigo. En base al ejemplo, con bootstrap, de mercury estoy armando mi aplicacion. Pero no logro mostrar el Browse. El ejemplo de tweb: [b:1ps96sdl]http://localhost/tweb/browse[/b:1ps96sdl] funciona perfecto. Ahora bien, copie "practicamente" todo el codigo del ejemplo (browse.prg) y tengo un archivo [b:1ps96sdl].view[/b:1ps96sdl]: [code=fw:1ps96sdl]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><!-- <span style="color: #0000ff;">Page</span> Content  --><br /><div <span style="color: #0000ff;">id</span>=<span style="color: #ff0000;">"content"</span>><br /><br />    <span style="color: #000000;">&#123;</span><span style="color: #000000;">&#123;</span> View<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">'content_btn.view'</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#125;</span><br /><br />    <h2>Users</h2><br /><br />    <?prg <br />    <span style="color: #00D7D7;">#include</span> <span style="color: #000000;">&#123;</span><span style="color: #000000;">&#123;</span> TWebInclude<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#125;</span><br />    <span style="color: #B900B9;">//#include {% TWebInclude() %}</span><br /><br />    <span style="color: #B900B9;">//function main()</span><br />        <span style="color: #00C800;">local</span> o, oCol, oBrw<br />        <span style="color: #00C800;">local</span> aRows := <span style="color: #000000;">&#123;</span><span style="color: #000000;">&#125;</span><br />        <br />        Aadd<span style="color: #000000;">&#40;</span> aRows, <span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">'id'</span> => <span style="color: #000000;">1</span>, <span style="color: #ff0000;">'name'</span> => <span style="color: #ff0000;">'Charly Aubia'</span>, <span style="color: #ff0000;">'abr'</span> => <span style="color: #ff0000;">'CA'</span> <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#41;</span><br />        Aadd<span style="color: #000000;">&#40;</span> aRows, <span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">'id'</span> => <span style="color: #000000;">2</span>, <span style="color: #ff0000;">'name'</span> => <span style="color: #ff0000;">'Maria de la O'</span>, <span style="color: #ff0000;">'abr'</span> => <span style="color: #ff0000;">'MO'</span>  <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#41;</span><br />        Aadd<span style="color: #000000;">&#40;</span> aRows, <span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">'id'</span> => <span style="color: #000000;">3</span>, <span style="color: #ff0000;">'name'</span> => <span style="color: #ff0000;">'John Kocinsky'</span>, <span style="color: #ff0000;">'abr'</span> => <span style="color: #ff0000;">'JK'</span>  <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#41;</span> <br />    <br />        <span style="color: #0000ff;">DEFINE</span> WEB oWeb <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">'Basic Browse'</span> TABLES <span style="color: #0000ff;">INIT</span><br />        <br />        <span style="color: #0000ff;">DEFINE</span> FORM o<br />    <br />            HTML o <span style="color: #00C800;">INLINE</span> <span style="color: #ff0000;">'<h3>Basic Browse</h3><hr>'</span><br />            <br />        <span style="color: #0000ff;">INIT</span> FORM o             <br />    <br />            <span style="color: #0000ff;">DEFINE</span> BROWSE oBrw <span style="color: #0000ff;">ID</span> <span style="color: #ff0000;">'ringo'</span> HEIGHT <span style="color: #000000;">400</span> <span style="color: #0000ff;">OF</span> o<br />    <br />                ADD oCol <span style="color: #0000ff;">TO</span> oBrw <span style="color: #0000ff;">ID</span> <span style="color: #ff0000;">'id'</span>    HEADER <span style="color: #ff0000;">'Id.'</span> <br />                ADD oCol <span style="color: #0000ff;">TO</span> oBrw <span style="color: #0000ff;">ID</span> <span style="color: #ff0000;">'name'</span>  HEADER <span style="color: #ff0000;">'Name'</span>                   <br />                <span style="color: #B900B9;">//ADD oCol TO oBrw ID 'abr' HEADER 'abr'                    </span><br />    <br />            <span style="color: #0000ff;">INIT</span> BROWSE oBrw <span style="color: #00C800;">DATA</span> aRows <br />    <br />    END FORM o <span style="color: #00C800;">RETURN</span>   <br />    <span style="color: #B900B9;">//retu nil</span><br />    ?><br /></div><br /> </div>[/code:1ps96sdl] y no muestra el browse. en la pestaña consola del impector de la pagina web me muestra: [quote:1ps96sdl] tweb.js:900 Uncaught TypeError: oBrowse.bootstrapTable is not a function at new TWebBrowse (tweb.js:900) at usrbrowse:249 [/quote:1ps96sdl] tambien tengo el resultado de tweb: [quote:1ps96sdl] <script> var _ringo = new TWebBrowse( "ringo", null, false ); _ringo.SetCfgCols( JSON.parse( '{"id":{"id":"id","head":"Id.","width":"","sortable":false,"align":"","formatter":"","class":"","edit":false,"edit_type":"C","edit_with":"","edit_escape":false,"class_event":""},"name":{"id":"name","head":"Name","width":"","sortable":false,"align":"","formatter":"","class":"","edit":false,"edit_type":"C","edit_with":"","edit_escape":false,"class_event":""}}' ) );$(document).ready(function () { _ringo.Set( 'edit', false ); _ringo.Init(); var aRows = JSON.parse( '[{"id":1,"name":"Charly Aubia","abr":"CA"},{"id":2,"name":"Maria de la O","abr":"MO"},{"id":3,"name":"John Kocinsky","abr":"JK"}]' ); _ringo.SetData( aRows ); }) </script> [/quote:1ps96sdl] y dice que hubo un error aca: [quote:1ps96sdl] //console.trace() if ( lInit ) { this.Init( aData ) } else { // Instancia oBrowse = $('#' + this.cId ) oBrowse.bootstrapTable( { ignoreClickToSelectOn: TWebBrowseIgnoreClickToSelectOn } ) } } [/quote:1ps96sdl] Carles, de antemano, muchas gracias por la ayuda. Rolando Cochabamba, Bolivia.
Ayuda Mercury TWeb y TWebBrowse
Rolando, [b:7mytalts]1.- Definicion de Ruta[/b:7mytalts] en el index.prg [code=fw:7mytalts]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">DEFINE</span> ROUTE <span style="color: #ff0000;">'twebbrowse'</span>       URL <span style="color: #ff0000;">'twebbrowse'</span>        CONTROLLER <span style="color: #ff0000;">'browse@test_tweb.prg'</span>   <span style="color: #0000ff;">OF</span> oApp</div>[/code:7mytalts] Como puede observar definimos la ruta "twebbrowse" que mercury enrutará hacia el controlador test_tweb.prg y ejecutará el método browse <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> [b:7mytalts]2.- Definimos el controlador[/b:7mytalts] \controller\test_tweb.prg y el metodo browse() [code=fw:7mytalts]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">//  {% LoadHRB( '/lib/tweb/tweb.hrb' ) %}</span><br /><br /><span style="color: #00C800;">CLASS</span> Test_TWeb<br /><br />    <span style="color: #00C800;">METHOD</span> <span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>    CONSTRUCTOR<br />    <br />    <span style="color: #00C800;">METHOD</span> Browse<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <br />   <br /><span style="color: #00C800;">ENDCLASS</span><br /><br /><span style="color: #00C800;">METHOD</span> <span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span> oController <span style="color: #000000;">&#41;</span> <span style="color: #00C800;">CLASS</span> Test_TWeb   <br /><br />RETU <span style="color: #00C800;">SELF</span><br /><br /><span style="color: #00C800;">METHOD</span> Browse<span style="color: #000000;">&#40;</span> oController <span style="color: #000000;">&#41;</span> <span style="color: #00C800;">CLASS</span> Test_TWeb<br /><br />    <span style="color: #00C800;">local</span> aRows := <span style="color: #000000;">&#123;</span><span style="color: #000000;">&#125;</span><br />   <br />    Aadd<span style="color: #000000;">&#40;</span> aRows, <span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">'id'</span> => <span style="color: #000000;">1</span>, <span style="color: #ff0000;">'name'</span> => <span style="color: #ff0000;">'Charly Aubia'</span>, <span style="color: #ff0000;">'abr'</span> => <span style="color: #ff0000;">'CA'</span> <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#41;</span><br />    Aadd<span style="color: #000000;">&#40;</span> aRows, <span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">'id'</span> => <span style="color: #000000;">2</span>, <span style="color: #ff0000;">'name'</span> => <span style="color: #ff0000;">'Maria de la O'</span>, <span style="color: #ff0000;">'abr'</span> => <span style="color: #ff0000;">'MO'</span>  <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#41;</span><br />    Aadd<span style="color: #000000;">&#40;</span> aRows, <span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">'id'</span> => <span style="color: #000000;">3</span>, <span style="color: #ff0000;">'name'</span> => <span style="color: #ff0000;">'John Kocinsky'</span>, <span style="color: #ff0000;">'abr'</span> => <span style="color: #ff0000;">'JK'</span>  <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#41;</span> <br /><br />    oController:<span style="color: #000000;">View</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">'tweb/browse.view'</span>, aRows <span style="color: #000000;">&#41;</span><br />    <br />RETU <span style="color: #00C800;">NIL</span></div>[/code:7mytalts] Puntos a comentar: a) Podemos tener varios controladores que dispararan views que podran o no usar TWeb. En este caso, yo cargo la libreria desde este controlador, pero se puede cargar directamente desde el index.prg. En cualquier caso, para cargar la libreria: [code=fw:7mytalts]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">//  {% LoadHRB( '/lib/tweb/tweb.hrb' ) %}</span></div>[/code:7mytalts] b) Despues definimos el metodo Browse() y el método realiza la tarea que ha de hacer un controllador: recuperar parametros, abrir modelos de datos, manejar datos, ... En este caso simplemente cargamos un array c) Una vez finaliza el proceso de datos, ejecutamos una salida: repuesta json, xml, una view. En este caso le deciemos al controlador que ejecute la view "tweb/browse.view" y le pasa de parámetro los datos, en este caso el array aRows [code=fw:7mytalts]<div class="fw" id="{CB}" style="font-family: monospace;">oController:<span style="color: #000000;">View</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">'tweb/browse.view'</span>, aRows <span style="color: #000000;">&#41;</span></div>[/code:7mytalts] [b:7mytalts]3.- Definimos la vista[/b:7mytalts] view\tweb\browse.view [code=fw:7mytalts]<div class="fw" id="{CB}" style="font-family: monospace;"><h3>Test View with browse</h3><hr><br /><br /><?prg <br />    <span style="color: #00D7D7;">#include</span> <span style="color: #000000;">&#123;</span><span style="color: #000000;">&#123;</span> TWebInclude<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#125;</span><br />    <br />    <span style="color: #00C800;">local</span> aRows := pvalue<span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span><br />    <br />    <span style="color: #0000ff;">DEFINE</span> WEB oWeb <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">'MyBrowse'</span> TABLES <span style="color: #0000ff;">INIT</span><br /><br />    <span style="color: #0000ff;">DEFINE</span> FORM o           <br /><br />    <span style="color: #0000ff;">INIT</span> FORM o  <br /><br />        ROWGROUP o<br />            <span style="color: #0000ff;">DEFINE</span> BROWSE oBrw <span style="color: #0000ff;">ID</span> <span style="color: #ff0000;">'ringo'</span> SEARCH HEIGHT <span style="color: #000000;">400</span> <span style="color: #0000ff;">OF</span> o<br /><br />                ADD oCol <span style="color: #0000ff;">TO</span> oBrw <span style="color: #0000ff;">ID</span> <span style="color: #ff0000;">'id'</span>    HEADER <span style="color: #ff0000;">'Id.'</span> <br />                ADD oCol <span style="color: #0000ff;">TO</span> oBrw <span style="color: #0000ff;">ID</span> <span style="color: #ff0000;">'name'</span>  HEADER <span style="color: #ff0000;">'Name'</span>                   <br />                ADD oCol <span style="color: #0000ff;">TO</span> oBrw <span style="color: #0000ff;">ID</span> <span style="color: #ff0000;">'abr'</span>   HEADER <span style="color: #ff0000;">'Abr.'</span>                   <br /><br />            <span style="color: #0000ff;">INIT</span> BROWSE oBrw <span style="color: #00C800;">DATA</span> aRows  <br />        END o               <br />                    <br />    END FORM o <span style="color: #00C800;">RETURN</span>   <br />?></div>[/code:7mytalts] Aqui solo recalcar que la view ejecuta por defecto codigo html puro y duro. Cualquier codigo harbour lo tenemos de poner entre las etiquetas <?prg ... ?> Observad que: a) Hacemos un include del tweb.ch para poder preprocesar los comandos tweb [code=fw:7mytalts]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #000000;">&#123;</span><span style="color: #000000;">&#123;</span> TWebInclude<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#125;</span></div>[/code:7mytalts] b) Recuperamos los parametros del controlador [quote:7mytalts]local aRows := pvalue(1)[/quote:7mytalts] c) El resto es código TWeb puro y duro Si ejecutamos ahora --> localhost/master/mercury/twebbrowse obtenemos el siguiente resultado [img:7mytalts]https&#58;//i&#46;postimg&#46;cc/8PSnghfF/browse&#46;png[/img:7mytalts] Como veis el proceso es fácil: definir un camino->un proceso->una pantalla o lo que es lo mismo: [b:7mytalts]router->controller->view[/b:7mytalts] . Hecho uno, hechos todos...(casi <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> )
Ayuda Mercury TWeb y TWebBrowse
Carles, Muchas gracias por responder y por tu dedicacion, gran TRABAJOOO!!! Respecto a la consulta, mirando el ejemplo [b:2ndl392t]'boot'[/b:2ndl392t] que viene con [b:2ndl392t]mercury[/b:2ndl392t]: 1.Copie la carpeta: [b:2ndl392t]tweb\lib\tweb[/b:2ndl392t] a la carpeta [b:2ndl392t]mercury\lib\[/b:2ndl392t] 2. Modifique el archivo [b:2ndl392t]mercury\index.prg[/b:2ndl392t], para añadirle: [code=fw:2ndl392t]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//  {% LoadHrb( 'lib/tweb/tweb.hrb' ) %}        //Loading TWEB lib</span><br /> </div>[/code:2ndl392t] 3. Modifique el archivo [b:2ndl392t]mercury\src\view\boot\content_test1.view[/b:2ndl392t], añadiendo/copiando el codigo de [b:2ndl392t]tweb\browse.prg[/b:2ndl392t] con algunos comentarios [code=fw:2ndl392t]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><!-- <span style="color: #0000ff;">Page</span> Content  --><br /><div <span style="color: #0000ff;">id</span>=<span style="color: #ff0000;">"content"</span>><br /><br />    <span style="color: #000000;">&#123;</span><span style="color: #000000;">&#123;</span> View<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">'boot/content_btn.view'</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#125;</span><br /><br />    <h2>Test <span style="color: #000000;">1</span></h2><br /><br />    <div <span style="color: #00C800;">class</span>=<span style="color: #ff0000;">"line"</span>></div><br /><br />    <?prg <br />        <span style="color: #00D7D7;">#include</span> <span style="color: #000000;">&#123;</span><span style="color: #000000;">&#123;</span> TWebInclude<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#125;</span><br />        <span style="color: #B900B9;">//#include {% TWebInclude() %}</span><br />        <span style="color: #B900B9;">//function main()</span><br />        <br />            <span style="color: #00C800;">local</span> o, oCol, oBrw<br />            <span style="color: #00C800;">local</span> aRows := <span style="color: #000000;">&#123;</span><span style="color: #000000;">&#125;</span><br />            <br />            Aadd<span style="color: #000000;">&#40;</span> aRows, <span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">'id'</span> => <span style="color: #000000;">1</span>, <span style="color: #ff0000;">'name'</span> => <span style="color: #ff0000;">'Charly Aubia'</span>, <span style="color: #ff0000;">'abr'</span> => <span style="color: #ff0000;">'CA'</span> <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#41;</span><br />            Aadd<span style="color: #000000;">&#40;</span> aRows, <span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">'id'</span> => <span style="color: #000000;">2</span>, <span style="color: #ff0000;">'name'</span> => <span style="color: #ff0000;">'Maria de la O'</span>, <span style="color: #ff0000;">'abr'</span> => <span style="color: #ff0000;">'MO'</span>  <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#41;</span><br />            Aadd<span style="color: #000000;">&#40;</span> aRows, <span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">'id'</span> => <span style="color: #000000;">3</span>, <span style="color: #ff0000;">'name'</span> => <span style="color: #ff0000;">'John Kocinsky'</span>, <span style="color: #ff0000;">'abr'</span> => <span style="color: #ff0000;">'JK'</span>  <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#41;</span> <br />        <br />            <span style="color: #B900B9;">//DEFINE WEB oWeb TITLE 'Basic Browse' TABLES INIT</span><br />            <br />            <span style="color: #0000ff;">DEFINE</span> FORM o<br />        <br />            <span style="color: #B900B9;">//  HTML o INLINE '<h3>Basic Browse</h3><hr>'</span><br />                <br />            <span style="color: #0000ff;">INIT</span> FORM o             <br />        <br />                <span style="color: #0000ff;">DEFINE</span> BROWSE oBrw <span style="color: #0000ff;">ID</span> <span style="color: #ff0000;">'ringo'</span> HEIGHT <span style="color: #000000;">400</span> <span style="color: #0000ff;">OF</span> o<br />        <br />                    ADD oCol <span style="color: #0000ff;">TO</span> oBrw <span style="color: #0000ff;">ID</span> <span style="color: #ff0000;">'id'</span>    HEADER <span style="color: #ff0000;">'Id.'</span> <br />                    ADD oCol <span style="color: #0000ff;">TO</span> oBrw <span style="color: #0000ff;">ID</span> <span style="color: #ff0000;">'name'</span>  HEADER <span style="color: #ff0000;">'Name'</span>                   <br />                    <span style="color: #B900B9;">//ADD oCol TO oBrw ID 'abr' HEADER 'abr'                    </span><br />        <br />                <span style="color: #0000ff;">INIT</span> BROWSE oBrw <span style="color: #00C800;">DATA</span> aRows <br />        <br />            <br />            END FORM o  <br />            <br />        <span style="color: #B900B9;">//retu nil          </span><br />        END FORM o <span style="color: #00C800;">RETURN</span>   <br />    ?><br /><br /></div><br /> </div>[/code:2ndl392t] Lo ejecute <!-- m --><a class="postlink" href="http://localhost/master/mercury/boot/test1">http://localhost/master/mercury/boot/test1</a><!-- m --> ...y no muestra el Browse. Carles, disculpa la molestia. De antemano, gracias por la ayuda. Rolando