*** RESOLVIDO *** Campos para relacionamento no formato livre desaparecem

Pessoal bom dia,

Criei uma consulta usando Formato Livre. Importei o HTML normalmente, criei a consulta, defini como Formato Livre, e como não tinha a definição de todos os campos, fui informando aos poucos para ir testando. Até aí tudo bem, só que de repente os campos desapareceram e não consigo mais fazer o relacionamento dos campos do HTML pra minha consulta. Alguém já passou por isso? O que pode ocasionar este tipo de problema? Sei que posso estar comendo bola e gostaria de saber onde está o problema, tipo, se meu HTML tiver algo errado, sei lá.

No aguardo,

Vc esta utilizando no formato livre?

Passei por este problema por o html ter palavras acentuadas.

Grande George,

Estou usando sim, mas na primeira vez que importei, funcionou sem problemas. Isto é o que está me encucando.

Apaguei e refiz a consulta… defini o SQL de acordo com os campos do meu html… e na hora de definir os campos do html com os campos do meu SQL vejam o que (des)aparece:

Isto está me tirando do sério…

George,

Agora eu olhei com calma o teu post e vc tem razão… putz, como eu não reparei nisto antes… rsrsrs Valeu. Assunto encerrado.

Valeu do camarão, abraço.

Prezados Kleyber e George, boa noite!

Tem como me ajudar neste problema, pois, estou passando pela mesma situação e não entendi como vocês resolveram. Tirei todos os acentos e caracteres especiais do template, porém, não funcionou.

Att.,
Edi

Edimar boa noite,

