At 02:21 PM 4/15/2016, Manuel DeAguiar wrote:

Hello,
I can't seem to get the CONTROLTYPE property to work for
the Office Button.  For example I tried:

PROPERTY obSaveSR CONTROLTYPE 'UpButton'
PROPERTY obSaveSR CONTROLTYPE '.UpButton'
PROPERTY obSaveSR CONTROLTYPE 'Up Button'
PROPERTY obSaveSR CONTROLTYPE UpButton
PROPERTY obSaveSR CONTROLTYPE .UpButton

Where obSaveSR is the <Component ID> and they do not respond.
I wanted to change the glyph together with the background
color (works Ok) in order to let the user know that the form
needs to be save.

Does anyone knows what am I doing wrong?


Manuel,

You are not doing anything wrong.

While we investigate ...

Try the following PROPERTY command and note the button shape.

-- Changing Office Button Shape
   PROPERTY obSaveSR ControlType 'bsUpButton'
   RETURN

OR

-- Changing Office Button Shape
   PROPERTY obSaveSR ControlType bsUpButton
   RETURN

Supported Types:

.  bsButton
.  bsRadioButton
.  bsUpButton
.  bsDownButton
.  bsRightButton
.  bsLeftButton

Have fun!

Very Best R:egards,

Razzak



--
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to