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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RocAFella2007

  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

Part and Inventory Search

Back
Top