Search:

Type: Posts; User: M.G.R

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    2,556

    VS 2017 DataGridView Scroll show columns over others

    I have a datagridview, and when i use scrollbar the columns shown over the others, like this image:

    159965

    i have tried DoubleBuffered like that:

    1- i created a module named...
  2. Replies
    11
    Views
    1,429

    VS 2017 Re: How to loop the same row twice?

    Great
    I used it by that way:


    Sql = "select ItemCode, FirstUnit AS Unit, ItemName from Items where Status='True' and FirstUnitBarcode+ItemName like N'%" & SearchText.Text.Trim & "%" & "' UNION...
  3. Replies
    11
    Views
    1,429

    VS 2017 Re: How to loop the same row twice?

    Yes, i got the idea, i'll try it now
  4. Replies
    11
    Views
    1,429

    VS 2017 Re: How to loop the same row twice?

    Thank you
    you're right
    i'll do that in another projects
  5. Replies
    11
    Views
    1,429

    VS 2017 Re: How to loop the same row twice?

    Thank you
    i'll try it
    but this

    With SourceBS
    .DataSource = SourceDT
    .AddNew()
    DirectCast(.Current, DataRowView)("ItemCode") = 1
    ...
  6. Replies
    11
    Views
    1,429

    VS 2017 Re: How to loop the same row twice?

    Thank you very much
    Worked like a charm
    another question: if the item have only two Units, its shown 3 rows in datagridview for that item, one of that rows have empty column in Unit column .
    how...
  7. Replies
    11
    Views
    1,429

    VS 2017 [RESOLVED] How to loop the same row twice?

    Hello,
    this is my SQL Table:

    159913

    i need to add all 3 units for the items in the same DataGridView with new rows if the item already have 3 units like this:

    159915

    I have tried this:
Results 1 to 7 of 7



Click Here to Expand Forum to Full Width