Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Values in table overwrited
Message
 
 
À
16/10/2006 13:01:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01162248
Message ID:
01162264
Vues:
19
Hi Edgar,

What is exactly is not working? It is a bit hard to judge based on the piece of code you provided.

>I have a form in foxpro where i placed the wizbtns class and everytime the customer press the prev. or net button it goes to the method called "PADRES" that i created and that is executed from any of this buttons, this is the method "PADRES" code:
>
>
>m.mival=thisform.pageframe1.page1.txtid.value
>thisform.pageframe1.page1.combo1.RowSource = "SELECT cv.nombre FROM cv WHERE cv.padre = "+transform(m.mival)+" AND cv.genero = 'Caballo' into cursor padre"
>thisform.pageframe1.page1.combo1.Requery
>thisform.pageframe1.page1.combo2.RowSource = "SELECT cv.nombre FROM cv WHERE cv.padre = "+transform(m.mival)+" AND cv.genero = 'Yegua' into cursor madre"
>thisform.pageframe1.page1.combo1.displayvalue = ALLTRIM(padre.nombre)
>thisform.pageframe1.page1.combo2.displayvalue = ALLTRIM(madre.nombre)
>
>
>and it changing from the original value to 0 and i don't know why because it was working fine.
>
>Thanks in advance for the help.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform