El boton Verificar del Asistente de formulas indica <>, al introducir en un objeto Caja Texto Enriquecido, el texto siguiente (tal y como indica el tutorial) :
“
<h2>” + getProjectName() + ” – ” + GetProjectVersion() + “</h2>
”+
<p style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;">“
País: ” + getSysCountry() + ” (” + getSysCountryCode() + “)
” +
<p style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;">“
Idioma: ” + getSysLanguage() + ” (” + getSysLanguageCode() + “)
”
<p style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;">+
<p style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;">“
Zona horaria: UTC ” + choose(getSysTimeZone() > 0, ” + “, “”) +
<p style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;">getSysTimeZone() + “” +
<p style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;">“
Formato de fecha: ” + getSysDateFormat(0) + “
” +
<p style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;">“
Formato de hora: ” + getSysTimeFormat(0) + “
” +
<p style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;">“
Separador decimal: ” + getSysDecimalPoint() + “
” +
<p style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;">“
Nombre de la máquina: ” + getSysMachineName() + “
”
<p style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;">
<p style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;">¿Puede alguien indicarme donde esta el problema?
<p style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;">
<p style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;">Gracias
<p style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;">
<p style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;">Eduard