Selecting Two Values From Combo Box To Return A Price?

Feb 8, 2011

As some of you probably already know I'm currently creating a ticket ordering system. I'm having some slight trouble getting one of the key elements of the application to work mainly because I'm not sure where to start with it.

I currently have a form with two combo boxes (one for the origin of the journey and one for the destination). The idea is that the customer tells the employee over the phone where their journey begins and ends. They will also select a date of travel - but the date of travel doesn't really matter to much at this time.

Once a to and from is selecting from each combo box, the price will be shown in a label on the same form.

I have the to, from and prices information in an Access database table and my database is already linked to my application using a data connection.

trying to get to price to display when the two values in the combo box are selected?

View 1 Replies


ADVERTISEMENT

Selecting Values Of Combo Boxes And List Boxes In Web Browser?

May 22, 2012

I am developing a program that makes it easier for users to log on to a website and search for specific data. I have the first portion finished in which I have a form with the Ax Web Browser control.

The web browser control navigates to a local website and automatically logs in for the end user. This is done by using code which automatically fills in the username and password and then submits the form to logon using something similar to this: WebBrowser1.Document.Forms.Item(, 0).elements("txtUsername").value = "user"

Once logged on - there is a search page which contains a combo box and list box. I am trying to set specific values for the combo box and list boxes.For example - the combo box on the website is titled: cbxDate and contains the following values: Today, Yesterday, This Week, This Month.

A list box titled: lstArea contains the following values: Zone A, Zone B, Zone C, All.I am trying to figure out if there is a way through code to select, in this example, "Yesterday" in the cbxDate and "Zone B" in the lstArea on the webpage.If anyone knows of a solution, please feel free to let me know. Be advised that I am using the Ax Web Browser Control.

View 2 Replies

When Select Fruit Form The Combo Box It Will Search The Price But Can't Seem To Multiply It

Jun 13, 2011

My problem is, the data that I pull from the database, when try to multiply it, it didn't multiply.

The database has Fruit and FruitPrice column. When select fruit form the combo box, it will search the price. But I can't seem to multiply it. The price is display at PriceTextBox but when multiply it, it shows 0 in the TotalTextBox. It is a simple problem but I've tried everything I know but it still didn't multiply.

This is my search coding:

CODE:

View 3 Replies

Automatically Selecting First Item In Combo Box?

Sep 1, 2009

When my application starts, it scans the computers registry for COM ports and adds them in the combo box. The combo box first index is just a blank, and the second is COM1, COM2,...COMn. What I want to do is by default, I want my program to select the first COM port in the combo box, so in this case, COM1.

I know I have to use the PORTNAME property of the serial object, but not sure how I would set that equal to the 2nd index of the combo box.

View 3 Replies

Forms :: Selecting First Item In Combo Box?

May 23, 2011

how to program by stating if the first item in the combo box is selected then

View 1 Replies

User Selects From Multiple Listboxes To Get A Price From A Price Array

Nov 25, 2011

I am new to vb and I am having so much trouble with this. What I need to do is this: I have a form application for winter sports equipment rental.I have a listbox filled with the equipment for the user to choose from then I have a combobox for the user to select the duration they would like to rent it. The book that I am using has no examples I can refrence and i have had no luck online either. I am posting what I have so far. However, i think I am going in the wrong direction. I have been working on this for so long that I think I have over thought it and made a mess of it. I am thinking that I need to add a new class for rentalRates then use enum of durationType and equipmentType but I am unsure how to move that way. That is using a enum, a 2d array and a parallel array? [code]

View 1 Replies

Javascript - Change Values In Combo Box By Selection In First Combo Box?

Jan 12, 2012

I've got some code like the following. I want it so that when I chose an item in 'select 1' it changes the in the second combo box but I'm not sure of the best way to go about it. Does it have to be AJax or can it be done with just Javascript?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

[code].....

View 5 Replies

Searching Datas From Database After Selecting Value From COMBO BOX

Jun 11, 2011

I'm doing INVENTORY project... i'm using ACCESS databse with vb.net... i'm having purchase, sales tables...

THIS IS MY PURCHASE TABLE:

CodePriceCategory TypeDat SPBrnd
11222cde bgf9/10/2025356asd
12255MEN Shirt5/10/2010355Vanhesun
55322bb bb9/10/2025456asd
66422bb bb9/10/2025556fdd

