Keeping things looking as much like the standard windows interface is always a good choice.
Dennis ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Thursday, August 26, 2010 9:59 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Form design question Dan: That's another good suggestion! Another friend of mine used to do this back in 6.5. Made a field look like a dropdown, but it would bring up a popup list, then we had to use a playback to get it into the other field. This is a good way to do it if you need to do some manipulations for the list that you can't handle in the regular Popup tab. Karen I put a push button next to the field with a down arrow icon which users are used to seeing for drop downs. I assign an eep to the button with the properties: property compid PMAUTO 'TRUE' property compid SET_FOCUS 'TRUE' Dan

