Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
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)
Today is November 21, 2024, 8:33 am This article has been viewed 35211 times.
|
|