Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OnChange problems
#1
I made a form with 100+ TIWComboBox questions on one page.

Using the OnChange event, the page is updated on every response. That is an inconvenience when we are at the end of the Form because it returns to the beginning every time it responds.

Is there any code that solves this problem? (Ps. I would not want to use Async events).

Best regards
Reply
#2
Setting the form property 'AutoScrollPos' to true should keep the correct position after a full refresh.
Reply
#3
As MJS responded above, AutoScrollPos is your friend here. Anyway, I'm curious why you can't or don't want to use Async events in this case...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)