Truncated text fields after SET USING

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
jclark58
Posts: 192
Joined: Thu Mar 02, 2006 2:36 am
Location: Tasmania, Australia

Truncated text fields after SET USING

Post by jclark58 »

I currently filter incomming mail and populate my database using SET USING. which works fine.

We have noticed however that some multiline text fields have data missing when we go back and compare them to the incomming email. It appears some lines have been truncated where there is an end of line character possibly CR/LF or CR or LF.

As there is no way to stop users entering blank lines or starting new lines Is there a way we can alter the behaviour of SET USING to properly collect multiple line text fields with embedded newlines?

John
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

Have you tried the REPLACE function to replace new lines with empty strings?
Aware IM Support Team
jclark58
Posts: 192
Joined: Thu Mar 02, 2006 2:36 am
Location: Tasmania, Australia

Post by jclark58 »

Given that I dont have the contents of the email loaded into the database fields until after the SET USING, I have already lost the missing text.
Post Reply