Re: Input field name (VFP9) by Krister
Krister
Sat Jun 03 09:07:44 CDT 2006
Thanks for your reply, Cindy. What I had in mind was that there might be
some format or filter to apply to a textbox and that I just had not found
it...
/Krister
"Cindy Winegarden" <cindy@cindywinegarden.com> wrote in message
news:%232B2lqmhGHA.988@TK2MSFTNGP03.phx.gbl...
> Hi Krister,
>
> I don't know why you think it's "home made," - ChrTran() was designed to
> remove unwanted characters, which is what you're doing.
>
> --
> Cindy Winegarden MCSD, Microsoft Most Valuable Professional
> cindy@cindywinegarden.com
>
>
> "Krister" <nospam@nospam.com> wrote in message
> news:r6Ufg.3292$E02.763@newsb.telia.net...
>>I need to let the user suggest a field name for a free table. I use
>>chrtran(cInputval, cCrapCharacters, "") to remove illegal characters. I
>>feel that this way of doing it is a bit "home made". Is there any other
>>good way to do it?
>>
>
>