Good day
When entering data into a table control what do you guys do to create a new line for every entry?
Do you just use TableAddLine on the Exit event of the last column?
What if the user tabs on the last column, it creates a new line but now he goes up to edit something in a previous line. Now Exit's the last column again and now another blank new line is created.
Is there a simple solution to all of this?
Thanks in advance.
Ericus Steyn
When entering data into a table control what do you guys do to create a new line for every entry?
Do you just use TableAddLine on the Exit event of the last column?
What if the user tabs on the last column, it creates a new line but now he goes up to edit something in a previous line. Now Exit's the last column again and now another blank new line is created.
Is there a simple solution to all of this?
Thanks in advance.
Ericus Steyn