Hoppa till huvudinnehållet

How to escape strings in workflow for Query

Kommentarer

1 kommentar

  • Permanently deleted user
    Hi James,

     

    At some point after your display form, you will want to use an Assign activity, and a string.replace to substitute a single quote, for a double single quote (not a double quote).

     

    For example:

     

    displayFormOut.ToString.replace("'", "''")

     

    I hope this helps!

     

    Thanks,

     

    Danny
    0

Du måste logga in om du vill lämna en kommentar.