Re: Input Mask ..
- From: <tsperduti@xxxxxxxxxxxxx>
- Date: Wed, 6 Jul 2005 14:14:37 -0400
You could check for first character and last character is and "A"
after you set the mask X99999X.
IF LEFT (char,1) <> "A"
do something, send message or make it an "A"
ENDIF
IF RIGHT(char,1)<> "A"
do something, send message or make it an "A"
ENDIF
TonySper
"Tanveer H. Malik" <tanmalik@xxxxxxxxxxx> wrote in message
news:Oz414vcgFHA.2472@xxxxxxxxxxxxxxxxxxxxxxx
I want to set an Input Mast to accept input like "A12345A" - 'A' is a
literal followed by 5 Numeric and then again an 'A' in the end, but
could
not sortout a propper input mask.
Using foxpro 8.0 Professional.
Thanks in advance.
.
- Follow-Ups:
- Re: Input Mask ..
- From: Tanveer H. Malik
- Re: Input Mask ..
- References:
- Input Mask ..
- From: Tanveer H. Malik
- Input Mask ..
- Prev by Date: Re: Creating help
- Next by Date: Re: a bug
- Previous by thread: Re: Input Mask ..
- Next by thread: Re: Input Mask ..
- Index(es):
Relevant Pages
|