Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Incomplete information
Message
De
03/08/2002 12:03:02
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Incomplete information
Divers
Thread ID:
00685887
Message ID:
00685887
Vues:
43
Hello, i have this asp page but it displays incomplete the information of a field of the database. This is my code:
< % ERROR: do while not rsforos.EOF  % >
                  <tr valign="top"> 
                    <td width=82 bgcolor=#ffffff><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#000000">
  < % ERROR: =formatdatetime(rsforos("fecha"),2) % ></font></td>
                    <td width=254 bgcolor=#ffffff> 
                      <div align="justify"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 
                       < % ERROR: =rsforos("respuesta") % ></font></div>
                    </td>
                    <td width=104 align=center bgcolor=#ffffff nowrap> 
                      <p align=center><font face=verdana size=1>< % ERROR: =rsforos("autor") % ><a href="/foros/AgregaRespuesta.asp?numero=< % ERROR: =rsforos("numero") % >&nombreforo=< % ERROR: =Nombreforo % >"></a></font></p>
                    </td>
                  </tr>
                  < % ERROR: rsforos.MoveNext 
                if rsforos.EOF then
                 exit do
                end if 
                loop
                rsforos.Close 
                end if % >
the line
< % ERROR: =rsforos("respuesta") % >
is the one that displays the incomplete information, how can i solve this?

Thanks for your support.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform