Index
2014-07-17 21:33mbsoftwaresolutions@mbsoftwaresolutions.com: Dropdowns that function like Google search
2014-07-17 21:46Kurt @ VR-FX : Re: Dropdowns that function like Google search
2014-07-18 00:08Fernando D. Bozzo : Re: Dropdowns that function like Google search
2014-07-18 00:50Allen : RE: Dropdowns that function like Google search
2014-07-18 01:16Fred Taylor : Re: Dropdowns that function like Google search
2014-07-18 04:28AndyHC : Re: Dropdowns that function like Google search
2014-07-18 08:06mbsoftwaresolutions@mbsoftwaresolutions.com: Re: Dropdowns that function like Google search
2014-07-18 08:07mbsoftwaresolutions@mbsoftwaresolutions.com: Re: Dropdowns that function like Google search
2014-07-21 17:17Jerry Wolper : Re: Dropdowns that function like Google search
2014-07-22 08:40mbsoftwaresolutions@mbsoftwaresolutions.com: Re: Dropdowns that function like Google search
Back to top
Dropdowns that function like Google search

Author: mbsoftwaresolutions@mbsoftwaresolutions.com

Posted: 2014-07-17 21:33:35   Link

VFP9SP2

Existing: Customer combobox with style set to 0 - Dropdown combo. If

user enters customer not found in list, program asks if they want to add

this name as a new customer.

Preferred: user wants Customer dropdown to be like Google search where

as he types, he sees a dropdown of possible choices matching what he's

typed so far.

Suggestions?

Thanks,

--Mike

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/3769fa76a252875bd8a1b596334eea37@mbsoftwaresolutions.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2014 mbsoftwaresolutions@mbsoftwaresolutions.com
Back to top
Re: Dropdowns that function like Google search

Author: Kurt @ VR-FX

Posted: 2014-07-17 21:46:14   Link

U know - sometimes - Customers ask for the Craziest SHIT!

Right???

What you describe sounds a bit like one of the controls in VFP that has

an Incremental Search!

U could do something kinda Tricky - like have a Text Box - where the

letters are Entered - and, after the 1st letter is entered - you make

that OTHER Control appear under the Text box - the control that DOES

have the Incremental Search - And kinda "feed" char's from the Text box

into the other control - and keep updating it - and in that way you MAY

be able to simulate a Control that is Similar to the Google Search thing!

Anything to make a Customer happy!!!

:-)

-K-

On 7/17/2014 10:33 PM, mbsoftwaresolutions@mbsoftwaresolutions.com wrote:

> VFP9SP2

>

> Existing: Customer combobox with style set to 0 - Dropdown combo. If

> user enters customer not found in list, program asks if they want to

> add this name as a new customer.

>

> Preferred: user wants Customer dropdown to be like Google search where

> as he types, he sees a dropdown of possible choices matching what he's

> typed so far.

>

> Suggestions?

>

> Thanks,

> --Mike

>

>

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/53C88A76.80204@optonline.net

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2014 Kurt @ VR-FX
Back to top
Re: Dropdowns that function like Google search

Author: Fernando D. Bozzo

Posted: 2014-07-18 00:08:52   Link

Hi Kurt:

This is not crazy at all :-P

People have been doing this type of controls too long, and yes, the second

control is normally a grid configured to not look as a normal grid.

Regards

--- StripMime Report -- processed MIME parts ---

multipart/alternative

text/plain (text body -- kept)

text/html

---

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/CAGQ_JumEjBZMzZ+GqJqoy5Fq2h-ExbC9VswkO9ofJMbhbfT6Ag@mail.gmail.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2014 Fernando D. Bozzo
Back to top
RE: Dropdowns that function like Google search

Author: Allen

Posted: 2014-07-18 00:50:49   Link

I thought that has been in for a while or have I misread. You can use a

table or other choices.

Al

-----Original Message-----

VFP9SP2

Existing: Customer combobox with style set to 0 - Dropdown combo. If user

enters customer not found in list, program asks if they want to add this

name as a new customer.

Preferred: user wants Customer dropdown to be like Google search where as he

types, he sees a dropdown of possible choices matching what he's typed so

far.

Suggestions?

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/00ca01cfa24c$3b0c9bd0$b125d370$@com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2014 Allen
Back to top
Re: Dropdowns that function like Google search

Author: Fred Taylor

Posted: 2014-07-18 01:16:26   Link

You can use the AutoComplete properties of the VFP TextBox.

Fred

On Thu, Jul 17, 2014 at 7:33 PM, <

mbsoftwaresolutions@mbsoftwaresolutions.com> wrote:

> VFP9SP2

>

> Existing: Customer combobox with style set to 0 - Dropdown combo. If

> user enters customer not found in list, program asks if they want to add

> this name as a new customer.

>

> Preferred: user wants Customer dropdown to be like Google search where as

> he types, he sees a dropdown of possible choices matching what he's typed

> so far.

