Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with user defined functions
Message
 
 
To
24/01/2003 19:21:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00745324
Message ID:
00745325
Views:
19
This message has been marked as a message which has helped to the initial question of the thread.
Ulises,

It's better to add method to the form, put your code there and call it from whenever you need on the form.


>Hi everyone..
>I have this form with many calculated fields. Since the values of these fields are dependent upon values of several other fields, which can be modified at will by the user, I have the same lines of code repeated over and over in the Lostfocus event of these fields. So I have this code repeated about 7 or 8 times in my form:
>
>SUM importedd TO xImpDD
>SUM costounit TO xCostoUnit
>SUM costot TO xCosTot
>SUM costoumn TO xCostoUMN
>SUM costotmn TO xCosTotMN
>
>THISFORM.text2.VALUE=xImpDD
>THISFORM.text9.VALUE=xCostoUnit
>THISFORM.text10.VALUE=xCosTot
>THISFORM.text11.VALUE=xCostoUMN
>THISFORM.text12.VALUE=xCosTotMN
>
>and if I have to do modifications I have to do it in every instance. I know this is not good programming.
>
>I think this can be done by writing a function once, but I'm lost regarding this subject.
>Could somebody give me some general advise about how to write and make a function work, or maybe direct me towards an article that deals with this subject? VFP Help is not much help.
>Thank you again for your time.
>Ulises
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform