Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

PRISCILA STOCHINI

ERRO Microsoft VBScript compilation error '800a03f6'

Recommended Posts

<% sql = "Select data, usuario, contato, codigo, email, ddd, tel, software, versao, release, win, versaoauto, tipo, resumo, duvida, resposta, tecnico From suptec Where pendencia = true"	Set rs = bco.Execute(sql)	if rs.eof then Response.Write("<p align=""center"">Não há duvidas pendentes.</p>") else%><table width="678" border="1" align="center" cellspacing="1" bordercolor="#CCCCCC"><tr>   [...]</tr><%rs.MoveFirst Do While Not rs.eof%><tr>	  [...] </tr><%					   rs.MoveNext : Looprs.CloseSet rs=nothingbco.CloseSet rs=nothingEnd if%>  </table>
Pessoal, tenho esse código. O que está em [...] é tudo html... quem pode me ajudar...está dando esse errro...

Microsoft VBScript compilation error '800a03f6' Expected 'End' /suporte/relatorio_total.asp, line 169

Compartilhar este post


Link para o post
Compartilhar em outros sites

o código é só isso? se for, eu não encontrei nenhum erro. isso dai acontece quando se esquece de colocar um end if, wend, end sub, end function, ... .da uma olhada se nao esqueceu de nenhum

Compartilhar este post


Link para o post
Compartilhar em outros sites

<% sql = "Select data, usuario, contato, codigo, email, ddd, tel, software, versao, release, win, versaoauto, tipo, resumo, duvida, resposta, tecnico From suptec Where pendencia = true"	Set rs = bco.Execute(sql)	if rs.eof then Response.Write("<p align=""center"">Não há duvidas pendentes.</p>") else%><table width="678" border="1" align="center" cellspacing="1" bordercolor="#CCCCCC"><tr>   [...]</tr><%Do While Not rs.eof%><tr>	  [...] </tr><%					   rs.MoveNext : Looprs.CloseSet rs=nothingbco.CloseSet rs=nothingEnd if%>  </table>
Pessoal, tenho esse código. O que está em [...] é tudo html... quem pode me ajudar...está dando esse errro...

Microsoft VBScript compilation error '800a03f6' Expected 'End' /suporte/relatorio_total.asp, line 169

Tenta copiar e colar acho q tinha um rs.movefirst em lugar errado

Compartilhar este post


Link para o post
Compartilhar em outros sites

<!--#include file="conectando.asp"-->	<% sql = "Select data, usuario, contato, codigo, email, ddd, tel, software, versao, release, win, versaoauto, tipo, resumo, duvida, resposta, tecnico From suptec Where pendencia = false"	Set rs = bco.Execute(sql)	if rs.eof then Response.Write("<p align=""center"">Não há duvidas solucionadas.</p>") else%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>Multiplus - Software Técnicos</title><style type="text/css"><!--.link02 {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	line-height: normal;	text-decoration: none;	color:#000000;	font-size: 12px;	font-weight: bold;}.style1 {	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;}.style3 {font-family: Arial, Helvetica, sans-serif; font-style: normal; line-height: normal; text-decoration: none; color: #000000; font-size: 16px; font-weight: bold; }.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }.style7 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; }a:link {	color: #000000;	text-decoration: none;}a:visited {	text-decoration: none;	color: #0000FF;}a:hover {	text-decoration: none;	color: #FF0000;}a:active {	text-decoration: none;}--></style></head><body><div id="Layer1" style="position:absolute; left:10px; top:10px; width:990px; height:580px; z-index:1; overflow: auto;"><% sql = "Select data, usuario, contato, codigo, email, ddd, tel, software, versao, release, win, versaoauto, tipo, resumo, duvida, resposta, tecnico From suptec Where pendencia = true"	Set rs = bco.Execute(sql)if rs.eof then Response.Write("<p align=""center"">Não há pendências.</p>") else%>  <table width="636" border="1" align="center" cellspacing="1" bordercolor="#CCCCCC">	<tr>	  <td colspan="11"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold">Relatório de Pendências de Dúvidas do SIM </span></div></td>	</tr>	<tr>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Date</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Código</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Usuario</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Contato</span></div></td>	  <td><div align="center" style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">		<div align="center">Email</div>	  </div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">DDD</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Tel</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Tipo</span></div></td>	  <td width="61"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Software</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Dúvida</span></div></td>	  <td width="81"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">RESPOSTA</span></div></td>	</tr>   	<%	rs.MoveFirst 	Do While Not rs.eof	%>	<tr>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("data")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("codigo")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("usuario")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("contato")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("email")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("ddd")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("tel")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("tipo")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("software")%></span></div>	  <div align="center"></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("duvida")%></span></div></td>	  <td nowrap="nowrap"><div align="center">		<div align="center"><a href="resposta_suporte.asp?<%=rs("codigo")%>" class="link02">[RESPONDER]</a></div>	  </div></td>	</tr>   <%rs.MoveNext : Looprs.closeSet rs=nothingbco.closeSet rs=nothingEnd if%>  </table>      <hr />      <% sql = "Select data, usuario, contato, codigo, email, ddd, tel, software, versao, release, win, versaoauto, tipo, resumo, duvida, resposta, tecnico From suptec Where pendencia = true"	Set rs = bco.Execute(sql)	if rs.eof then Response.Write("<p align=""center"">Não há duvidas pendentes.</p>") else%><table width="678" border="1" align="center" cellspacing="1" bordercolor="#CCCCCC">	<tr>	  <td colspan="13"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold">Relatório de  Dúvidas NÃO Pendentes do SIM </span></div></td>	</tr>	<tr>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Date</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Código</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Usuario</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Contato</span></div></td>	  <td><div align="center" style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">		  <div align="center">Email</div>	  </div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">DDD</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Tel</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Tipo</span></div></td>	  <td width="63"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Software</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Dúvida</span></div></td>	  <td><div align="center"><strong><span class="style6">Resposta</span></strong></div></td>	  <td><div align="center"><strong><span class="style6">Técnico</span></strong></div></td>	</tr>	<%	rs.MoveFirst 	Do While Not rs.eof	%>	<tr>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("data")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("codigo")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("usuario")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("contato")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("email")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("ddd")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("tel")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("tipo")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("software")%></span></div>	  <div align="center"></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("duvida")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("resposta")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("tecnico")%></span></div></td>	</tr>	<%					   rs.MoveNext : Looprs.CloseSet rs=nothingbco.CloseSet rs=nothingEnd if%>  </table>  <br />  <br />  <table width="286" border="1" align="center">	<tr>	  <td width="135"><div align="center"><span class="style7"><a href="relatorio_total.asp">Total</a></span></div></td>	  <td width="135"><div align="center"><a href="relatorio_resolvidas.asp"><span class="style7">Solucionadas</span></a></div></td>	</tr>  </table></div></body></html>

Esse é o codigo completo....

 

Eu não estou enxergando nenhum erro...qm pode me ajudar???

Compartilhar este post


Link para o post
Compartilhar em outros sites

Microsoft VBScript compilation error '800a0400' Expected statement /suporte/relatorio_total.asp, line 157 End if^

<!--#include file="conectando.asp"--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>Multiplus - Software Técnicos</title><style type="text/css"><!--.link02 {	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	line-height: normal;	text-decoration: none;	color:#000000;	font-size: 12px;	font-weight: bold;}.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }.style7 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; }a:link {	color: #000000;	text-decoration: none;}a:visited {	text-decoration: none;	color: #0000FF;}a:hover {	text-decoration: none;	color: #FF0000;}a:active {	text-decoration: none;}--></style></head><body><div id="Layer1" style="position:absolute; left:10px; top:10px; width:990px; height:580px; z-index:1; overflow: auto;"><% sql = "Select data, usuario, contato, codigo, email, ddd, tel, software, versao, release, win, versaoauto, tipo, resumo, duvida, resposta, tecnico From suptec Where pendencia = true"	Set rs = bco.Execute(sql)if rs.eof then Response.Write("<p align=""center"">Não há pendências.</p>") else%>  <table width="636" border="1" align="center" cellspacing="1" bordercolor="#CCCCCC">	<tr>	  <td colspan="11"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold">Relatório de Pendências de Dúvidas do SIM </span></div></td>	</tr>	<tr>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Date</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Código</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Usuario</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Contato</span></div></td>	  <td><div align="center" style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">		<div align="center">Email</div>	  </div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">DDD</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Tel</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Tipo</span></div></td>	  <td width="61"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Software</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Dúvida</span></div></td>	  <td width="81"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">RESPOSTA</span></div></td>	</tr>   	<%	rs.MoveFirst 	Do While Not rs.eof	%>	<tr>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("data")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("codigo")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("usuario")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("contato")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("email")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("ddd")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("tel")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("tipo")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("software")%></span></div>	  <div align="center"></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("duvida")%></span></div></td>	  <td nowrap="nowrap"><div align="center">		<div align="center"><a href="resposta_suporte.asp?<%=rs("codigo")%>" class="link02">[RESPONDER]</a></div>	  </div></td>	</tr>   <%rs.MoveNext : Looprs.closeSet rs=nothingbco.closeSet rs=nothingEnd if%>  </table>      <hr />      <% sql = "Select data, usuario, contato, codigo, email, ddd, tel, software, versao, release, win, versaoauto, tipo, resumo, duvida, resposta, tecnico From suptec Where pendencia = true"	Set rs = bco.Execute(sql)	if rs.eof then Response.Write("<p align=""center"">Não há dúvidas solucionadas.</p>") else%><table width="678" border="1" align="center" cellspacing="1" bordercolor="#CCCCCC">	<tr>	  <td colspan="13"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold">Relatório de  Dúvidas Solucionadas do SIM </span></div></td>	</tr>	<tr>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Date</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Código</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Usuario</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Contato</span></div></td>	  <td><div align="center" style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">		  <div align="center">Email</div>	  </div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">DDD</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Tel</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Tipo</span></div></td>	  <td width="63"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Software</span></div></td>	  <td><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold">Dúvida</span></div></td>	  <td><div align="center"><strong><span class="style6">Resposta</span></strong></div></td>	  <td><div align="center"><strong><span class="style6">Técnico</span></strong></div></td>	</tr>	<%	rs.MoveFirst 	Do While Not rs.eof	%>	<tr>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("data")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("codigo")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("usuario")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("contato")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("email")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("ddd")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("tel")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("tipo")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("software")%></span></div>	  <div align="center"></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("duvida")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("resposta")%></span></div></td>	  <td nowrap="nowrap"><div align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><%=rs("tecnico")%></span></div></td>	</tr>	<%					   rs.MoveNext : Looprs.CloseSet rs=nothingbco.CloseSet rs=nothingEnd ifEnd if%>  </table>  <br />  <br />  <table width="286" border="1" align="center">	<tr>	  <td width="135"><div align="center"><span class="style7"><a href="relatorio_total.asp">Total</a></span></div></td>	  <td width="135"><div align="center"><a href="relatorio_resolvidas.asp"><span class="style7">Solucionadas</span></a></div></td>	</tr>  </table></div></body></html>

Compartilhar este post


Link para o post
Compartilhar em outros sites

leia essa regra do forum

 

http://forum.imasters.com.br/index.php?act...E=01&HID=27

 

priscila, tá certo que você está aprendendo, mas o pessoal já está praticamente fazendo o trabalho pra você!Tente resolver sozinha, demonstre suas tentativas nos posts, você simplesmente está colocando os códigos enormes e os erros...suas tentativas não são postadas. Se você tem um prazo pra entregar esse trabalho, então acho que você deve pagar pra alguem fazer enquanto você aprende em um peojeto que não tenha prazo de entrega.Estou dizendo isso pra te ajudar.....hoje esse problema se resolve, amanhã aparecerão outros bem piores

 

boa sorte

Compartilhar este post


Link para o post
Compartilhar em outros sites

Desculpa Jonathan, mas eu coloquei o codigo todo pq não estou enxergando o erro...Só um detalhe, eu já fiz varias mudanças naquelas páginas que você me passou sozinha, eu só estou precisando de alguém que me ajude a começar....O resto eu estou fazendo sozinha....Só não estou postando o que está dando certo aki...

Compartilhar este post


Link para o post
Compartilhar em outros sites

é melhor voce continuar tentando e postando a evolução dos codigos por aquiassim mais pessoas poderão te ajudar

Compartilhar este post


Link para o post
Compartilhar em outros sites

retire o end if da linha 158, você abriu dois if e fechou com 3 end if, para cada if apenas 1 end if

Compartilhar este post


Link para o post
Compartilhar em outros sites

a questão é que a mina não tem noção nenhuma... não interpreta mensagem de erro algum...END IF é um erro mtooo fácil de interpretar.... acho q falta ela estudar mais as condições de IF e LOOPS. O que o Jonathan falou tá certo

Compartilhar este post


Link para o post
Compartilhar em outros sites

exatamente leloo, eu conversei com ela por PM e passei umas dicas pra ela e ajudei com erros que já haviam acontecido em posts anteriores que ela mesma fez. Ela está aprendendo e podemos ajudar, mas erros comuns como esses é bom rever o codigo com calma pra ver onde está errando pois é erro comum e simples de resolver. Estamos a disposição priscila

Compartilhar este post


Link para o post
Compartilhar em outros sites

André, este tópico é bem antigo. Melhor você criar um novo para lhe ajudarmos.

Compartilhar este post


Link para o post
Compartilhar em outros sites

é melhor mesmo

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.