Page Open Event firing *after* other objects?

Hello all

Is there a way to make the page open event fire before the open events of the other objects?

I have a web page that I needs to read from the database before it opens the other objects, so the initial value of the other objects have the saved values. I’ve found that that the page open event fires after all of the other objects.

Thanks,
Tim

That is correct.

You can try and add a constructor as it runs earlier.

Hi Christian.

No Constructor option listed in the event handlers to add…
So I guess not possible?
Tim

You add a constructor METHOD to your page design

Got it,
Thanks - must have been a rougher weekend than I thought!
Tim

FWIW, we mimic the way the desktop works, that is, the control Open events fire first and then the Window Open event last.