when i select CODE in SALES form, corresponding values have to shown in respective fields... I.e if i select 55, corresponding values have to be retrieved and showed in respective fields...

View 10 Replies

Get The Price Of The Premium Or Regular In Price Per Unite?

Jan 24, 2012

PHP

Public Class GasPump
Private name As String
Private quan As Double

[Code].....

I get problem in the code when you going to pick y/n. how i going to get the price of the premium or Regular in Price per unite?

View 7 Replies

Strongly Typed DataSet Return All Columns When Selecting A Single Column?

Jan 17, 2012

I am using a Strongly Typed Dataset as DAL. I want to return a single column from my table for that i wrote the code as

SELECT DISTINCT Floor
FROM Room
WHERE (Building = @Building)

But when i previewed the data, it shows me all the columns of the table with Null Value and the column with primary key has -1 value. This condition raise an Exception when i link this query to a ComboBox ..

cmbFloor.DataSource = da.GetFloorByBuilding(cmbBuilding.Text)
cmbFloor.DisplayMember = "Floor"

Error: Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.

View 1 Replies

VB 2010 Validation - Form As Follows "Price Changer" - User Is Allowed To Select A Product And Enter Price

Apr 17, 2012

I have a form as follows "Price changer" The user is allowed to select a product and enter price . So when the change price button is clicked...the price is stored in a array which is later called

So what i am stuck is when the user selects a product from the drop down menu...the user can enter price . But i need to display a error message when the user enters text instead of numbers for prices. I tried try parse method but it displayed the error message but did not transfer the entered price to the array.

My code is as follows

The bolded intMediaprice() are arrays....

Private Sub btnPrice_Click(sender As System.Object, e As System.EventArgs) Handles btnPrice.Click
If cbMedia.Text = "8-Track" Then

[CODE]...

View 3 Replies

Why Does Combo-box Return The Wrong Value

Jun 13, 2011

When I run my program and get it to give me the value (Yes, I do have the items in the drop down list selected) in the combo-box all I get is this,

System.Windows.Forms.ComboBox+ObjectCollection
This is the code I am using
Dim name As String

[code].....

View 3 Replies

Enter The Price In A Text Box And Click The Enter Button To Send The Price To A List?

Nov 15, 2011

I have to create a form that I enter the price of gas each month over a year. I enter the price in a text box and click the enter button to send the price to a list box immediatley and use an array. I have the following code but I don't think it's working with the array correctly as it will let me enter the information but doesn't stop letting me enter after the 12 prices. I am really having a hard time trying to figure out how to set up this input for an array and make it all work.

[Code]...

View 1 Replies

C# - Selecting Multiple Distinct Values In Database?

Sep 27, 2010

I have this online quiz that generates random questions, but the only problem is that it repeats the previous questions. I have limited questions (I have 10 questions in my table, but I have limited the number of questions to be 5. The output would only display 5 random questions) which I named as RequiredRecords.

question_id
1
3
4

[code].....

I have tried to visit this question, but it doesn't resolve my problem. Below is some of my code and SQL statements I used.

I figured out that there's nothing wrong with my query on creating random questions and I can display it with no duplication, but there's something wrong with my other codes that makes the program having a duplication.

Code Behind using VS2008 3.5
Partial Class Student_DetailView
Inherits System.Web.UI.Page
Shared TotalRecords As Integer

[code].....

View 2 Replies

Comparing Two Non-numeric Values - Selecting Lower In ASP.NET

Jan 19, 2012

I am updating an application I've written used by my employer, a University, to allow students to register for their desired residence hall. I'm working on a new feature that will allow students to "partner" with another student - so that when one or the other registers for a room, the other student will be registered as well.

[Code]...

View 3 Replies

VS 2008 Datetime Picker And Combo Box Return Null

Jul 14, 2009

I have a datetimepicker and combobox on my form. If a user does not change the date on dtpicker or does not change text on combo box, these controls return null value, and the save operation fails. The controls are bound to data in a database.

View 1 Replies

Selecting A Radio Button Change The Combobox Values

Feb 5, 2010

i am still beginner in coding, i am using vb.net 2005 and access. in my form i am having a radio buttons called DEPARTMENT: english

[Code]...

View 2 Replies

Sql Server - Selecting A Approximate Values By Using Stored Procedure

Feb 23, 2010

Using SQL Server 2005 and VB.Net..[code]When I try to run the above query it was showing error.How to execute a stored procedure with conditions?

