Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Usually, your routine will either have all client-side or all server-side steps. In other words, it is either a client-side routine or a server-side routine. However, sometimes it may make sense to mix the two types of steps.  This For example, this would allow you to enforce client-side validation or to update client-side values before they are sent to the server. Please keep in mind that

For event-driven routines, all client-side steps will occur before control is passed to the server, regardless of how they are arranged in the routine. For screen initialization routines, the server-side steps occur before client-side steps.

Info

The Start and Screen Initialization routines are start routine is a server-side only routines routine and cannot utilize client-side steps. Instead, you can place custom To execute client-side JavaScript code into the onload event of steps, use the initial routine property on a screen.