Re: founditem align
This WebDNA talk-list message is from 1998
It keeps the original formatting.
numero = 17188
interpreted = N
texte = Hi Bill,Here's another way to create your results:
[search db=123.db&nerecordiddatarq=find_all&recordidpsort=1&max=20][founditems][field1] | [showif [index]\4]
[/showif][/founditems][/search]
The advantages to this technique are:1- It only has to perform *one* search instead of 4 separate searches.2- It creates a single table instead of 4 separate tables.3- You can use shownext to display the next table of matching items.4- You can use relative widths in your table columns, because everything is in a single table.To limit the number of rows displayed, just change the max parameter in the search. For two rows use max=8; for 5 rows use max=20, and for unlimited rows just leave the max parameter out. I left it set to 20 here to be compatible with your example ...>The following code will make a table with 5 rows, 4 columns. This code is>using a database with a RECORDID field and a field called FIELD1. RECORDID>contains a unique number for each record and FIELD1 could be your image names.>>>>
>>> | >
>>>[loop start=1&end=20&advance=4]>>>>[SEARCH>db=123.db&neRECORDIDdatarq=find_all&RECORDIDPsort=1&max=4&startat=[index]]>>[FOUNDITEMS]>>>>>[FIELD1]>> | >>>[/FOUNDITEMS]>>[/SEARCH]>>
>>[/loop]>>
>>>>>>shane@ims1.com wrote:>>> Is there anyway to align [founditems] hortizontally instead of vertically.>> I am thinking about a site that would display art and would be searchable.>> The results would be thumnails of the full size works and I am trying to>> figure out if I could display them in a grid (say 3 x 3). Any Ideas>>>> Shane P. McNelly - web person mailto:shane@ims1.com http://www.ims1.com>> http://www.columbusrealestate.com http://www.alllights.com>> kids - kids - kids http://www.interactiveink.com>> more kid stuff for PBS http://www.pbs.org/kidsSincerely,Ken Grome808-737-6499WebDNA Solutionsmailto:ken@webdna.nethttp://www.webdna.net
Associated Messages, from the most recent to the oldest:
Hi Bill,Here's another way to create your results:
[search db=123.db&nerecordiddatarq=find_all&recordidpsort=1&max=20][founditems][field1] | [showif [index]\4]
[/showif][/founditems][/search]
The advantages to this technique are:1- It only has to perform *one* search instead of 4 separate searches.2- It creates a single table instead of 4 separate tables.3- You can use shownext to display the next table of matching items.4- You can use relative widths in your table columns, because everything is in a single table.To limit the number of rows displayed, just change the max parameter in the search. For two rows use max=8; for 5 rows use max=20, and for unlimited rows just leave the max parameter out. I left it set to 20 here to be compatible with your example ...>The following code will make a table with 5 rows, 4 columns. This code is>using a database with a RECORDID field and a field called FIELD1. RECORDID>contains a unique number for each record and FIELD1 could be your image names.>>>>
>>> | >
>>>[loop start=1&end=20&advance=4]>>>>[SEARCH>db=123.db&neRECORDIDdatarq=find_all&RECORDIDPsort=1&max=4&startat=[index]]>>[founditems]>>>>>[FIELD1]>> | >>>[/FOUNDITEMS]>>[/SEARCH]>>
>>[/loop]>>
>>>>>>shane@ims1.com wrote:>>> Is there anyway to align
[founditems] hortizontally instead of vertically.>> I am thinking about a site that would display art and would be searchable.>> The results would be thumnails of the full size works and I am trying to>> figure out if I could display them in a grid (say 3 x 3). Any Ideas>>>> Shane P. McNelly - web person mailto:shane@ims1.com http://www.ims1.com>> http://www.columbusrealestate.com http://www.alllights.com>> kids - kids - kids http://www.interactiveink.com>> more kid stuff for PBS http://www.pbs.org/kidsSincerely,Ken Grome808-737-6499WebDNA Solutionsmailto:ken@webdna.nethttp://www.webdna.net
Kenneth Grome
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
Emailer problem (1998)
Thanks ! (1997)
Upload Progress Bar (2003)
[WebDNA] Parsing XML...again... (2010)
OT: How to find out who owns an IP address (2001)
Drop down menu (2003)
WebCatalog can't find database (1997)
WebCatalog for guestbook ? (1997)
This Code Kills My WebCatalog Dead (2003)
PIXO support (1997)
quitting (1997)
Sorry another test - please ignore (2005)
[WebDNA] Searching Possible Bug (2009)
Here's how to kill a Butler Database. (1997)
simple answer? [hideif] (1997)
Question: Searching/Appending (1998)
WebCat B13 Mac CGI -- Frames question (1997)
Signal Raised Error (Part II) (1997)
[SearchString] problem with [search] context (1997)
getting images' width/height (1998)