B
Backwater Geezer
DataSource is an ArrayList.
Some of the columns have Format = N2.
The problem is that if I enter invalid data into an N2 formatted column
I cannot close the form by clicking on the form's Close (X) button,
FormClosing fires after cell validation.
I don't want to do my own cell formatting nor validation nor add my
Close button.
Is there any clever way of solving this problem without using Win API?
Thanks
MH
Some of the columns have Format = N2.
The problem is that if I enter invalid data into an N2 formatted column
I cannot close the form by clicking on the form's Close (X) button,
FormClosing fires after cell validation.
I don't want to do my own cell formatting nor validation nor add my
Close button.
Is there any clever way of solving this problem without using Win API?
Thanks
MH