im adding an item.. these are the values that i add to the control BankCode, Account Number, Cheque Number, Date and Amount... the problem
this is the way i add the item in the flexgrid..
msflexgrid.additem BankCode & vbtab AccountNo & vbtab & ChequeNO & vbtab & DAte & vbtab & Amount, ctr
where ctr is my counter...
this is the way i remove item my my flexgrid:
msflexgrid.removeitem(index)
so my problem is When i remove an item in the Flexgrid then add again an another item the item will not appear...
how can i solve this one?