;

PDA

Click to See Complete Forum and Search --> : View Record


alfonso77italy
12-14-2007, 04:15 PM
Hi, i'm sorry for my lenguage but i'm italian... My problem is this:

Is possible to view any record of a DataBase (Access) in a table in a web page that i wish to do with KoolMoves? (i search with ASP code, but i don't know to view the results in a web page of KoolMoves). Thank you

blanius
12-14-2007, 05:55 PM
There are examples on Koolexchange.com

Basically you have the ASP send the data as a variable to Koolmoves.

alfonso77italy
12-15-2007, 04:18 AM
Thank you for the answer, but my problem is that i don't know where to put the records in a web page of KoolMoves... is there an object in KoolMoves that i can to use with an a table? Thank you for your help...

Stoke Laurie
12-15-2007, 06:14 AM
You can display the contence of any cell in yourdatabase with dynamic text, but as yet we do not have a data box component.

blanius
12-15-2007, 06:27 PM
If you have alot of tabular data to display, I'm guessing the best way would be to have your ASP generate HTML text and display that in a textfield.

It might help if you describe your data a little.