>

> Suggestions?

>

> Thanks,

> --Mike

>

>

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/CAJCBksr9KMUK-t13cOu9Zj+yUmyn7WpH3ic0S2kA_DhuEKnpdA@mail.gmail.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2014 Fred Taylor
Back to top
Re: Dropdowns that function like Google search

Author: AndyHC

Posted: 2014-07-18 04:28:24   Link

myCombo.IncrementalSearch = .T.

On 18/07/2014 03:33, mbsoftwaresolutions@mbsoftwaresolutions.com wrote:

> VFP9SP2

>

> Existing: Customer combobox with style set to 0 - Dropdown combo. If

> user enters customer not found in list, program asks if they want to

> add this name as a new customer.

>

> Preferred: user wants Customer dropdown to be like Google search where

> as he types, he sees a dropdown of possible choices matching what he's

> typed so far.

>

> Suggestions?

>

> Thanks,

> --Mike

>

>

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/53C8E8B8.2000804@hawthorncottage.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2014 AndyHC
Back to top
Re: Dropdowns that function like Google search

Author: mbsoftwaresolutions@mbsoftwaresolutions.com

Posted: 2014-07-18 08:06:18   Link

I have incremental search already turned on. Because this is not a

Dropdown-List box but instead a Dropdown-Combo box (to add values not

already in the list), I'll have to come up with something tricky/slick

so as to keep both features. :-)

On 2014-07-18 05:28, AndyHC wrote:

> myCombo.IncrementalSearch = .T.

>

> On 18/07/2014 03:33, mbsoftwaresolutions@mbsoftwaresolutions.com wrote:

>> VFP9SP2

>>

>> Existing: Customer combobox with style set to 0 - Dropdown combo. If

>> user enters customer not found in list, program asks if they want to

>> add this name as a new customer.

>>

>> Preferred: user wants Customer dropdown to be like Google search where

>> as he types, he sees a dropdown of possible choices matching what he's

>> typed so far.

>>

>> Suggestions?

>>

>> Thanks,

>> --Mike

>>

>>

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/8693a40b75c681b7c67f64ec65620dc1@mbsoftwaresolutions.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2014 mbsoftwaresolutions@mbsoftwaresolutions.com
Back to top
Re: Dropdowns that function like Google search

Author: mbsoftwaresolutions@mbsoftwaresolutions.com

Posted: 2014-07-18 08:07:16   Link

Aaah...it was a TEXTBOX that had that control. I recalled something

like that but was looking at the combobox. I'll give this a shot.

Thanks!

--Mike

On 2014-07-18 02:16, Fred Taylor wrote:

> You can use the AutoComplete properties of the VFP TextBox.

>

>

>

> Fred

>

>

> On Thu, Jul 17, 2014 at 7:33 PM, <

> mbsoftwaresolutions@mbsoftwaresolutions.com> wrote:

>

>> VFP9SP2

>>

>> Existing: Customer combobox with style set to 0 - Dropdown combo. If

>> user enters customer not found in list, program asks if they want to

>> add

>> this name as a new customer.

>>

>> Preferred: user wants Customer dropdown to be like Google search where

>> as

>> he types, he sees a dropdown of possible choices matching what he's

>> typed

>> so far.

>>

>> Suggestions?

>>

>> Thanks,

>> --Mike

>>

>>

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/40a1c41bf76df3582c4287e1e31cae43@mbsoftwaresolutions.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2014 mbsoftwaresolutions@mbsoftwaresolutions.com
Back to top
Re: Dropdowns that function like Google search

Author: Jerry Wolper

Posted: 2014-07-21 17:17:01   Link

> I have incremental search already turned on. Because this is not a

> Dropdown-List box but instead a Dropdown-Combo box (to add values

> not already in the list), I'll have to come up with something

> tricky/slick so as to keep both features. :-)

If they want something that's not already in the list, how are you

supposed to guess what it is? It's presumably not like you have

Google's collection of previous searches.

-Jerry

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/53CD591D.24085.1689E5@jwolper.swanzoco.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2014 Jerry Wolper
Back to top
Re: Dropdowns that function like Google search

Author: mbsoftwaresolutions@mbsoftwaresolutions.com

Posted: 2014-07-22 08:40:45   Link

On 2014-07-21 18:17, Jerry Wolper wrote:

>> I have incremental search already turned on. Because this is not a

>> Dropdown-List box but instead a Dropdown-Combo box (to add values

>> not already in the list), I'll have to come up with something

>> tricky/slick so as to keep both features. :-)

>

> If they want something that's not already in the list, how are you

> supposed to guess what it is? It's presumably not like you have

> Google's collection of previous searches.

Exactly. Because I was allowing "add on the fly" if it wasn't in the

list, this request became not as easy.

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/9e6a48b93b9a0d9d79e727b7bde0b600@mbsoftwaresolutions.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2014 mbsoftwaresolutions@mbsoftwaresolutions.com