CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: benuto

Search: Search took 0.02 seconds.

  1. Re: Update data in DataBase, problem with Update command

    check cb.getUpdateCommand, if it has right structure...
  2. Replies
    5
    Views
    1,582

    Re: Create a History table

    then maybe cellchanged?
    previous values are still in datatable, so u can compare these and logs
  3. Replies
    5
    Views
    1,582

    Re: Create a History table

    why? any clue?

    then mayby cell.enter and cell.leave?

    as I see, you have got solution.

    benek
  4. Replies
    1
    Views
    1,699

    Re: Refresh Combo Box

    try remember previous selected item in another variable, then check.
    As far i know, CmbTruckTyp.SelectedItem raises cmbtruck.indexchanged event,maybe that is the problem.
    can combobox.update...
  5. Replies
    5
    Views
    1,582

    Re: Create a History table

    my first idea is create handle keydown on datagridview.
    on first keydown event store old value in memory , on enter/end edition compare with actual value, if different then log in your history......
  6. Thread: Datagridviews

    by benuto
    Replies
    1
    Views
    652

    Re: Datagridviews

    Hi,
    this is my first post here, so check this twice:rolleyes:


    Private Sub DgvProductDet_CellClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs)...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured