Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error while creating html error number :36
Message
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00848640
Message ID:
00849319
Views:
23
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform