C
|
cgphp 11/20/2012 |
Use the round function in the query: ROUND(r22lbs * r22rate, 2) AS labortotal |
R
|
rustler45 author 11/20/2012 |
Use the round function in the query: ROUND(r22lbs * r22rate, 2) AS labortotal
|
C
|
cgphp 11/20/2012 |
You have to put my code in the query replacing *r22lbs r22rate AS labortotal** |
R
|
rustler45 author 11/20/2012 |
You have to put my code in the query replacing *r22lbs r22rate AS labortotal**
|
C
|
cgphp 11/20/2012 |
If you are dealing with float, use parseFloat instead of Number: var ctrlTravelRate = Runner.getControl(pageid, 'trate'); |
R
|
rustler45 author 11/20/2012 |
If you are dealing with float, use parseFloat instead of Number: var ctrlTravelRate = Runner.getControl(pageid, 'trate');
|