The program has a button named INCREMENT . The label that starts with 0 will increment every time the button is being pressed and save it in a database then so on. . .those being saved in the database will appear in MSFlexGrid.
Important part:
in MSFlexGrid
1
2
3
4
5
6
if the number 4 being deleted. . .it will look like this in MSFlexGrid:
1
2
3
5
6
if i press the button "RE-ARRANGE" it will look like this:
1
2
3
5
6
if i press the button "INCREMENT" it will not go directly to seven but instead the number 4 will be inserted:
1
2
3
5
6
4
press re-arrange:
1
2
3
4
5
6 and so on
7
8
9
10
this is a challenging one so pls help me. . i need to know how to do this. thank you so much.