Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying a Table
Message
From
04/05/2001 10:11:46
Todd Wolfe
Certified Marketing Services
Kinderhook, New York, United States
 
General information
Forum:
Visual FoxPro
Category:
FoxWeb
Miscellaneous
Thread ID:
00502684
Message ID:
00503477
Views:
28
This is my code. However it still seems to take over 5 minutes to run? It seems to me the more I store to the memory variable the slower it gets. Any ideas what my problem is (= sign used in place or < >)?
Use mytable in 0 shared


gnFieldcount = AFIELDS(gaMyArray)  && Create array

m.test='=TABLE BORDER=10='
scan &&go through all records
	m.test=m.test + "=tr="
	FOR nCount = 1 TO gnFieldcount  &&go across table
    	  m.test=m.test+"=td= "+alltrim(eval(gaMyArray(nCount,1)) )'; + " =/td="+chr(10)
	ENDFOR
	 
	 m.test=m.test+"=/tr="
	 
	
endscan
	 m.test=m.test+'=/table='

html_out=m.test
Thanks again.
Todd
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform