Search:

Type: Posts; User: Focus12

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    637

    Need help with datagrideview table in vb

    I have this program, which i really need help with..

    On this program, it contain a datagridview table in textboxes. What I'm trying to do is, when I click a row in the datagridview table, I wont...
  2. Replies
    1
    Views
    760

    Update in Data Grid View

    I have a vb form which has a data gridview table , in I use it to insert data into a sql table. The data grid view matches the sql table column names.
    Also In this form i can select all data by...
  3. Thread: SQL Help

    by Focus12
    Replies
    1
    Views
    621

    SQL Help

    How can I subtract the following in Sql?

    7:08:31 AM - 7:20:38 AM

    These times are in a table, which I'm trying to get in result when I subtract the two in sql.
  4. Replies
    4
    Views
    743

    Re: Help with Query in vb

    Can you please give me a example?
    Do you mean like this below?

    SELECT DATEDIFF(FinishTime - StartTime), 108) FROM TimeLog
  5. Replies
    4
    Views
    743

    Help with Query in vb

    Please Help.

    I have this query which I'm trying to subtract two Time Stamp in the same table.
    Im trying to get this part working; Example 9:15 a.m - 9:30 a.m
    I wont it to work even if the...
  6. Replies
    3
    Views
    719

    Help with vb an Sql program

    I'm trying to make in vb program that will allow me to do the following. I have in in text file which I trying to make in auto vb program to send to sql table. Im trying to make the column row to...
  7. Replies
    8
    Views
    1,054

    Re: Need help with Excel in VB

    I don't have that, having problems
  8. Replies
    8
    Views
    1,054

    Re: Need help with Excel in VB

    I tried in code on the marcos in excel, but it still not work propely. I wont the button to send a something to the table I have one sql. That something is like a example; whatever time i hit the...
  9. Replies
    8
    Views
    1,054

    Re: Need help with Excel in VB

    I have in excel file, which contains in macro button. So what Im trying to to do is, whenever I click the button. I wont to be able to send the time I click the button to a sql table. If someone can...
  10. Replies
    8
    Views
    1,054

    Need help with Excel in VB

    I have in excel file, which contains in button. So what Im trying to to do is, whenever I click the button. I wont to be able to send the time I click the button to a sql table. If someone can...
  11. Thread: Help with VB

    by Focus12
    Replies
    5
    Views
    827

    Re: Help with VB

    Basically I wont to focus on 3 different application windows using a timer, but set each application on a certain time to focus.
  12. Thread: Help with VB

    by Focus12
    Replies
    5
    Views
    827

    Re: Help with VB

    I tried change all of that, but still not working as I need it too. I dont know if I doing this program correctly, but I wont to be able to rotate any applications in the WIndowTask Manger using a...
  13. Thread: Help with VB

    by Focus12
    Replies
    5
    Views
    827

    Help with VB

    I need some help with Visual Basic. Im working on this program, in what I'm trying to make it do is. Rotate window application always on top using a timer. Lets say i wont a application to show on...
  14. Replies
    17
    Views
    1,656

    Re: Help with Visual Basic Coding.

    You simply want the first five characters to match, and then all bets are off on characters 6 and up for BOTH boxes.
    SamOscarBrown


    This is exactly what Im looking for. As long as first 5 char...
  15. Replies
    17
    Views
    1,656

    Re: Help with Visual Basic Coding.

    I tried it, but not working. Lets say texbox1 has 34t21, then textbox two has 34t21TEG. I wont to llok up in make sure the first 5 char match in both textbox match. But at the same time, I wont it to...
  16. Replies
    17
    Views
    1,656

    Help with Visual Basic Coding.

    I have two textbox, which are textbox1 an textbox2. That must match, in have the same input, but theres something i need help with. Lets say I type 23432 in textbox1, then I have textbox2, I wont...
  17. Replies
    4
    Views
    729

    Re: Need Help WithVisual Baisc

    What you mean?
  18. Replies
    4
    Views
    729

    Need Help WithVisual Baisc

    I really need help with a query in Visual basic. I have in program that insert data into a sql table, but Im trying to duplicate the data. Basically tring to make the messagebox pop up if I try...
  19. Replies
    2
    Views
    823

    Need Help With Joing Tables SQL

    90275


    I need help with Joining tables in sql,. I tried alot of query, but Im really not getting anywhere. If someone can help lead me in the right path, it really would help. I have provided a...
  20. Replies
    13
    Views
    2,074

    Re: Need Help With SQL Query

    90067





    I need help, but I provided a attachment, that explain what i need help in.

    EXAMPLE: PartNumber Total Limit Shorten
    ...
  21. Replies
    13
    Views
    2,074

    Re: Need Help With SQL Query

    That works but it doest count the part number like it was; SELECT PartNumber, Count(PartNumber) AS Total
    On that part I will need to collect all data that are the same on the table, it give the...
  22. Replies
    13
    Views
    2,074

    Re: Need Help With SQL Query

    Both of theses query that are on the same table, but im trying to combine both query together. In get the same resulta on one query, as I was running in two query.

    Query 1:
    SELECT [SerialNumber]...
  23. Replies
    13
    Views
    2,074

    Re: Need Help With SQL Query

    I have those two query for example what I need in one query, basically there's not 2 tables. Just one table, which i have a select statement to get things I need. but I nned both select statement in...
  24. Replies
    13
    Views
    2,074

    Re: Need Help With SQL Query

    Is there a way, I dont have to have two tables. Becasue what im trying to prevent is making two tables. But have all this in a select statement. To prevent confusing, all is on one table so I just...
  25. Replies
    13
    Views
    2,074

    Need Help With SQL Query

    I really need some help. I have two different tables, but I wont to join the two tables together all in one select statement. I have provided in attachment, on how the table look now, in how I'm...
  26. Replies
    7
    Views
    1,022

    Re: Retrieve Data from Table to Another Table.

    --------------------------------------------------------------------------------

    I need help with a query. I have a GidData View which retrieve data from all data from a column. Retrieve the data...
  27. Replies
    7
    Views
    1,022

    Re: Retrieve Data from Table to Another Table.

    I help with a query. I have a GidData View which retrieve data from all data from a column. Retrieve the data is not the problem, but I wont to retrieve a certain data.

    Lets say I have a table...
  28. Replies
    7
    Views
    1,022

    Re: Retrieve Data from Table to Another Table.

    Thanks, I figure it out.
    Here 's the code below. If someone else need it in the future.

    SQLinsert.CommandText = "INSERT INTO Table_1 SELECT * FROM Table_2 where [TraceCode] ='" & TextBox1.Text &...
  29. Replies
    7
    Views
    1,022

    Retrieve Data from Table to Another Table.

    Im trying to get data from one table, the insert it into another table. The column name are the same on both tables. Can someone please help.


    SELECT * FROM [Table_2] WHERE [TraceCode] =...
  30. Replies
    3
    Views
    690

    Re: DataGridView Printing

    I still having in hard time with it. I tried the example you mention. But when I input my own datagridview table, it throw me a error. Can someone please help. The code you mention, look like to br...
  31. Replies
    3
    Views
    690

    DataGridView Printing

    Hello,



    I need help with in program... The part I need help is, I wont my datagridview data to show on print prieview.



    I have in form that retrieve data from SQL using a datagridview,...
  32. Replies
    2
    Views
    2,433

    Select/ Sum Statement In Visual Basic

    I have in select statement, which retrieve all data from a SQL Table. But what im trying to get the select statment to do is, sort the data, in group them. In give a sum of the same data. I will...
  33. Thread: Help with VB

    by Focus12
    Replies
    6
    Views
    593

    Re: Help with VB

    Im working on a program, that will do the following. But need help.

    Lets say I have a sql table with 50 rows, it i retrieve all 50 rows from my select statment using visual basic when I click a...
  34. Thread: Help with VB

    by Focus12
    Replies
    6
    Views
    593

    Help with VB

    Im trying to make an program that will allow me to select all data from a table, in then insert the into an excel file.

    Can someone please give me a start with this.

    Thanks
  35. Re: How to Retrieve Data from listbox using Visual Basic

    Basically, I wont to get all the data in a listbox, inorder.
    example; Lets say i have RED, in BLUE in the listbox. The i wont RED AN BLUE TO SAY 3 time reapeatly.

    RED
    BLUE
    RED
    BLUE

    Then...
  36. How to Retrieve Data from listbox using Visual Basic

    I really need help with looping, in collection the data from a listbox. Then send it to a txtfile. I provided by code below, the error its given me when i try to send the file is, it throw me an...
  37. Thread: Vb help

    by Focus12
    Replies
    23
    Views
    2,411

    Re: Vb help

    Listbox2 is being use to repeat the items that listbox1. Which the listbox1 is on a select statement to retrieve items that are in the SQL table. My problem is that, it only retrieve the first items...
  38. Replies
    3
    Views
    542

    Re: Writing to Txt file Visual Basic

    Thanks, but what if I retrieve data from a sql, using listbox. Then when the data is retrieve from the sql, then send to txt file.
  39. Replies
    3
    Views
    542

    Writing to Txt file Visual Basic

    I managed to loop the listbox now how i write it to a text file ?


    Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click

    Dim I As...
  40. Thread: Vb help

    by Focus12
    Replies
    23
    Views
    2,411

    Re: Vb help

    Ok, I have the select statement looking thru the items in the listbox, but fot some reason it only send one data from the listbox to the txtfile. I input it thru a Loop, in it select each data from...
Results 1 to 40 of 47
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width