An IF THEN Statement - Using The Second Discount Percent In Any Of The Bronze?

Jun 14, 2009

the code below shows an if statement that is determining a customer type and a discount percent for that customer.But when I run the code it only ever reads the first discount percent even though the allocated price range is above the first discount percents range and should therefore give the second discount percent and i cant figure out why it is not using the second discount percent in any of the bronze, silver or gold statements.

[code]...

View 4 Replies


ADVERTISEMENT

How To Calculate Discount In Percent % And Get Total In Total Column

Jun 8, 2011

I am using visual basic 2008 amd creatomg a datagrodview format like below [code] Now I wnat to get total balance in total column after less discount in percentage with ENTER EVENT proceedure and get the whole total column balance in a textbox i.e Net BalanceTextBox. Please tell me how to calculate discount in percent % and get total in total column and also tell me how to move cursor in next cell instead of bottom row in datagridview.

View 2 Replies

If Statement For Advance Trade Discount

Dec 1, 2009

I'm having difficulty coding for a trade discount. If the order is made more than 10days in advance the customer is entitled to 5% trade discount.

[Code]...

View 2 Replies

Display The Gold, Silver, And Bronze Members In A List Box From A TXT File?

Jan 24, 2010

Need to display the Gold, Silver, And Bronze members in a list box from a TXT file. Have problems isolation each group. When I run the program all of the name in the TXT file come into the list box.

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnDisplay.Click
Dim strMembers As String, objStreamReader As System.IO.StreamReader

[Code].....

View 3 Replies

Application To Calculate 10% Discount ?

Mar 20, 2011

I have amend my application to calculate 10% discount but dont know how to assign it or the code. i am opposed to assign the code to calculate 10% if the customer is hiring my goods for more than 7 days, but if its less than 7 days i dont want the form to calculate the discount.

View 6 Replies

Calculate Items In Different Discount

Oct 15, 2011

how calculate items in different discount

View 6 Replies

IDE :: Calculate The Discount Level?

Feb 7, 2012

I have a Form with textboxes,combobox and a button to calculate the discount level (comboBox) discount total (textbox), tax total (textbox) and total all these up into the total order (textbox) this is working except the discount total textbox,here's my code i have so far.[code]...

View 12 Replies

Mix And Match Discount Code?

Jul 20, 2010

I need advice on how to implement. I have two objects ReceiptLine and Discount. Cashier scans item and a receiptline object is added. If the added ReceiptLine object have a Discount Id then, it has to lookup in Discount object and issues discount after validation. I have problem in validation. Here is the situation, cashier scans the item as follows

ReceiptLine Objects
line1 ItemId 1835 qty 2 DiscountId 23
line2 ItemId 1515 qty 2 DiscountId 23
line3 ItemId 1835 qty 2 DiscountId 23
Discount Object Id 23

[Code]...

View 2 Replies

Discount Rate Of The Entered Price

Jul 31, 2009

I'm coding a program, which supposed to give the discount rate of the entered price, so there is as what I got on my code. [Code]

View 6 Replies

How To Add Discount To Subtotal And Show Up Total

Oct 3, 2011

I am having trouble adding a 5% discount to a subtotal of 50.00 or more and then have it display in the discount box and then having the total show up in the total box.

Here is my code.
Public Class GroceryStore
Private Sub CalculateButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CalculateButton.Click
'Calculate totals
Dim subtotal As Double
[Code] .....

View 6 Replies

Mix And Match Discount Code Advice

Jul 20, 2010

I need advice on how to implement. I have two objects ReceiptLine and Discount. Cashier scans item and a receiptline object is added. If the added ReceiptLine object have a Discount Id then, it has to lookup in Discount object and issues discount after validation. I have problem in validation. [code]

View 2 Replies

Calculate A 15% Discount When Creating A Windows Application

Mar 11, 2011

How do I calculate a 15% discount in visual basic in when creating a windows application.I have two radio buttons Yes and No and when yes is selected a 15% discount is subtracted from the total price.So would I just say 15% as 0.15 or should I name the 15% as a constant?

View 2 Replies

Percentage / Discount For Hotel Quote Form

May 1, 2011

I made a hotel quote form where I want to add a discount box where the user can enter a percentage discount off the total price. What is the code to do that? [code]

View 11 Replies

Percent-encode URL Twice?

Apr 11, 2012

I have been given some instructions to percent encode a URL twice. I know how to percent encode a URL once but how do you do it twice? Surly when it is encoded once, it will be the same when encoded again.

View 2 Replies

Add Convert A Variable To Percent?

Jun 21, 2010

Public Class Form1
Private Sub btnCompute_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnCompute.Click
Dim percent As Double

[Code]....

Above is the code i have created. I am having issue with the variant "Percent" to display 37.50% instead of 37.5.

View 4 Replies

Calculate Percent From 2 Different Inputs?

Oct 12, 2010

vb.net
'' Project name: Golf Pro Project
' Project purpose: Displays the commission based on a

[code]......

i dont know how to assign variables and im juist totally lost right now and this is due today and i was sick 2 weeks and am 2 chapters back.

View 11 Replies

