1
« en: Viernes 21 de Noviembre de 2008, 18:58 »
Domo.. bueno soy novato en fox pro y me tope con este pequeño problemita
vDept = this.parent.combo1.value
vProv = this.parent.combo2.value
vDist = this.value
*this.parent.combo3.value=""
*this.parent.combo3.rowsource= "select nombre_dist from dist where cod_prov = (select cod_prov from prov where nombre_prov = vProv) into cursor tmp02"
*this.parent.combo3.refresh
this.parent.grid1.recordsource = "select rg11dpto,rg12prov,rg13dist from defunciones where rg11dpto = (select cod_dept from dept where nombre_dept= vDept) and rg12prov = (select cod_prov from prov where nombre_prov = vProv) and rg13dist = (select cod_dist from dist where nombre_dist = vDist) into cursor tmp04"
this.parent.grid1.refresh
este es parte del codigo que eh usado pero me da un problema no se si sea porque le puse mas condiciones en el where solo con un and no me da problemas pero con dos ahi es el problema me dice que hay un error comando no reconocido.
agradeceria mucho si es que me pueden ayudar gracias