Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invoking a procedure on a control on a form
Message
From
11/04/2005 09:59:31
Jon Neale
Bond International Software
Wootton Bassett, United Kingdom
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01003336
Message ID:
01003341
Views:
22
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
Previous
Reply
Map
View

Click here to load this message in the networking platform