PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Unable to find block of multilingual messages.
Unable to find block of multilingual messages.
Débuté par info, 02 fév. 2005 19:35 - 2 réponses
Posté le 02 février 2005 - 19:35
When i create an RAD project with 1 language "dutch", simple table,
and i create a setup file from this project, i'm unable to use my application on other PCs.

On my development machine everything works fine, on any other PC i get the following error when opening a table view.

Unable to find block of multilingual messages.

Any idea what causes this. I didn't write a single line of code, just created a table, RAD, create setup, install it. I can see the column names of the table, but no content.


Error in Constructor process, line 12.
Unable to find block of multilingual messages.

**********************************************
Technical Information
Project : company
Dump error of module <WD80VM.DLL> <8.00Jvc>.

- WL Call:
Processing <CWDHandleFile.Constructor>, line <12>, thread <0>
- Level: fatal error (EL_FATAL)
- Error Code: 2501
- WD55 Error Code: 0
- No system error code
- No system error message
- What happened?

Unable to find block of multilingual messages.

- No debug information
- Attached Information:

EIT_DATEHEURE : 02/02/2005 17:40:31

EIT_PILEWL :
Constructor (CWDHandleFile.Constructor), ligne 12
Constructor (CWDTable.Constructor), ligne 0
Global Declarations of Table_BESTELLIJNEN (Table_BESTELLIJNEN), ligne 4

- Identifier in .err: 2501
Posté le 04 février 2005 - 13:26
couldn't trace the source of the problem, adding english as language solved the issue.
Posté le 07 septembre 2023 - 18:00
Good morning,

I found (in my ca at least) the why and how to solve the problem.
In my case, the problem occurs if I copy paste a string that has been translated (with CTRL-T)

To fix the problem, I simply deleted the channels and started over.
Hope this helps