Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error while creating html error number :36
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00848640
Message ID:
00849319
Vues:
24
Hi Soykan,

I'm glad you got it to work.

>Hi Again Sergey,
>i found where i wrong did :) i had a not c(50) field on my table normally it conflicts with ! or .not. command . and also i've changed
>
>
>Scan
>    \<TR>
>	For i = 1 To Fcount()
> \<TD><font color="#000000" face="arial" size="2"><<TRANSFORM(EVAL(FIELD(i)))>></font></TD>
>	Endfor
>    \</TR>
>Endscan
>
>
>with
>
>
>Scan
>    \<TR>
>	For ix = 1 To Fcount()
> \<TD><font color="#000000" face="arial" size="2"><<TRANSFORM(EVAL(FIELD(m.ix)))>></font></TD>
>	Endfor
>    \</TR>
>Endscan
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform