> However, if I use the form in Browse mode I can't click > on the check box to display or hide the status bar. Does > anybody have any thoughts on a workaround?
Buttons, which are neither variable nor data attached, should work fine. If you want the _effect_ of a check box, get two images, one which is an empty check box and the other which is a checked check box. Create two bit or speed buttons, one with each image. Initially, the already checked button is visible (along with a label Show Status Bar) and the other invisible. When it is clicked, the EEP hides that button and the status bar and makes visible the other button with the unchecked image. Now that we can read _and_ write properties, and can add to and remove from lists in code, it would be nice to have a third parallel set of controls that were attached to neither a variable nor a database column. . . -- Larry

