Atozed Forums
OnChange problems - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: OnChange problems (/thread-3067.html)



OnChange problems - goc1172 - 03-13-2023

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


RE: OnChange problems - MJS@mjs.us - 03-14-2023

Setting the form property 'AutoScrollPos' to true should keep the correct position after a full refresh.


RE: OnChange problems - Alexandre Machado - 03-22-2023

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...