Na página HTML que vais usar como formato livre, retire as tags , e . Vou te mostrar um exemplo de html que funciona:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed' rel='stylesheet' type='text/css'>
<style type="text/css">
<!--
body { font-family: 'Ubuntu Condensed', sans-serif; color:#333; font-size:12px; }
.titulo {color:#FFF; font-size:14px; font-weight: bold; line-height:200%; background-color:#17629F }
.subtitulo1 {color:#666; font-size:14px; background-color:#E1FFE1; font-weight: bold; line-height:200%;}
.subtitulo2 {color:#666; font-size:14px; background-color:#FFF2EC; font-weight: bold; line-height:200%;}
.subtitulo3 {color:#666; font-size:14px; background-color:#FFFFEA; font-weight: bold; line-height:200%;}
.subtitulo4 {color:#666; font-size:14px; background-color:#F5ECFF; font-weight: bold; line-height:200%;}
.numeros {color:#F63; font-size:10px;}
.texto {color:#333; font-size:11px; background-color:#F4F7FD; line-height:200%;}
.textop {color:#F5F5F5; font-size:9px;}
.cifrao {color:#900; font-size:12px;}
.dinheiro {color:#900; font-size:11px;}
-->
</style>
<table width="100%" border="0" cellspacing="4" cellpadding="0">
  <tr>
    <td><table width="100%" border="0" cellspacing="4" cellpadding="0">
      <tr>
        <td width="56%">{LOGOMARCA}</td>
        <td width="44%"><table width="100%" border="0" cellspacing="4" cellpadding="0">
          <tr>
            <td colspan="2" align="center" class="titulo"><strong>IDENTIFICA&Ccedil;&Atilde;O</strong></td>
            </tr>
          <tr>
            <td width="49%" height="24" class="titulo"><strong>N&ordm; PROJECTUAL:</strong></td>
            <td width="51%" class="titulo">REVIS&Atilde;O:</td>
            </tr>
          <tr class="texto">
            <td>{NPROJECTUAL}</td>
            <td>{REVISAO}</td>
            </tr>
          <tr>
            <td class="titulo">N&ordm; CLIENTE:</td>
            <td class="titulo">FOLHA:</td>
            </tr>
          <tr class="texto">
            <td>{NCLIENTE}</td>
            <td>{FOLHA}</td>
            </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="4" cellpadding="0">
      <tr class="titulo">
        <td class="titulo">SOLICITANTE:</td>
        <td>E-MAIL:</td>
        <td>CELULAR &amp; RAMAL:</td>
        <td>EMPRESA:</td>
      </tr>
      <tr class="texto">
        <td>{SOLICITANTE}</td>
        <td>{EMAIL}</td>
        <td>{CELULARRAMAL}</td>
        <td>{EMPRESA}</td>
      </tr>
      <tr class="titulo">
        <td>GER&Ecirc;NCIA:</td>
        <td>DEPARTAMENTO:</td>
        <td>CONTRATO:</td>
        <td>CENTRO DE CUSTO / PA:</td>
      </tr>
      <tr class="texto">
        <td>{GERENCIA}</td>
        <td>{DEPARTAMENTO}</td>
        <td>{CONTRATO}</td>
        <td>{CENTRODECUSTO}</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="4" cellpadding="0">
      <tr class="titulo">
        <td width="67%">T&Iacute;TULO DO PROJETO:</td>
        <td width="33%">DATA DE EMISS&Atilde;O DO OR&Ccedil;AMENTO:</td>
      </tr>
      <tr class="texto">
        <td>{TITULOPROJETO}</td>
        <td>{DATAEMISSAOORCAMENTO}</td>
      </tr>
      <tr class="titulo">
        <td>&Aacute;REA (TAG &amp; Descri&ccedil;&atilde;o):</td>
        <td>EQUIPAMENTO <span class="textop">(TAG, Descri&ccedil;&atilde;o do equipamento e do subconjunto):</span></td>
      </tr>
      <tr class="texto">
        <td>{AREA}</td>
        <td>{EQUIPAMENTO}</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="4" cellpadding="0">
      <tr>
        <td class="titulo">1. OBJETIVO DO PROJETO</td>
      </tr>
      <tr>
        <td class="texto">{OBJETIVOPROJETO}</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="4" cellpadding="0">
      <tr>
        <td class="titulo">2. ESCOPO DO PROJETO</td>
      </tr>
      <tr>
        <td class="texto">{ESCOPOPROJETO}</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="4" cellpadding="0">
      <tr>
        <td class="titulo">3. FORNECIMENTOS DE RESPONSABILIDADE DO CLIENTE</td>
      </tr>
      <tr>
        <td class="texto">{FRC}</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="4" cellpadding="0">
      <tr>
        <td class="titulo">4. N&Atilde;O FAZ PARTE DESTE ESCOPO:</td>
      </tr>
      <tr>
        <td class="texto">{NAOFAZESCOPO}</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="4" cellpadding="0">
      <tr>
        <td colspan="3" class="titulo">5. ESCOPO RESUMIDO DOS SERVI&Ccedil;OS A SEREM REALIZADOS POR DISCIPLINA</td>
        </tr>
      <tr>
        <td class="texto">{DISCIPLINAPROJETO}</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="4" cellpadding="0">
      <tr>
        <td class="titulo">6. PRAZO (Dias &uacute;teis)&nbsp;para entrega de desenhos e documentos na emiss&atilde;o inicial &quot;A&quot; (*).&nbsp;<br />
          A validade deste prazo &eacute; de 07 (sete) dias corriidos a partir da data de emiss&atilde;o.</td>
      </tr>
      <tr>
        <td class="texto">{PRAZOPROJETO}</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="4" cellpadding="0">
      <tr>
        <td><span class="titulo">7. OR&Ccedil;AMENTO</span></td>
      </tr>
      <tr>
        <td height="300" class="texto">{PLANILHA}</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="4" cellpadding="0">
      <tr>
        <td class="titulo">8 . GR&Aacute;FICO DE GANTT</td>
      </tr>
      <tr>
        <td height="250" class="texto">{GRAFICO}</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="4" cellpadding="0">
      <tr>
        <td colspan="4" class="titulo"> 9. PESSOAL ENVOLVIDO NO PROJETO</td>
        </tr>
      <tr class="texto">
        <td>{PESSOALENVOLVIDO}</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="4" cellpadding="0">
      <tr>
        <td colspan="4" class="titulo"> 10. HIST&Oacute;RICO DE REVIS&Otilde;ES</td>
        </tr>
      <tr class="texto">
        <td>{HISTORICOREV}</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="4" cellpadding="0">
      <tr>
        <td class="titulo">11. VALIDADE DO OR&Ccedil;AMENTO (Dias corridos)</td>
      </tr>
      <tr>
        <td class="texto">{VALIDADEORCAMENTO}</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>

Ok amigo muito obrigado! Vou realizar as alterações e informo o resultado.

Grande abraço!

[RESOLVIDO] Amigo Kleyber, muito obrigado pela força. Deus abençoe!

Disponha