> > Dbforms remember it's state between 2 round trips, too. No > settings. > > It's default. > But in .NET it's without writing to database between every > round trip. > In dbforms every request write to database - doesn't it? Not really - if a field has no corrosponding database field it should be work, too. Can remember that i changed this behaviour once. What's about a little test?
> > > 1. Put 100 in first text field. > should I use form.submit (onchange event?) If you want to have an automatic submit this is the only way. > > > 2. Let's a trigger change second field in the database. > > 3. Give this to the user. > how can I take information, that I should focus on the second > textField? Setting focus is a little bit difficult. I think some lines of javascript could do the work. > 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
