Here is the scenario, in my form I’ve following fields in this order. SAVE: is a button on the form. It has a rule to set values and call Web Service which calls Store Procedure to Insert/Update to database.
Regular text box: A
Rich text box: B
Drop down: C
I open the form, enter data and SAVE. Everything is good. Now, let’s say I change some text inside field “B” and then I’ve to hit SAVE button twice (back to back) before it saves the changes.
Other field’s changes can be saved with only single click.
I’ve tried removing the button and recreating it…placing the logic behind the form code….placed debug statements….place exception onto the form………..but NOTHING!!!
For the love of GOD, I can’t figure out this difference in behavior. BTW, in the rich client this doesn’t happen. Only in browser I see this behavior.
Thanks for your help in advance!!!!!!!!!!!!!!!!!