Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to point to initialise?
Message
From
13/11/1997 11:22:42
Shihchau Tai
Apic Systems Pte Ltd
Singapore, Singapore
 
 
To
12/11/1997 22:50:31
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00059848
Message ID:
00059950
Views:
26
>I'm very new to VFP 5.0.
>Can anyone help me on this:
>
>I have 2 textbox. txtSales and txtGst
>
>1. My intention was to key in the sale figures into "txtsales". When the users press enter after keying the sales figures, I want to do some background caculation and display in "txtgst" textbox without user keying. Can anybody show me how?
>
>Many thanks.
>
>
>From Samuel Chan

As Paul said,

THISFORM.txtgst.VALUE = THISFORM.txtGstPercentage.VALUE * THISFORM.txtSales.VALUE in VALID method of txtSales will work. There is no reason why it wouldn't work.
Previous
Reply
Map
View

Click here to load this message in the networking platform