That was the first command that I tried and it didn't seem to work so I tried the other two commands and no luck with them either.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David M. Blocker Posted At: Wednesday, December 08, 2004 11:54 AM Posted To: RB7-L Conversation: [RBG7-L] - Re: Combobox Close Subject: [RBG7-L] - Re: Combobox Close This one is new to me then - looking at R:DOCS, what about PROPERTY <component ID) LISTOPEN 'FALSE' ? David Blocker [EMAIL PROTECTED] 781-784-1919 Fax: 781-784-1860 Cell: 339-206-0261 ----- Original Message ----- From: "Charles Parks" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, December 08, 2004 11:17 AM Subject: [RBG7-L] - Re: Combobox Close I just tried PROPERTY TableList Width '0' but it sets the whole combobox to width 0. I would like for the combobox to look the way it does before the user does the initial click, i.e. there is a field and the down button but no list. Basically, I have another form open when the user clicks on the combobox. I would like for that other form to look like as much as part of the combobox ,as possible, instead of a different object. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David M. Blocker Posted At: Wednesday, December 08, 2004 9:22 AM Posted To: RB7-L Conversation: [RBG7-L] - Re: Combobox Close Subject: [RBG7-L] - Re: Combobox Close Have you tried setting the WIDTH to 0? David Blocker [EMAIL PROTECTED] 781-784-1919 Fax: 781-784-1860 Cell: 339-206-0261 ----- Original Message ----- From: "Charles Parks" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, December 08, 2004 10:14 AM Subject: [RBG7-L] - Combobox Close Is there away to close a combobox via a property command? I have tried: PROPERTY <ComponentID> ITEMHEIGHT '0' PROPERTY <ComponentID> DROPDOWNCOUNT '0' PROPERTY <ComponentID> LISTOPEN 'FALSE' None of which seems to close the combobox.
