how to stop refreshing page in delphi intraweb onchange?

94 Views Asked by At

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

I used Async, but it didn't work. I wanted to find a code to stop going up the page.

0

There are 0 best solutions below