logo

New Response

« Return to the blog entry

You are replying to:

    • avatar
    • Jake Howlett
    • Posted on Thu 21 Jan 2010 12:17 PM

    Doh!

    Like an idiot I'd put the following quick-n-dirty solution to this in the Input Translation of all the fields on the Notes-side form:

    @Replace(@ThisValue; "<":">"; "&lt;":"&gt;")

    I then relaxed in the knowledge it was unbreakable, But, of course, it should have been:

    @ReplaceSubstring(@ThisValue; "<":">"; "&lt;":"&gt;")

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: