CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2000
    Location
    Dubai,UAE
    Posts
    10

    Vb6 Data Grid problem

    I am developing a project in VB 6. In one form i am using DBgrid while entering second record the first record get disappears and i am having one blank record alone in the grid.

    It is very urgent. if anybody knows the answer please help me.


  2. #2
    Join Date
    Aug 1999
    Location
    Pakistan
    Posts
    366

    Re: Vb6 Data Grid problem

    Have you used ADdNew method.Once I tried inserting data into textboxes without add new and once i shifted from the filed the data disappeared.


  3. #3
    Join Date
    Jan 2000
    Location
    Dubai,UAE
    Posts
    10

    Re: Vb6 Data Grid problem

    Thanks for your timely reply
    My exact problem is i am using databound dbgrid.
    In the grid allow addnew,allowupdate,allowdelete properties are set true.
    In the run time while entering the data in the grid, after entering first row ,when i try to enter data for the second row the first row get disappeared . but in the table we can see the first row (it got saved) but it is not visible in the grid. please help me,it is very urgent.
    regards
    nakheel


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured