Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: RocAFella2007
  • Content: Threads
  • Order by date
  1. RocAFella2007

    Need help with vb.net (Newbie)

    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...
  2. RocAFella2007

    Why isnt this working? Textbox values..

    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...
  3. RocAFella2007

    Newbie textbox question

    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...
  4. RocAFella2007

    Need advice on datagrid row backcolour/SQL

    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’...
  5. RocAFella2007

    How do i select a..

    ..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
  6. RocAFella2007

    Autoselect first row in datagrid

    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?
  7. RocAFella2007

    Filtering data in datagrid

    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...
  8. RocAFella2007

    Embarassing newbie question [Textbox]

    Hi, I know im going to sound dumb but how do I create a single method to handle the TextChanged event for 5 Textboxes?
  9. RocAFella2007

    Advice/Help on another select statement please..

    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...
  10. RocAFella2007

    Help with select statement..

    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...
  11. RocAFella2007

    Help with Sql statement in VB.Net..

    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...
  12. RocAFella2007

    Updating/Deleting Data in Views in SQL

    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...
  13. RocAFella2007

    Need help with count function in SQL

    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...
  14. RocAFella2007

    Simple Databinding Question

    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...
  15. RocAFella2007

    How to disable a listbox?

    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...
  16. RocAFella2007

    Need help with filtering data..

    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...
  17. RocAFella2007

    Simple newbie question

    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...
  18. RocAFella2007

    Need help with databinding

    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...
  19. RocAFella2007

    Update Datagrid [VB.Net Newbie] Please Help

    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'...

Part and Inventory Search

Back
Top