How to hide a command button

Hi all,

How to hide command buttan ??

Is it possible ???

Give a name for the command button ->HideButton

CurrForm.HideButton.VISIBLE(false)

Hi

What do you mean by a command button. If a normal button then use

Currform.ButtonName.VISIBLE := FALSE;

Remember to name the button first

Hi Subrata,

I have changed the title of this post to help other user who might want to search