View 4 Replies

DB/Reporting :: Sql + And Statement - Selecting Rows On Multiple Column Values

Sep 15, 2010

What iam trying to do is selecting rows on multiple column values. But the statement below doesn't preform like i thought it would...

Code:

Select Distinct Variable From TableName Where (ColumnA Like"%AAA%") And (ColumnA Like"%BBB%")

View 6 Replies

How To Add Values To Combo Box

Jan 14, 2012

I want to Add Values to my combobox in Datareader.This is my code,

Command = New MySqlCommand("SELECT * FROM tableName WHERE id = '" & id & "')

Command.CommandTimeout = 30
dr = Command.ExecuteReader()
If Reader.HasRows = True Then
While Reader.Read()
cmb.Items(dr(0))
End While
End If

I have tried adding it this way but it is not working.

View 2 Replies

How To Get ALL The Values From A Combo Box

Jan 12, 2011

I am familiar with getting a selected value from a combo box but what about if you wanted to get all the values from a combo box then store those values in an array or list. The combo box would be data bound to a source and have an ID as the value member. So How would I get all the values from the combo box.

View 6 Replies

Adding Values To A Combo

Apr 3, 2011

I have two comboboxes in my form (cbAdresse & cbVerwaltung). Choosing the value in the first combo, i get the value from the table into the textbox txtAdID. Now i try to use the value in the txtAdID as the parameter for the SQL command selecting the values from the table (tblVerwaltung). These values must be added to the second combo (cbVerwaltung). So i use the following code for the SQL Compact Client:[code]Using this code i get the following value in my combo cbVerwaltung: "System.Data.DataViewManagerListItemTypeDescriptor".[code]

View 3 Replies

Combo Box With Hidden Values?

Nov 10, 2010

I have a combo box that is tied to a binding source that loads a list of users from a table. Currently the list of users is a List of String object type. When a user selects one of the users from the drop down, a list is filtered down based on the selection. To do that I currently have to requery the User Table to grab the UserID column of the user selected, which seems a bit inefficient to me.

Is there a way that I can assign a custom object with two properties (UserName, UserID) and have only the User Name is displayed and when I have to filter the list, I already have the UserID, so there is no need to requery the database.

[Code]...

View 2 Replies

Deactivate Values In A Combo Box?

Aug 10, 2009

I am working with Vb.net and have a form with a combo Box. On load the form is loaded with one of the following details depending on what is stored in the database; Cancelled, Processed and Failed.

TxtColStage.Items.Add("Cancelled")
TxtColStage.Items.Add("Processed")
TxtColStage.Items.Add("Failed")

Then I have an update button and when the user drops down the list he/she can select between Cancelled/Processed/Failed. I want to be able to grey out or disable Processed and Failed, so that when the user updates the field he/she can ONLY update with the Cancelled option ONLY.

View 3 Replies

Fill Two Values In Combo Box?

Nov 18, 2009

how can i fill two value in combo box . first one for visible and second one for backend(key column) like in vb (Item data)[code]

View 1 Replies

Get Duplicate Values From Dgv Into A Combo?

Dec 14, 2011

I am trying to get duplicate values from dgv into a combo:

[Code]...

View 6 Replies

Display 2 Values From A Single Combo Box?

Feb 18, 2011

let me explain further i have table account. in the table are 2 columns namely account_type,Account_name.So on the forms, i want the combo to show the 2 columns even though ony one column would be saved. Am able to do this in access as attached.[code]...

View 5 Replies

Don't Display Blank Values In Combo Box

Aug 20, 2009

I've used VB to connect to Excel and get the titles of the different columns in a spreadsheet. These then display in a drop down combo box for the user to choose from. I'm getting lots of empty values in my combo box because not all the columns in Excel have titles. How would I go about telling it not to display them?

Excuse the easy question but I've only started learning to code a week ago.

View 9 Replies

Iterate Through The Values Of Combo Box Control

Jun 12, 2012

Am using a combo box with no of phone numbers .I want to get the phone no one by one in a variable. Now am using the below code to get the combobox values. But still now am getting the following error message System.Data.DataRowView. Please help me to fix this error. am new for vb.net.[code]

View 1 Replies

Load Enum Values To A Combo Box?

Jul 20, 2009

I have a enum,

[Code]...

I need put the "text" value of all the above Enum values in to a combo box, how do i do it?

View 4 Replies







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