Hello
I have some strange problem. I want to create form using grid to show data only temporary.
I have some dummy table in database, and BO created in context of this dummy table.
On form load, I want to add some rows to this BO - what is working perfect.
On form exit, I want to clear table, becouse I don't want to have this data in DB.
Unfortunatly, Metastorm is commiting this BO to DB before this event, and I have this rows in my table in DB:(
Is any workaround for this?
Below you have some example of my problem.
Using form on stage, works perfect, but using this form on action, and allow user to commit this action, is equal with inserwing rows to DB.
Let me know what I'm doing wrong.
Regards