----------------------------Thanks, Dawn, I suppose the only response is that 
the browser ought to be better behaved <g>. Actually, I did know that it would 
happen but I just forgot until I tested the form.

If it turns into a real problem for me I guess that I can replace the check 
boxes with buttons - one button, even - but as this form has many controls on 
it with different component IDs I'll pass on the multiple property commands, 
thank you all the same but you have given me the idea to hide both options when 
in browse mode.

Regards,
Alastair.

  ----- Original Message ----- 
  From: Dawn Hast 
  To: RBASE-L Mailing List 
  Sent: Thursday, July 03, 2008 3:48 PM
  Subject: [RBASE-L] - Re: Browse Using... query


  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]

    -----------------------------

     

No virus found in this incoming message.
Checked by AVG - http://www.avg.com 
Version: 8.0.135 / Virus Database: 270.4.4/1531 - Release Date: 02/07/2008 19:02

Reply via email to