Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to remove seconds in TIME() & subtract it.........
Message
 
To
02/08/2004 07:08:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00930059
Message ID:
00930224
Views:
17
>hi,
>
>i need to do this function at my form ,but i dont know how i can do that ,
>
>and where i can but the function,
>
>i have at myform ex... 7 textboxs
>thisform.text1.value-thisform.text2.value=thisform.text3.value
>thisform.text4.value-thisform.text5.value=thisform.text6.value
>at thisform.text7.value=(thisform.text3.value+thisform.text6.value)*($11.90)
>
>pls. if you can send full example.
>
>thanks.

What's wrong with making it a method of the form?

BTW, I'd advise that you use LOCAL rather than PRIVATE. Private variables are visible (unless they're also declared as private) in any other function or sub-routine that a method may call.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform