----------------------------That's the browse behavior....everything's read only. How 'bout...
SET VAR vmode = 'browse' EDIT USING....... in form after start eep: IF vmode = 'browse' then PROPERTY <allfieldsexceptcheckboxid> READONLY 'true' ENDIF Of course if you have component ids already assigned to your objects, you'll have to have multiple property commands, but if not, you can just give them all the same component id. ----- Original Message ----- From: Alastair Burr To: RBASE-L Mailing List Sent: Thursday, July 03, 2008 10:34 AM Subject: [RBASE-L] - Browse Using... query I've just spend a couple of hours making the Status Bar on a form appear then disappear with a couple of check boxes. It works rather well. 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? Thanks in advance, Regards, Alastair ---------------------------- Alastair Burr St. Albans, UK. [EMAIL PROTECTED] -----------------------------

