The Calling Window Affects the Created Window |
To let the calling window affect the created window:
Example 1 Suppose the calling Bookings window opens the created Days window. For the Bookings window, define a user-defined property UDPDays of type: Days.
user-defined-property( created-window().Window.Create() )
•Fills the user-defined property with the created window. •Implicitly opens this window. In the Bookings and Days example, the corresponding action statement is: UDPDays( Days().Window.Create() )
Example 2 To set the background color of the Days window to red, insert a button in the Bookings window, and set the Action property to: UDPDays.background( red )
See Also |