Search:

Type: Posts; User: Dzib

Search: Search took 0.02 seconds.

  1. VS 2019 Re: Concurrency violation: the DeleteCommand affected 0 of the expected 1

    Private Sub INVENTORYTableAdapter_RowUpdated(sender As Object, e As OleDbRowUpdatedEventArgs) Handles INVENTORYTableAdapter.RowUpdated
    If e.StatementType = StatementType.Insert Then
    ...
  2. VS 2019 [RESOLVED] Concurrency violation: the DeleteCommand affected 0 of the expected 1

    Hi,

    I've searched over tens of threads about this common error but I can't find out where the error is in my code.

    I have a datagridview with a bindingsource and the data are stored in an...
  3. Replies
    7
    Views
    1,526

    Re: Apply Heading style to Word paragraph

    Thanks :)
  4. Replies
    7
    Views
    1,526

    Re: Apply Heading style to Word paragraph

    May I ask why string interpolation is better than &?
  5. Replies
    7
    Views
    1,526

    Re: Apply Heading style to Word paragraph

    Thanks for the tips 😉
  6. Replies
    7
    Views
    1,526

    Apply Heading style to Word paragraph

    Hi,

    I have a winforms application where user can create a Word doc with data previously entered.
    Once the doc has been created (from a template dotm file), a table of content is updated.
    My...
  7. Replies
    7
    Views
    1,621

    Re: Table name as variable

    Unfortunately yes, even at night
    Thanks mate
  8. Replies
    7
    Views
    1,621

    Re: Table name as variable

    Just because I don't have access to my computer for a few days so I can't try myself right now.
    I'm searching on the web for means to solve difficulties I have in the developpement of my app but I...
  9. Replies
    7
    Views
    1,621

    [RESOLVED] Table name as variable

    Hi,

    I have made a small application at work and at some point, I need to search a specific Access table depending on user's choice.
    So I've made a dataset with the Visual Basic designer but of...
  10. Re: Bound data do not save to database

    Well, looks like I had a problem in some properties of a combobox and that prevented saves. Problem solved :)
  11. [RESOLVED] Bound data do not save to database

    Hi,

    I have an Access DB with a "CASES" table and I've built a winform with Visual Studio to load the data from this table in a datagridview. My goal is that when the user click on a record (a row...
Results 1 to 11 of 11



Click Here to Expand Forum to Full Width