Skip to main content

[Migrated content. Thread originally posted on 28 September 2005]

Hello,
Is if possible to "hide" a large combo box so that only the "down arrow" button appears on the screen until you click it, then the combo box will be displayed. I know you can do this in Foxpro.

Thanks!

[Migrated content. Thread originally posted on 28 September 2005]

Hello,
Is if possible to "hide" a large combo box so that only the "down arrow" button appears on the screen until you click it, then the combo box will be displayed. I know you can do this in Foxpro.

Thanks!
I am afraid you cannot do this.

[Migrated content. Thread originally posted on 28 September 2005]

Hello,
Is if possible to "hide" a large combo box so that only the "down arrow" button appears on the screen until you click it, then the combo box will be displayed. I know you can do this in Foxpro.

Thanks!
You can try making the SIZE of your combo box small at the start and apply a modify to it in a Before Procedure to 'blow' it up. In the after procedure (or click) make it small again with another modify.