Index
2011-03-26 14:19Jerry Foote : INPUTMASK AND FORMAT
2011-03-26 15:27Kurt @ VR-FX : Re: INPUTMASK AND FORMAT
2011-03-26 17:32Fred Taylor : Re: INPUTMASK AND FORMAT
2011-03-26 20:08Jerry Foote : RE: INPUTMASK AND FORMAT
Back to top
INPUTMASK AND FORMAT

Author: Jerry Foote

Posted: 2011-03-26 14:19:19   Link

I trying to set up text box such that if a letter is pressed a string is

displayed, another letter produces another string.

I know this code required a "M" and the list of strings in the format

"Monday,Tuesday,Wednesday"

I just can't get it straight

Format and Inputmask are involved.

I'm sure I used in 8, I hope I can use in 9

Any help appreciated

Thanks Jerry

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

multipart/alternative

text/plain (text body -- kept)

text/html

---

_______________________________________________

Post Messages to: ProFox@leafe.com

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

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

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

This message: http://leafe.com/archives/byMID/profox/1860EF3D78F742F193839C66F1B168B9@jerryfootePC

** 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.

©2011 Jerry Foote
Back to top
Re: INPUTMASK AND FORMAT

Author: Kurt @ VR-FX

Posted: 2011-03-26 15:27:20   Link

What you speak of sounds like you want to implement the "Incremental

Search" which is a feature of (I forget which one) either an Drop-Down

List or a Combo Box...

HTH,

-K-

On 3/26/2011 2:19 PM, Jerry Foote wrote:

> I trying to set up text box such that if a letter is pressed a string is

> displayed, another letter produces another string.

>

> I know this code required a "M" and the list of strings in the format

> "Monday,Tuesday,Wednesday"

>

> I just can't get it straight

>

> Format and Inputmask are involved.

>

> I'm sure I used in 8, I hope I can use in 9

>

> Any help appreciated

>

>

>

> Thanks Jerry

>

>

>

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

> multipart/alternative

> text/plain (text body -- kept)

> text/html

> ---

>

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

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

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

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

This message: http://leafe.com/archives/byMID/profox/4D8E3E18.30200@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.

©2011 Kurt @ VR-FX
Back to top
Re: INPUTMASK AND FORMAT

Author: Fred Taylor

Posted: 2011-03-26 17:32:25   Link

Old school, but still works.

.Format = "M"

.InputMask = "Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday"

Fred

On Sat, Mar 26, 2011 at 11:19 AM, Jerry Foote <jerryfoote@bellsouth.net>wrote:

> I trying to set up text box such that if a letter is pressed a string is

> displayed, another letter produces another string.

>

> I know this code required a "M" and the list of strings in the format

> "Monday,Tuesday,Wednesday"

>

> I just can't get it straight

>

> Format and Inputmask are involved.

>

> I'm sure I used in 8, I hope I can use in 9

>

> Any help appreciated

>

>

>

> Thanks Jerry

>

>

>

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

> multipart/alternative

> text/plain (text body -- kept)

> text/html

> ---

>

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

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

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

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

This message: http://leafe.com/archives/byMID/profox/AANLkTi=4QxJiCr96TUEL-P8B1mK2TOdOcQb06jbxbK+B@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.

©2011 Fred Taylor
Back to top
RE: INPUTMASK AND FORMAT

Author: Jerry Foote

Posted: 2011-03-26 20:08:43   Link

Thanks

I know I used it years ago.

Jerry

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

From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf

Of Fred Taylor

Sent: Saturday, March 26, 2011 4:32 PM

To: ProFox Email List

Subject: Re: INPUTMASK AND FORMAT

Old school, but still works.

.Format = "M"

.InputMask = "Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday"

Fred

On Sat, Mar 26, 2011 at 11:19 AM, Jerry Foote

<jerryfoote@bellsouth.net>wrote:

> I trying to set up text box such that if a letter is pressed a string is

> displayed, another letter produces another string.

>

> I know this code required a "M" and the list of strings in the format

> "Monday,Tuesday,Wednesday"

>

> I just can't get it straight

>

> Format and Inputmask are involved.

>

> I'm sure I used in 8, I hope I can use in 9

>

> Any help appreciated

>

>

>

> Thanks Jerry

>

>

>

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

> multipart/alternative

> text/plain (text body -- kept)

> text/html

> ---

>

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

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

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

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

This message: http://leafe.com/archives/byMID/profox/04C8614ACEE3418F98FBDC79D889838B@jerryfootePC

** 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.

©2011 Jerry Foote