@RepaceSubstring Problem

Hello,

I´ve a problem with @Replacesubstring. The function doesn´t work as expected after we´ve migrated form release 6.5 to 8.5.1. In an existing application the carriage returns of a field were replaced by Character 6 in a the view. This data is accessed by another database and there the Character 6 should be replaced by carriage return. This doesn´t work.

I´ve tried the following code in release 6.5 and in 8.5.1. In 6.5 it works, in 8.5.1 nothing happens.

Var := @ReplaceSubstring(ItemText; @Char(6); @NewLine);

Regards Joerg

Subject: Verify ACL

Please verify your ACL.

Subject: ACL seems to be OK

Hello Tor,

I don´t know what you mean. The ACL of the database seems to be OK. I´m in a group which has Manager Access to the database.

Regards Joerg