PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Nation is always changing after using iPrintReport ?
Nation is always changing after using iPrintReport ?
Iniciado por software, 19,ago. 2015 16:12 - 1 respuesta
Miembro registrado
27 mensajes
Publicado el 19,agosto 2015 - 16:12
Hi,

I am developing a multination application and uses 2 languages, Dutch(default) and French.
The application worked well in the both languages.
But suddenly there are problems with the translations ???

Cause :

The Nation value is automatically changed to the Dutch Nation after using the iPrintReport function(which works well for the language asked) ???????


What is wrong ????

I hope someone can help me .

Thanks,
Eric
Miembro registrado
27 mensajes
Publicado el 19,agosto 2015 - 16:42
Sorry, the error is found.

I made a mistake somewhere in my code :

I wrote IF Nation(12) THEN
xxxxxx
ELSE
xxxxxx
END

In stead of IF Nation() = 12 THEN
xxxxxx
ELSE
xxxxxx
END