`
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, 12:28 pm This article has been viewed/printed 35211 times. |