Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > General > calculate bill


Reply
 
Thread Tools Display Modes
  #1  
Old 11-09-2003, 01:11 PM
unity unity is offline
Banned
 
Join Date: Nov 2003
Location: Mtl Quebec Canada
Posts: 17
Default calculate bill


ok if i do this line to command button it is okay ?
of course is not because the val = 0 at the end

Code:
If tps1.Value = 1 And tvq1.Value = 0 Then total1.Text = Val(total1.Text) * tps + Val(total1.Text)

that mean that is you checked tps1 check box it will calculate
total1.text = val(total1.text) * tps + val(total.text)

in form load

tps = 0.07

and i

dim tps as integer
Reply With Quote
  #2  
Old 11-09-2003, 01:18 PM
Iceplug's Avatar
Iceplug Iceplug is offline
MetaCenturion

Retired Moderator
* Guru *
 
Join Date: Aug 2001
Location: California, USA
Posts: 16,583
Default

Dim Tps as Currency...
0.07 is not an integer.
__________________

Iceplug, USN
Quadrill 1 Quadrill 2 (full) Quadrill 3 JumpCross .NET Website is ALIVE! - DL Platform Tour for VB.NET! Posting Guidelines Hint: Specify your location in your user cp profile if you want compassion!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Does anyone know how to calculate the tangency of 3 circles? Gruff Tech Discussions 69 10-14-2003 06:42 PM
Beginner with VB - can't make form work to calculate discount with check box chrisk General 3 11-23-2002 02:31 PM
CALCULATE ERROR (using array if that makes it worse) ShaneRbn21 General 11 11-06-2002 08:13 AM
Printing a bill or challan through VB sachin General 7 05-09-2002 12:33 AM
How 2 calculate last 3 mth date? purplefross General 3 10-07-2001 08:11 PM

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->