Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invoking a procedure on a control on a form
Message
De
11/04/2005 09:59:31
Jon Neale
Bond International Software
Wootton Bassett, Royaume Uni
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01003336
Message ID:
01003341
Vues:
24
So when the form shows you want the text box to disply the value of the variable?

You could put it in the INIT of the form.

thisform.text1.value = cArtiKey

cArtikey needs to be available at the time.



>I have a procedure named basearti in a program called findart. Here is my program:
>
>
>PROCEDURE basearti()
>	STORE "F*0001" TO cArtikey
>ENDPROC
>
>
>When my form is shown in the text1 field I want to display the contents of the variable cArtikey.
>
>Can anybody help me in where I would put my code on the form or text1 control so that it shows the value of the variable cArtikey? Many Thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform