Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calculation
Message
From
01/06/1999 03:36:04
 
 
To
All
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Calculation
Miscellaneous
Thread ID:
00224806
Message ID:
00224806
Views:
34
Hi All,

I have tried to calculate a calculation but I not very sure where I should place the format. I want the TA appeal in txtAmount.Text when the Form Load and GT do the calculation after key in ST.

eg:
I have this:

UP = txtUnitPrice.Text
QT = txtQty.Text
TA = txtAmount.Text
ST = txtSalesTax.Text
GT = txtGrandTotal.Text

TA = QT * UP
and
if ST have value then
GT = TA + ST
Else
GT = TA

What should I do when I face this problem??
Thank you.

Annie
Reply
Map
View

Click here to load this message in the networking platform