PDA

View Full Version : Sample project TABLE2HTML


Corey
04-26-2004, 08:22 PM
OK here's a sample project of displaying a data table's contents as HTML. This is just a quickly thrown together sample, it can easily be improved in many ways. CSS would be good, functions would be good, etc. I just had to get it done quick so I just used variables, a few string replace functions and a quick 'for' loop. Anyhow here it is, a pseudo record catalog (attached).

Note, the data table is in the Global Functions area, all other actions are on the page's OnShow event.

Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)

Intrigued
04-26-2004, 08:37 PM
That's a keeper!

Thank you Corey for taking time to share this sample .apz project tonight.

I look forward to testing this out and experimenting with the different options on the HTML side of the project equation.