PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Spellchecker.
Spellchecker.
Iniciado por guest, 18,oct. 2014 12:40 - 2 respuestas
Publicado el 18,octubre 2014 - 12:40
Hi all,

I'm trying to use the Word spellchecker in a RTF-field. This works OK but the checker chooses for French as the default language. I already tried with Nation(nationDutch), but that doesn't help. When I use the example RTF-editor, the checker stays on Dutch.

Anybody with an idea to prevent this. Thanks in advance.

Regards,

Aad
Publicado el 18,octubre 2014 - 15:32
I looked in the matter a little deeper and discovered, that the text in the used RTF-field are older then a few months. They seem to be "flagged" French. Because the fields (records) are used as templates, they need to be "reflagged" as Dutch. Then everything works fine.

I think it has something to do with "Nation(nationDutch)" that was added to the program in a later stage. So the new RTF-fields are correctly checked in Dutch.

Question: can RTF-fields with a French flag be reflagged to Dutch.

Best regards,

Aad
Publicado el 22,octubre 2014 - 14:49
RTF-fields from the "early days" got a French language tag somehow. I solved it by copying/pasting the content of the field to Open Office. I changed the spelling language from French to Dutch and copied it back in the original RTF-field. The spellchecker works fine now.