Hi,
Was hoping someone could help me out here please, I have a datagrid and a few textboxes. Whenever a user selects a row from the datagrid I want that data to be shown in the textboxes, everything is working fine but which properties should I use for the datagrid? I have tried 'click' but...
Hi, basically I have two textboxes. Text is entered into textbox1, whenever a numeric value is entered in textbox1 I want that value shown in textbox2, I want this done straight away, also I want the default value of textbox2 to be '0'.
I have the following coding:
Private Sub...
Hi, was hoping somebody could help me out please.
I have two textboxes and one button, the value in textbox 2 should equal to or be less than the value in textbox1 when the button is selected. What would be the best way of doing this?
Thanks
so far I have
If textbox2.text =< textbox1.text...
Hi, I require help with an SQL statement please. I have information showing in a datagrid, the sql for that is pretty simple as it is:
"Select * from Orders", conn
Now, there is a column in the datagrid which is called preorders, now what I need help with is where the preorder column = ‘Yes’...
..date from the date/time picker when it must be equal to or greater than a date in a textbox, bearing in mind that the date in this textbox can change daily?
Any suggestions please?
(the chosen date gets displayed in a textbox but I have this part working)
Thanks
when the form loads. Could someone please offer me some help I have spent hours and hours trying to find a solution but its just not happening. I have tried
dgContacts.CurrentRowIndex = 0
and
dgcontacts.SelectedIndex = 0
But its just not working, any herlp or suggestions please?
Hi, I was hoping somebody could offer me some help please. I have a datagrid and I want to filter the data, I know hwo to do this but the method I know is a different way. The way I do this is by typing some letters in a textbox which filters the datagrid, however the method I want to do it by...
Hi, I need help with an SQL query. Basically I have a database created, and the layout of it is shown below:
Date/Room - Lesson1 - Lesson2 - Lesson3 - Lesson4 - Lesson5
Date1/Room1
Date1/Room2
Date1/Room3
Date1/Room4
Date1/Room5
Date2/Room1
Date2/Room2
Date2/Room3
Date2/Room4...
Hi, I need help with a Select statement please. I have tried using Sum and Count functions in this statement but its just not working. Basically in my table I have three columns, the first contains a name, the second contains items, the third contains a number (the number of items in column...
Hi, I was wondering if somebody could offer me some help please. I have two tables, the first table is working but in my second table I want to take specific information
You see in the original table I have rows and rows of data, and what I want to do is just add all information together, for...
Hi, I was oping somebody could help me out please. I have created a view which joins 3 tables, the view itself works with no problems but im facing problems when it comes to the data getting edited, updated or deleted in the view.
The error message that appears when i try to update is...
Hi, im not sure if this is in the correct section. I am using oracle and have been experiencing some problems when I try to run the following query.
I want to display all car Id's which are less than 5, in the table there is alot of details.
So basically when the query runs, all the carid...
Hi, I have the following coding which is pretty much simple.
dbindingmanager.Position += 1
The above code just moves on to the next record, if i swapped the number 1 with 2, the result would be obvious it would move 2 records ahead. Is there a way in which you could move to a certain record...
Hi, could somebody offer me a little help please? What I need is basically a listbox which is read only and NO item can be selected in that listbox as I have Up and Down Buttons. Some would think that the above is easy why dont I just make it read only and for the moment I have made it...
Hi, could somebody possibly help me out on some data filtering please. It keeps breaking on the following line:
dvfilter.RowFilter = String.Format("DateBorrowed LIKE '{0}*' ", _
txtenterdetails.Text)
with the error of:
Additional information: Cannot perform 'Like' operation on...
Hi, I was wondering if anyone could help me out here please. I need the following coding to only open up the 1 form, for example whenever the menu button is selected it keeps opening a new form, but i only want it to open a new form the once. I know about creating a module, and having the...
Hi everyone, I need some help with the following it is quiet simple really but its been really stressing me out as I have spent many hours trying to figure out how to do it. I have a form which is databinded to a table, in the form there is a listbox, 2 buttons and 2 textboxes. The idea of the...
Hi, Im new to vb if anyone finds the way i talk confusing then im sorry. Could somebody please help me out a little bit as im puzzled. Basically on a form I have a datagrid and some buttons, the buttons are simple and do simple operations. The part im struggling on at the moment is the 'Update'...
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.