Hello All
When we try to get text from dBase files, if the dbase file has information in portuguese language (for example: "Disparo de Disjuntor de Proteção" that means Circuit Beaker Trip in English) the return text from the function:
Text = DevGetField(hDev, "Desc");
is:
It should Return "Disparo de Disjuntor de Proteção". How we can fix this?
Thank you