Geny
|
| Posted: 05/09/2005, 2:06 PM |
|
Hi,
i wanted to know if its possible to display the content of a database in column?
Let me explain more what i need to do.
I have a field in my database who is an image. That image was acting like a link on my page, but i don't want all the image one under the other. I'd rather have the 5 first on the first row, then the others aligned under those five and so on. Is it possible?
Thanks (let me know if you need more explanations)
Geny
|
|
|
 |
marcwolf
Posts: 361
|
| Posted: 05/09/2005, 9:21 PM |
|
Hi
I found this link
http://www.gotocode.com/art.asp?art_id=258
Very handy. One of my clients wanted the same thing - a grid like display rather than a long list.
Take care
Marcwolf
_________________
' Coding Coding Coding
Keep Those Keyboards Coding.
Raw Code!!!!!!!
|
 |
 |
Nicole
Posts: 586
|
| Posted: 05/11/2005, 2:50 AM |
|
Geny,
I see that you posted a question that I believe is related to this post in http://forums.codecharge.com/posts.php?post_id=59570
Before Show Row event of sample form contains a code that makes a grid columnar. The sample number of columns is 3. You can modify this code line
if int(i/3) = i/3 then
to use the number of columns you need
_________________
Regards,
Nicole |
 |
 |
|