[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ic] Stripping CR/LF from form input - Solved


Quoting DB (suppressed):
> I did however get things working by adding this to my catalog.cg:
> 
> ##########################
> CodeDef no_crlf Filter
> CodeDef no_crlf Routine <<EOR
>  sub {
> my $val = shift;
> $val =~ s/[\r\n]+/ /g;
> return $val;
> }
> EOR
> 
> Filter  notes  no_crlf
> ##########################
> 
> 
> I did not realize that the
> 
> Filter	notes	no_crlf
> 
> was required. Thanks for everyone's help, especially Mike!

It isn't required -- in fact, it is invasive in that any variable
named "notes" will be filtered in that way. It is probably better
to use some method besides that, but it does work if nothing else
does.

There still must be some reason that it is getting in the database
that way; if you put that filter in your input screen by any of the
normal methods it would be better.

-- 
Mike Heins
Perusion -- Expert Interchange Consulting    http://www.perusion.com/
phone +1.765.647.1295  tollfree 800-949-1889 <suppressed>

Research is what I'm doing when I don't know what I'm doing.
-- Wernher Von Braun
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.