I am working on a project and am stuck on something. The project calculates sales commissions from a company. The user inputs the persons first name,last name and then it prompts to collect the amounts of items sold in a variable called input. I am stuck on how to validate to ensure the...
I have an application that has two list boxes, lstbox1 and lstbox2. lstbox1 allows the user to select items from lstbox1 and place them into lstbox2 .I would like to know if its possible to summarize the specific amounts of items individually from lstbox2?
For Example:
lstbox1...
Hi there, I have actually figured it out with a bit of research.
Here is a sample of the code I have used to make it work.
This is under the click button for adding to list box
If lstbox1.SelectedIndex > -1 Then
lstbox2.Items.Add(lstbox1.Text)
Else...
I know it does not make much sense. It is not a real business case,it is an exercise.
When the add button is clicked, items from lstbox1 should be added and displayed in lstbox2. The user should be able to select as many items as he wants and any number of one item can be added.
thanks.
I am currently using two listboxes (lstbox1 and lstbox2). My objective is to be able to select the same item mulitple times and populate that item in lstbox2 without it being removed from lstbox1
Example
lstbox1 listbox2
apples apples
oranges apples
grapes...
I have a listbox(lstBox1) that I am clearing as part of a clear routine. Then I am trying to use the following array to populate the listbox again:
Dim strlstMajor() As String = {"Geography", "Math", "Chemistry", "Physics"}
Any help would be greatly appreciated!!
Thanks!!!!
I was asked if it is possible to use Microsoft Excel to input information into a table in SQL Server 2008. We have a Project Manager that is trying to use Excel as an interface to populate Assigned Hours and Estimated Hours.
Any help would be so appreciated!!Thanks!!
I was asked if it is possible to use Microsoft Excel to input information into a table in SQL Server 2008. We have a Project Manager that is trying to use Excel as an interface to populate Assigned Hours and Estimated Hours.
Any help would be so appreciated!!
Thanks!!
i am trying to compare two values in a report. One is a summary of hours called assigned hours and the other is actual hours. The actual hours is a subreport that is linked to the project and client. These are both placed in the details section of the report. What I am trying to accomplish is...
I am working with an SQL Server Database that has a field name customvalue. This is a varchar field and has everything from text, dates, numbers ect... in it. I am trying to extract only the numerical values from the field.
employee customvalue
112 12
112 13
112 JOE...
I am trying to create a procedure in sql server 2008 that summarizes the hours by employee and project in one line from the following. For Example adding all the hours for project 1913 by employee in one line to say and so on. I would appreciate any help with this.
Thanks!!
project hrs...
I am currently using a report with a sub report. I am trying to suppress the data in the sub report where it already exists in the main report between the two fields and only show the fields that don't match. Pardon the crude example below, but in essence it is what I am trying to accomplish...
I am trying to use the uppercase command with a datefield. I am trying to capitalize the Feb portion below. Could someone help me out?
Example.... 08 Feb 09
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.