19.1

This code has always worked fine to launch a deferred view
Code:
Procedure OnClick
     Send Activate_Some_View
End Procedure
However suddenly today it needs to be sent of the Client_ID otherwise nothing happens

I'm not quite sure what has changed to prevent it from working via delegation

It's not a big problem just curious