CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: dbGrid

  1. #1
    Join Date
    Nov 1999
    Posts
    5

    dbGrid

    I have a program that uses a dbGrid when I enter sales. My problem is that it will only enter one item and will not go to the next row for additional items. Could somebody please help me so I can enter additional items and that I can keep jumping to the next row for each new item.

    Thank you
    Jessica Tracy


  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: dbGrid

    Did you enable adding new items (row) in Db Grid by setting the property AllowAddNew to True? By default it is False.

    RK

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