Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Displaying a Table
Message
 
À
02/05/2001 14:52:42
Todd Wolfe
Certified Marketing Services
Kinderhook, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxWeb
Divers
Thread ID:
00502684
Message ID:
00502739
Vues:
26
>Does anyone know how to easily get a table to spit out from fox web to html. I understand how to build the tags but it seems to be creating a large file and be hard to open. I am only trying to spit out 1600 rows. ASP seems to do it just fine.
>
>
>Thanks,
local lcHtml
select MyTable
scan
  lcHtml = lcHtml+MyHtmlTagswithfieldvalues
  Blah Blah Blah
endscan
lcHtml = lcHtml+MoreTags
Response.Write(lcHtml)
Not sure what you mean by hard to open but you really only need to build a string of html. I have an adhoc reporting tool that sends tens of thousands of records no problem.
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform