![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Dec 2005
Location: Philippines, where the seasons are: hot, and hotter
Posts: 72
Rep Power: 3
![]() |
Visual Foxpro 6 related...
I've got these 3 boxes to deal with: text1, text2, and text3. Text1 is price, text2 is quantity, and text3 is total amount. Text1 has been assigned certain values.
My problem is on text2 and text3. From what I can see, I need to multiply text2(quantity) and text1(price) to get text3(total amount), but I do not know how to do that. I've tried this line: thisform.text3.value=290*text2 |
|
|
|
|
|
#2 |
|
Newbie
Join Date: Apr 2006
Posts: 1
Rep Power: 0
![]() |
thisform.text3.value = 290 * thisform.text2.value
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|