Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Displaying a Table
Message
De
04/05/2001 10:11:46
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:
00503477
Vues:
27
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform