Marc,
The selection options would automatically popup as soon as you enter the field. John From: [email protected] [mailto:[email protected]] On Behalf Of MDRD Sent: Wednesday, March 04, 2009 4:23 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Scrolling Region and DB Check box Hi John I have other forms that use something like that but I was hoping for something a little slicker, just click A B C one click type of thing This might be a second choice but not as elegant as I hoped. thanks Marc ----- Original Message ----- From: John Engwer <mailto:[email protected]> To: RBASE-L Mailing List <mailto:[email protected]> Sent: Wednesday, March 04, 2009 3:11 PM Subject: [RBASE-L] - Re: Scrolling Region and DB Check box Marc, another way do this is as follows: Create a table with the selection criteria. It could be a temporary table or a permanent table. The data in the table could be A, B, C etc, whatever your selection criteria is. In your scrolling region have a DBEdit with a popup menu that uses your table with the selection criteria. It will load the selection into the proper column in your record. I will create a sample app for you if you like. Email [email protected] John From: [email protected] [mailto:[email protected]] On Behalf Of Bernard Lis Sent: Wednesday, March 04, 2009 3:52 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Scrolling Region and DB Check box Hi Marc, I know you only need one col, but I have a similar situation where I had to put customers on one of 3 lists. So in the programming I merely read all 3 columns and decide which one has a Y. Good luck, Bernie ----- Original Message ----- From: MDRD <mailto:[email protected]> To: RBASE-L Mailing List <mailto:[email protected]> Sent: Wednesday, March 04, 2009 3:36 PM Subject: [RBASE-L] - Re: Scrolling Region and DB Check box Hi Bernie I really need one column for the A B C The Bit button almost works but the second tier gets changed too. thanks Marc ----- Original Message ----- From: Bernard Lis <mailto:[email protected]> To: RBASE-L Mailing List <mailto:[email protected]> Sent: Wednesday, March 04, 2009 1:22 PM Subject: [RBASE-L] - Re: Scrolling Region and DB Check box Put 3 db check boxes in your region and let them check the one they want. You would also have to create 3 more columns in your table called A B C. Will that work for you? Bernie Lis ----- Original Message ----- From: MDRD <mailto:[email protected]> To: RBASE-L Mailing List <mailto:[email protected]> Sent: Wednesday, March 04, 2009 12:15 PM Subject: [RBASE-L] - Scrolling Region and DB Check box HI I am stuck on something that should be very simple. I have a Scrolling Region and would love to use a Radio Group but that is not possible. I have a text field with 1 character that I want to store A B or C Instead of having a DB Edit and typing in A B C, I would like to have the same type of look and feel of the Radio Group. I have played with Buttons and DB Check boxes but can't seem to get it figured out. Also I would like the object to be highlighted in when using the form so you can tell what the value of the field is. An I way off target or is this possible? Thanks Marc

