I have a WinGrid (v7.3) control that I have enabled the addition of rows to.
I have a ID column. Is it possible to have a default value that increments everytime a new row is added (much like SQL server with identity column (1,1)?
Any help on this would be very much appreciated.
Thanks in advance
After a closer look I am doing this in the AfterRowInsert method.
I increment a property on the form that holds the latest value.
This works very well...