PDA

View Full Version : Duplicated constant for error message in Spanish



F. Gutiérrez
21-Oct-2020, 10:31 AM
Hi

The constant for C_$WebAppNotWebObject is duplicated in Language_WebApp_Espanol.inc.

Line 79 looks unlocalized:


#Replace C_$WebAppNotWebObject |CS"Object '%1' is not a Web Object for %2.%3%2 is only supported in objects that understand the cWebObject interface"

Line 93 is localized:


#Replace C_$WebAppNotWebObject |CS"El objeto '% 1' no es un objeto Web para% 2.% 3% 2 sólo se admite en los objetos que entiendan el interfaz cWebObject" //"Object '%1' is not a Web Object for %2.%3%2 is only supported in objects that understand the cWebObject interface"

The compiler appropriately gives a 4332 Symbol already defined error. For the moment I removed the first one.

Thanks

Dennis Piccioni
21-Oct-2020, 10:44 AM
Hi Fernando,

this is already fixed. Please see this post (https://support.dataaccess.com/Forums/showthread.php?66445-A-few-compile-error-with-Beta1).

F. Gutiérrez
21-Oct-2020, 11:08 AM
Thanks, Dennis, I missed that!