Click to See Complete Forum and Search --> : dbGrid


jtracy
November 22nd, 1999, 09:57 AM
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

Ravi Kiran
November 23rd, 1999, 03:22 AM
Did you enable adding new items (row) in Db Grid by setting the property AllowAddNew to True? By default it is False.

RK