> > 3. User see it - and can ofcourse change value in second > textField, and > at the end insert all row into database. Ahh, now it's clear.
> > In .NET there is sometching like enableViewState... it mean > that i can > remember control's value between round trips... > Dbforms remember it's state between 2 round trips, too. No settings. It's default. Only stored procedures are not supported. You must use triggers: 1. Put 100 in first text field. 2. Let's a trigger change second field in the database. 3. Give this to the user. 4. Let him change the second field. 5. Write it back to the database! Regards, Henner ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
