VB and True DBGrid issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rmahon
    New Member
    • Jan 2008
    • 3

    VB and True DBGrid issue

    I have a vb app that connect to a sql server backend. It uses a datagrid control and allows entering of records. Something really strange just starting happening...the app has been running and working for a couple months now and all of a sudden I get a call from a user saying when she enters a record and clicks on the next line down an error pops up stating "Data Access Error".

    I stepped through the code and after hitting the "end if" the message pops up.

    Anyone have any ideas on this? Several users have entered records and only one has complained of this.

    Hope someone can shed some light on this.
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Can you show us the code in question? And what version of VB is it?

    Comment

    • daniel aristidou
      Contributor
      • Aug 2007
      • 494

      #3
      Originally posted by Killer42
      Can you show us the code in question? And what version of VB is it?
      What is the if for? Does it validate the data entered in the new row?

      Comment

      Working...