Cannot put a single quote in the title of the Lookup settings of a field in a Form

Cannot put a single quote in the title of the Lookup settings of a field in a Form

Parse error : syntax error, unexpected identifier “objets”, expecting “)”

image

I try to replace the single quote by ' but it was replace by a single quote again by SC

1 Like

Hi,
Have you tried using a message from the application language, something like {lang_type_objects}?
I don’t remember if it works in a title.
Best regards.

1 Like

Yes it work, thank you

But this bug should still be fix

1 Like

If you use &#39 instead of &apos it will work. I go straight to generate and not save. If you save first it will try to interpret it and you’ll be back to d’art.

1 Like

Thank you, but this need to be the last thing you do in the application.

If you need to modify anything else your back with the bug.

For now message is the best work around but its annoying when you are not doing a multilanguage app.

1 Like
  1. Go to Application language and make a variable

  1. Use this variable

After you do this you can put absolutely any character you want.

sel4

1 Like

That’s what I said in the previous entry, for now message (suggested by @aamartinez) is the best work around but annoying when your app is not multilanguage.

Thanks anyway

1 Like

hmm…ok, then try < p > d’objets < /p > (without space between < and p> (I left it with a space because I can’t put it here otherwise.)

1 Like

That will not work! It’s a string with a quote

1 Like