on_show method for login form

Hi

Am building a SaaS solution primarily using smart client which is working fine. i now want to also allow login via web client and i want to set various form elements on_show of the login form, this is prior to any user login or button clicking. Whats the best way of achieving this?

where is the web functions filter in 4?
is the on_show event available in web client?

Sorry for the newbie questions but am just getting started with Servoy 4 and web client.

Hi,

The onShow event is working in the webclient so that wil be a good place or onLoad if you don’t do anything with data. The filter doesn’t exists anymore in 4 but the good news is that most events are working now.