home *** CD-ROM | disk | FTP | other *** search
- This is an example of:
- ======================
- =Disable a button (or menu item).
-
- =Allowing only one instance of a child window to open.
-
- =Using the button to bring an already opened child
- window to the front.
-
- "Browse By Last Name" shows the button being disabled
- when child window is opened.
-
- "Browse By Company" shows the button NOT being disabled,
- but allowing only one instance of the child. It will
- also bring that window to the front if other windows
- are opened when button is pressed. (Open "Browse By
- Last Name" then open"Browse By Company", click the
- mouse on "Browse by Last Name", then press the "Browse
- By Company" button. Note how the "Browse by Company
- Window comes to the front).
-
- "Browse By Date" is how the standard button works without
- embeded code.
-
- =See Global and Embeds to see the code.
-