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 strongm 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
  • Order by date
  1. RocAFella2007

    Need help with vb.net (Newbie)

    Thanks both of you
  2. RocAFella2007

    Need help with vb.net (Newbie)

    THanks for your swift reply, however I have tried that but it doesn't seem to work. So far I have the following coding: If DataGrid1.CurrentRowIndex > -1 Then Me.ID = CType(DataGrid1.Item( _ DataGrid1().CurrentRowIndex, 0), Int32) Else...
  3. 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...
  4. RocAFella2007

    Why isnt this working? Textbox values..

    thanks a million mate
  5. 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...
  6. RocAFella2007

    Newbie textbox question

    Thanks mate
  7. RocAFella2007

    Newbie textbox question

    How would I use that in a Try and Catch? Thanks
  8. 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...
  9. RocAFella2007

    Need advice on datagrid row backcolour/SQL

    No Problem, i just wont add that function in my program.
  10. RocAFella2007

    Need advice on datagrid row backcolour/SQL

    hmmm thats where im going to face a problem. You see im using Vb2003, im not using 2005.
  11. RocAFella2007

    Need advice on datagrid row backcolour/SQL

    could you give me any helpers or suggestions on how I would do this, I know youve mentioned a loop but how would I get it to work with the datagrid?
  12. 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’...
  13. RocAFella2007

    How do i select a..

    Thanks problem solved
  14. 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
  15. RocAFella2007

    Autoselect first row in datagrid

    Its fine I have found a way of doing it. But it was thru a dataset
  16. 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?
  17. 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...
  18. RocAFella2007

    Embarassing newbie question [Textbox]

    Hi, I have done what you have said at the top of the coding, but it says the following: Sub 'textChanged' conflicts with the event 'textchanged' in the base class 'control' and so should be declared as 'shadows'
  19. 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?

Part and Inventory Search

Back
Top