Skip to main content

[Migrated content. Thread originally posted on 20 February 2006]

Hello,

Anyone knows how to set a "no flat" button when the program is running? set it to flat is easy:

modify Pb-PushButton, flat

but i cannot see the reverse operation, any tips?

Thanks in advance

[Migrated content. Thread originally posted on 20 February 2006]

Hello,

Anyone knows how to set a "no flat" button when the program is running? set it to flat is easy:

modify Pb-PushButton, flat

but i cannot see the reverse operation, any tips?

Thanks in advance
Have you tried:

MODIFY PUSH-BUTTON-1, 3-D

I don't know if it works, but it is a style on other controls.

[Migrated content. Thread originally posted on 20 February 2006]

Hello,

Anyone knows how to set a "no flat" button when the program is running? set it to flat is easy:

modify Pb-PushButton, flat

but i cannot see the reverse operation, any tips?

Thanks in advance
Have you tried:

MODIFY PUSH-BUTTON-1, 3-D

I don't know if it works, but it is a style on other controls.

[Migrated content. Thread originally posted on 20 February 2006]

Hello,

Anyone knows how to set a "no flat" button when the program is running? set it to flat is easy:

modify Pb-PushButton, flat

but i cannot see the reverse operation, any tips?

Thanks in advance
Have you tried:

MODIFY PUSH-BUTTON-1, 3-D

I don't know if it works, but it is a style on other controls.

[Migrated content. Thread originally posted on 20 February 2006]

Hello,

Anyone knows how to set a "no flat" button when the program is running? set it to flat is easy:

modify Pb-PushButton, flat

but i cannot see the reverse operation, any tips?

Thanks in advance
Good days,

Thanks for the tip, but dont work. Im doing it at the moment with a destroy and display of the button in the bef-procedure, but that generate the problem to do a double click in the button to generate the exception.

Im waiting for more tips

Thanks very much

[Migrated content. Thread originally posted on 20 February 2006]

Hello,

Anyone knows how to set a "no flat" button when the program is running? set it to flat is easy:

modify Pb-PushButton, flat

but i cannot see the reverse operation, any tips?

Thanks in advance
Do not destroy nothing... Try:

MODIFY scr_button_name NOT FLAT

It must be work in versions 6.0 and later

Good Luck.

[Migrated content. Thread originally posted on 20 February 2006]

Hello,

Anyone knows how to set a "no flat" button when the program is running? set it to flat is easy:

modify Pb-PushButton, flat

but i cannot see the reverse operation, any tips?

Thanks in advance
Thanks, it works, really idiot not think that :D thanks again

[Migrated content. Thread originally posted on 20 February 2006]

Hello,

Anyone knows how to set a "no flat" button when the program is running? set it to flat is easy:

modify Pb-PushButton, flat

but i cannot see the reverse operation, any tips?

Thanks in advance
Thanks, it works, really idiot not think that :D thanks again

[Migrated content. Thread originally posted on 20 February 2006]

Hello,

Anyone knows how to set a "no flat" button when the program is running? set it to flat is easy:

modify Pb-PushButton, flat

but i cannot see the reverse operation, any tips?

Thanks in advance
Thanks, it works, really idiot not think that :D thanks again