Re: [WebDNA] limit found per row

This WebDNA talk-list message is from

2011


It keeps the original formatting.
numero = 107500
interpreted = N
texte = sgbc cebu, Now you have a few examples.. but here this one (below) will fill out = the blank 's the way you asked it to.. and also allow you to change = the number of items per row, at the top of the code. The second setting = ([numSampleImages]), is just for populating the test database (I used a = [table]). Open the below on your webdna webserver. (Add the comment at the top to = make webdna parse the page, if your setup is set to require that.) -G = --------------------------------------------------------------------------= ------------------------------------------------------------- [text]numItemsPerTR=3D7[/text] [text]numSampleImages=3D22[/text] [table name=3DcebuSample&fields=3Dimage][/table] [loop start=3D1&end=3D[numSampleImages]&advance=3D1] [Append table=3DcebuSample]image=3Dimage[index].jpg[/Append] [/loop]  Untitled  [!]---This does not complete the TR when there are a number of = founditems which is not divisible by 3       [search table=3DcebuSample&neimagedata=3DfindAll]  [founditems]  [showif [index]\3]  [/showif] [/founditems]  [/search] 
ABC
[image]
---[/!] [!]---this will fill out the last with the right number of = these: "   " ...as was requested.---[/!]       [Search = table=3DcebuSample&neimagedatarq=3DfindZemAll[!]---&asimagesort=3D1---[/!]= &rank=3Doff] [text]totalItems=3D[numfound][/text] [FoundItems] [showif [index]=3D1]  [text]TRstatus=3Dopen[/text] [text]TDsThisTR=3D0[/text] [/showif] = [text]TDsThisTR=3D[math][TDsThisTR]+1[/math][/text]  [showif [index]\[numItemsPerTR]]  [text]TRstatus=3Dclosed[/text] [hideif [index]=3D[totalItems]]  = [text]TRstatus=3Dopen[/text] [text]TDsThisTR=3D0[/text]= [/hideif] [/showif] [/FoundItems] [if ("[TRstatus]"=3D"open")] [then] [!]---here we fill in any empty = TD slots with blanks, and close the TR---[/!] = [text]numBlanksTDsNeeded=3D[math][numItemsPerTR]-[TDsThisTR][/math][/text]= [loop = start=3D1&end=3D[numBlanksTDsNeeded]&advance=3D1]  [/loop]  [/then] [/if] [/Search] 
ABC
=  
= --------------------------------------------------------------------------= -------------------------------------------------------------= Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] limit found per row (sgbc cebu 2011)
  2. Re: [WebDNA] limit found per row (sgbc cebu 2011)
  3. Re: [WebDNA] limit found per row (Govinda 2011)
  4. Re: [WebDNA] limit found per row (Paul Willis 2011)
  5. Re: [WebDNA] limit found per row (Dan Strong 2011)
  6. Re: [WebDNA] limit found per row (Paul Willis 2011)
  7. Re: [WebDNA] limit found per row (Donovan Brooke 2011)
  8. Re: [WebDNA] limit found per row (sgbc cebu 2011)
  9. Re: [WebDNA] limit found per row (Paul Willis 2011)
  10. Re: [WebDNA] limit found per row (Govinda 2011)
  11. Re: [WebDNA] limit found per row (William DeVaul 2011)
  12. [WebDNA] limit found per row (sgbc cebu 2011)
sgbc cebu, Now you have a few examples.. but here this one (below) will fill out = the blank 's the way you asked it to.. and also allow you to change = the number of items per row, at the top of the code. The second setting = ([numSampleImages]), is just for populating the test database (I used a = [table]). Open the below on your webdna webserver. (Add the comment at the top to = make webdna parse the page, if your setup is set to require that.) -G = --------------------------------------------------------------------------= ------------------------------------------------------------- [text]numItemsPerTR=3D7[/text] [text]numSampleImages=3D22[/text] [table name=3DcebuSample&fields=3Dimage][/table] [loop start=3D1&end=3D[numSampleImages]&advance=3D1] [Append table=3DcebuSample]image=3Dimage[index].jpg[/Append] [/loop]  Untitled  [!]---This does not complete the TR when there are a number of = founditems which is not divisible by 3       [search table=3DcebuSample&neimagedata=3DfindAll]  [founditems]  [showif [index]\3]  [/showif] [/founditems]  [/search] 
ABC
[image]
---[/!] [!]---this will fill out the last with the right number of = these: "   " ...as was requested.---[/!]       [Search = table=3DcebuSample&neimagedatarq=3DfindZemAll[!]---&asimagesort=3D1---[/!]= &rank=3Doff] [text]totalItems=3D[numfound][/text] [founditems] [showif [index]=3D1]  [text]TRstatus=3Dopen[/text] [text]TDsThisTR=3D0[/text] [/showif] = [text]TDsThisTR=3D[math][TDsThisTR]+1[/math][/text]  [showif [index]\[numItemsPerTR]]  [text]TRstatus=3Dclosed[/text] [hideif [index]=3D[totalItems]]  = [text]TRstatus=3Dopen[/text] [text]TDsThisTR=3D0[/text]= [/hideif] [/showif] [/FoundItems] [if ("[TRstatus]"=3D"open")] [then] [!]---here we fill in any empty = TD slots with blanks, and close the TR---[/!] = [text]numBlanksTDsNeeded=3D[math][numItemsPerTR]-[TDsThisTR][/math][/text]= [loop = start=3D1&end=3D[numBlanksTDsNeeded]&advance=3D1]  [/loop]  [/then] [/if] [/Search] 
ABC
=  
= --------------------------------------------------------------------------= -------------------------------------------------------------= Govinda

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:

WebCat and image maps (1997) WebCat2b13MacPlugin - [math][date][/math] problem (1997) PCS Frames-Default page is solution! (1997) SQL newbie (2002) Comments in db? (1997) [WebDNA] plupload ? (2012) Another question (1997) [WebDNA] ListFiles question (2012) OT: Unix Guru Needed (2003) Searching multiple Databases (1997) WebCatalog2 Feature Feedback (1996) Fun with Dates - finally resolved but.... (1997) [BULK] [WebDNA] [BULK] Mac OS X LION has no FastCGI (2011) color (1999) Moving Files (2000) [WebDNA] Data Type Bool (2009) Need help with emailer- 2 issues (1997) Re:PCS Customer submissions ? (1997) carriage returns in data (1997) Running 2 two WebCatalog.acgi's (1996)