` Printed Icetips Article

Icetips Article



Par2: Setting GlobalResponse in a Window
2000-07-08 -- Steven Gallafent
 
> Using the Window template, I populate two buttons (regular buttons).
> In one, I do:
>
> GlobalResponse = RequestCompleted
> Post(Event:CloseWindow)

Can be replaced with
ThisWindow.SetResponse(RequestCompleted)

> In the other:
>
> GlobalResponse = RequestCancelled
> Post(Event:CloseWindow)

Can be replaced with
ThisWindow.SetResponse(RequestCancelled)



Printed April 29, 2024, 2:52 am
This article has been viewed/printed 35114 times.