Filter Percent (%) And Apostrophes (')?

Feb 11, 2009

I am trying to filter fields in a table that contain percent (%) and apostrophe (') characters. I kow that to filter an apostrophe you need to add another apostrophe (''). However, when a text contains the percent (%) character in combination with an apostrophe (') character, an exception is thrown. Also, when using the % character in a filter string, it will be function as an "*" (fields starting or ending with). I need the % to be considered as a character whenever the % makes part of a string in the field.

Dim TheTable As New DataTable
Dim col As New DataColumn("Col1")
TheTable.Columns.Add(col)
Dim TheRow As DataRow = TheTable.NewRow

[code]....

View 6 Replies

Getting A Progress Bar To Show Percent In It?

Apr 13, 2009

I need help getting a progress bar to show percent in it. I want to have the percent in the middle of the progress bar, like is sometimes seen in a few programs. I have googled this, and can't find anything. I found something on The CodeProject, but it was just a label and drawing a rectangle behind it. I would like the actual progress bar that is available through the toolbox.

View 5 Replies

Percent Of A Word In A Richtextbox?

Sep 7, 2011

Is possible get the percent of a word in the content of a richtexbox? if yes, can you give me some example?

For example if I have 100 words in a richtextbox and I want to know what is the percent of a word in this content (for example if a word called "music" is repeated 10 times = 10%. If this is not possible in a richtextbox, is possible in other box like textbox?

View 4 Replies

Set A Form's Location By Percent?

May 20, 2009

i was wondering if it's possible to do such:

'form location Me.Location = New Point(10%, 50%)

i know this code doesn't work as it looks, just loads the location by pixels. this is just a question, hopefully with a working code for a marked answer..so much work to do and so many choices to choose from.

View 7 Replies

Avoid Using Percent (%) Symbol In Search

Jun 21, 2010

I have a method that searches a database using the contents of a textbox. I don't want people to be able to type "%" and retrieve all of the info.

View 1 Replies

C# - Format Numeric Value From Textbox As Percent

May 11, 2009

I have a numeric value in a Textbox that I'd like to format as a percent. How can I do this in C# or VB.NET?

View 4 Replies

Format String Value As Percent On DataRow

Feb 24, 2012

I've been at this for an hour, but I can't seem to format a string as a percent while I am looping through a datatable. The string value that is being passed in is "3.22"
Public Function securityDt() As DataTable
Dim secMasterDt As New clsDataSecurity
Dim dt As New DataTable
dt = secMasterDt.getSecurityMasters()
For Each row As DataRow In dt.Rows
[Code] .....

View 1 Replies

Getting CPU Usage Percent Like In Task Manager?

Jul 25, 2007

I'm writing a small App that mimic's the Task Manager and I can get all the running processes images names and physical Memory usage but can't seem to figure out how to get the CPU usage Percent for each process.

opps forgot and as well as the indivdual process usage percent, so the precent each process is using....

VB.net 2003

View 4 Replies

Getting The Percent Button Working Properly

Apr 23, 2011

i followed a few tutorials on here to create a calculator in VB.NET. But i am having trouble getting the percent button working properly.I have tried to come up with some things but nothing i have tried is working.I used this Basic Calculator VB.Net and this one Create a Calculator.I have searched google for an answer but it seems what i have is not working.Im not sure exactly what is needed so i will post all of the code i have. [code] My percent does not work it multiply's by a random number is seems.I am new to VB.NET so im not sure what i am missing.

View 4 Replies

Loop That Incurs Charges For Every Percent?

Oct 4, 2010

I have this issue where for every 1% below a 95% threshold a charge of £67 is added. For instance if the percentage drops to 70% I would need a method of totalling the charge for every percent.

Would I need to use a Do....While loop then the if...then statements?

View 2 Replies

Display Three Rows Of Percent Signs In The MsgLabel?

Nov 7, 2011

We were given this and for some reason I can't get this to work right. Here is the whole thing:The following code should display three rows of percent signs in the msgLabel. The first row should contain one percent sign, the second row should contain two percent signs, and the third row should contain three percent signs. However, the code is not working correctly.

[code]...

View 17 Replies

Function With A Percent Chance To Return True?

Aug 31, 2010

I'm trying to build a function where I can pass in a percentage and it would have that percentage to return a true value. However I'm completely drawing a blank on how to make on such function.

View 3 Replies

Macro In Excel - Increasing Values By 10 Percent

Apr 25, 2010

I'm guessing the reason this macro isn't doing what I want it to is because of an error on my part in the code. Basically, I want the values in the cells pointed out in the code to be increased by 10% each time the button is pushed.

Here is the code:
Sub Add10percent()
IncreaseColumnValuesBy10Percent 2, 0.1
IncreaseColumnValuesBy10Percent 4, 0.1
IncreaseColumnValuesBy10Percent 6, 0.1
IncreaseColumnValuesBy10Percent 8, 0.1
[Code] .....

View 2 Replies

VS 2008 Get The Battery Life Meter In Percent?

Mar 2, 2010

I'm trying to get the battery life meter in percent, so it will be shown on a progressbar when you're on a portable computer.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved