Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying a Table
Message
 
To
02/05/2001 14:52:42
Todd Wolfe
Certified Marketing Services
Kinderhook, New York, United States
General information
Forum:
Visual FoxPro
Category:
FoxWeb
Miscellaneous
Thread ID:
00502684
Message ID:
00502739
Views:
27
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform