`
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 November 21, 2024, 7:29 am This article has been viewed/printed 35210 times. |