Clausula to x para varible de una ruta

Iniciado por DJmixmancar, 30 Septiembre 2008, 18:10 PM

0 Miembros y 1 Visitante están viendo este tema.

DJmixmancar

hola , tengo un problema  :-\
creado un formulario en fox
cuando ejecuto el formulario  .
ahi hay yb text1 donde preciono enter  y me llama otro formulario pero ala llamar me sale  este error

CitarError del programa
La Cláusula TO Sólo Se puede Usar Con formularios y conjuntos de formularios modales

mi codigo es este

Citarsele agenda

set orde to 1
if seek (this.value)
   thisform.txtapellido.value= (agenda.apellido)
   thisform.txtnombre.value= (agenda.nombre)
   thisform.txtgerencia.value=alltrim(agenda.gerencia)
   thisform.txtoficina.value=alltrim(agenda.oficina)
   thisform.txtanexo.value=alltrim(agenda.anexo)
   this.parent.olbFoto.picture=foto
else
   do form c:\agenda\formulario\c_npedido to XValcod
   
   this.value = XValcod
   seek this.value
   thisform.txtnombre.value= (agenda.nombre)
   thisform.txtgerencia.value=alltrim(agenda.gerencia)
   thisform.txtoficina.value=alltrim(agenda.oficina)
   thisform.txtanexo.value=alltrim(agenda.anexo)
   thisform.refresh
endi
sele agenda

lo que esta con rojo me mada el error

Citarcuando le di pasar de alto al error
me salio el siguiente error
Error del programa
No se encuentra la variable 'XVALCOD'

AL PONER  depurar me manda el ala linea roja
Citarsele agenda

set orde to 1
if seek (this.value)
   thisform.txtapellido.value= (agenda.apellido)
   thisform.txtnombre.value= (agenda.nombre)
   thisform.txtgerencia.value=alltrim(agenda.gerencia)
   thisform.txtoficina.value=alltrim(agenda.oficina)
   thisform.txtanexo.value=alltrim(agenda.anexo)
   this.parent.olbFoto.picture=foto
else
   do form c:\agenda\formulario\c_npedido to XValcod
   
   this.value = XValcod
   seek this.value
   thisform.txtnombre.value= (agenda.nombre)
   thisform.txtgerencia.value=alltrim(agenda.gerencia)
   thisform.txtoficina.value=alltrim(agenda.oficina)
   thisform.txtanexo.value=alltrim(agenda.anexo)
   thisform.refresh
endi
sele agenda

TAMBIEN CAMBIE
XValcod  por XVALCOD

esto es :
Microsoft Visual FoxPro 6.0

ssccaann43 ©

- Miguel Núñez
Todos tenemos derechos a ser estupidos, pero algunos abusan de ese privilegio...
"I like ^TiFa^"

BlackZeroX

The Dark Shadow is my passion.