Data entry grid

Hi there,

I am developing a small accounting software. I have seen in some other accounting software like MYOB use data entry grid for journal entry. I wanted to use a grid which can be populated using a query or be able to add a new row in the grid and set values for particular columns. I wanted to validate all data entered in the grid before updating the original data in the database.

Do we have a plugin/bean available for this?. I really need this functionality.

Thanks
Hameed

A tableview form in a tabpanel can be populated with a query

That’s right. But it actually creates the record in the database. In the middle of the data entry the user may change his mind and cancel the data entry. I want to validate the users data entry before I save them into the database.

Any ideas/plans please?

Thanks

use a transaction for that. If the user cancels, you can rollback the transaction and you have no record.