Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using A Buffer File
Message
De
07/12/2001 14:11:08
 
 
À
07/12/2001 00:10:24
Carmen Gassi
Perseus Software Systems
Oakville, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00590334
Message ID:
00591359
Vues:
33
Hi Carmen;

> I tried the code as you suggested, in the load method and the init method, the m.fieldxx variable showed up, but when I tried it in another method, for example, the click event of a command button, the variable was not known.

I have made this test to see if I am missing something here:
procedure thisform.load
sele clients
go top
scatter memvar memo
endproc
procure thisform.init
sele clients
go top
scatter memvar memo
thisform.refresh
endproc
procedure thisform.click
wait window "the value of the field is "+m.razaosoc nowait
endproc
It works great, with no problem !!

..Or for other option we have it:
procedure thisform.click
wait window "the value of the field is "+thisform.text1.value nowait
endproc
CLAUDIO
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform