ACT ID Status Control

2011-08-29 Thread Jeff Johnson
I would like to add an ACT-like ID Status control to my application and wondered if anyone has tackled this or has a suggestion on how to go about it? It is basically a combo box where you can select more than one option to save in the control source. For example one client can be Hot,

Re: ACT ID Status Control

2011-08-29 Thread Grigore Dolghin
The control you're looking for doesn't exist in VFP. You could use a grid containing two columns: a checkbox and the option. User can check as many records as they want. Save more than one option in the control source is not possible. In fact, those controls save as many records/items/whatever as

Re: ACT ID Status Control

2011-08-29 Thread Jeff Johnson
Thanks Grigore. Jeff --- Jeff Johnson j...@san-dc.com (623) 582-0323 www.san-dc.com On 08/29/2011 05:29 AM, Grigore Dolghin wrote: The control you're looking for doesn't exist in VFP. You could use a grid containing two columns: a checkbox and the option. User can check as

Re: ACT ID Status Control

2011-08-29 Thread Fred Taylor
You could maybe use a multi-select list and binary OR the values together and store as a single value. 1=Hot 2=Phoenix 4=BPOE 8=other etc. store the value as a 7 Fred On Mon, Aug 29, 2011 at 5:12 AM, Jeff Johnson j...@san-dc.com wrote: I would like to add an ACT-like ID Status control to my

Re: ACT ID Status Control

2011-08-29 Thread Grigore Dolghin
Fred, while I agree with you, I wouldn't use the multi-select. Selecting multiple options requires the user to ctrl+click the options. Some of the users have problems with this (a single wrong click deselects all the options, and so on). From the usability point of view, checkboxes are better. The

Re: ACT ID Status Control

2011-08-29 Thread Fred Taylor
I agree, a multi-select list would probably not be the best (too easy to lose your selections). Maybe a Treeview with the checkboxes would work better? A grid with check boxes could still be used, just combine the selected checked rows together and store that value. Jeff knows VFP, I'm sure he

Re: ACT ID Status Control

2011-08-29 Thread Jeff Johnson
Grigore: Googled vfp checked listbox and found this. http://support.microsoft.com/kb/157048 Thanks, Jeff --- Jeff Johnson j...@san-dc.com (623) 582-0323 www.san-dc.com On 08/29/2011 08:36 AM, Grigore Dolghin wrote: Fred, while I agree with you, I wouldn't use the

Re: ACT ID Status Control

2011-08-29 Thread Grigore Dolghin
Hehe, Jeff, cool find ;) On Mon, Aug 29, 2011 at 6:40 PM, Jeff Johnson j...@san-dc.com wrote: Grigore:  Googled vfp checked listbox and found this. http://support.microsoft.com/kb/157048 Thanks, Jeff --- Jeff Johnson j...@san-dc.com (623) 582-0323 www.san-dc.com On

Re: ACT ID Status Control

2011-08-29 Thread MB Software Solutions, LLC
On 8/29/2011 11:36 AM, Grigore Dolghin wrote: Fred, while I agree with you, I wouldn't use the multi-select. Selecting multiple options requires the user to ctrl+click the options. Some of the users have problems with this (a single wrong click deselects all the options, and so on). From the

Re: ACT ID Status Control

2011-08-29 Thread Grigore Dolghin
I was thinking an ActiveX control would be too much of a hassle, though. On Mon, Aug 29, 2011 at 6:51 PM, MB Software Solutions, LLC mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: On 8/29/2011 11:36 AM, Grigore Dolghin wrote: Fred, while I agree with you, I wouldn't use the multi-select.

Re: ACT ID Status Control

2011-08-29 Thread Jeff Johnson
When I was looking at what the control does I thought of using several checkboxes instead. For example ( the captions can be looked up) ( ) BNI ( ) Hot Prospect ( ) Dead Beat ( ) Medicare ... You can check as little or as many as you want and we can report and

Re: ACT ID Status Control

2011-08-29 Thread Grigore Dolghin
What if the list is dynamically built? Adding the checkboxes in rutime would be a PITA. On Mon, Aug 29, 2011 at 6:59 PM, Jeff Johnson j...@san-dc.com wrote: When I was looking at what the control does I thought of using several checkboxes instead. For example ( the captions can be looked up)

Re: ACT ID Status Control

2011-08-29 Thread Jeff Johnson
Grigore: I was thinking of adding 8 checkboxes to the form and set the captions and / or hide empty ones at runtime. The checkboxes would not be bound and the selected boxes would be stored in a delimited list. Jeff --- Jeff Johnson j...@san-dc.com (623) 582-0323

Re: ACT ID Status Control

2011-08-29 Thread Grigore Dolghin
Ah, you're working with a limited set of IDs. In this case, I'd go for independent checkboxes - it's the easiest way. Thank you On Mon, Aug 29, 2011 at 7:36 PM, Jeff Johnson j...@san-dc.com wrote: Grigore:  I was thinking of adding 8 checkboxes to the form and set the captions and / or hide

Re: ACT ID Status Control

2011-08-29 Thread Malcolm Greene
Grigore, I wouldn't use the multi-select. Selecting multiple options requires the user to ctrl+click the options. Some of the users have problems with this (a single wrong click deselects all the options, and so on). From the usability point of view, checkboxes are better. In general I

Re: ACT ID Status Control

2011-08-29 Thread Stephen Russell
On Mon, Aug 29, 2011 at 10:28 AM, Fred Taylor fbtay...@gmail.com wrote: You could maybe use a multi-select list and binary OR the values together and store as a single value. 1=Hot 2=Phoenix 4=BPOE 8=other etc. store the value as a 7 --- Either have a bitwise value to parse

Re: ACT ID Status Control

2011-08-29 Thread Eurico Chagas Filho
Jeff, I have used a listbox. In a moverlist i have done that. HTH, E. --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox@leafe.com Subscription