[WebDNA] [table] weirdness maybe?

This WebDNA talk-list message is from

2014


It keeps the original formatting.
numero = 111446
interpreted = N
texte = --1619090392-758705763-1404991566=:11702 Content-Type: text/plain; charset=us-ascii Am I misunderstanding what to expect? My code or something else??? I'm running webdna Windows version 6.2 on Server2008 What I'm ultimately trying to do is put variables from [listvariables] into a table and sort them... I did this first to start myself understanding using [table] etc. per the docs [table name=payment_total_test1&fields=1pname,1psize,1pdate] [listfiles path=./][filename],[size],[moddate][/listfiles] [/table] [search table=payment_total_test1&ne1pnamedatarq=[blank]&de1pnamesort=1] [founditems]begin - [1pname], [1psize], [1pdate] - end
[/founditems] [/search] The above code shows me results, although the
tag gets passed over and omitted, resulting in one huge single paragraph. "begin - " ONLY appears at the beginning of the paragraph 1 time " - end" ONLY appears at the end of the paragraph 1 time. I would sure think I'd have many individual lines..... &de1pnamesort=1 doesn't change the results &as1pnamesort=1 doesn't change the results either.... This is what I'm attempting with listvariable [table name=payment_total_test2&fields=2pi,2pn,2pv] [listvariables][index][name][value][/listvariables] [/table] [search table=payment_total_test2&ne2pvData=[blank]&as2pnSort=1] [founditems] = [2pi] -- [2pn] -- [2pv] +
[/founditems] [/search] And again, the above code shows me results, although the
tag gets passed over and omitted, resulting in one huge single paragraph. " = " ONLY appears at the beginning of this paragraph 1 time " -- " ONLY appears at the beginning of this paragraph 1 time. " + end" ONLY appears at the end of this paragraph 1 time. I would sure think I'd have many indvidual lines with thos characters inbetween the founditems..... &as2pnSort=1 doesn't change the results &de2pnSort=1 doesn't change the results either.... Plain old listvariables request placed on the page works a-ok and shows what I'm expecting.... even the
works giving me individual lines [listvariables][index], [name], [value]
[/listvariables] Am I coding something wrong here or misunderstaning what I should be expecting? Sure looks coded like what the docs show.... Thanks --1619090392-758705763-1404991566=:11702 Content-Type: text/html; charset=us-ascii
Am I misunderstanding what to expect?
My code or something else???

I'm running webdna Windows version 6.2 on Server2008

What I'm ultimately trying to do is put variables from [listvariables] into a table and sort them...

I did this first to start myself understanding using [table] etc. per the docs

[table name=payment_total_test1&fields=1pname,1psize,1pdate]
[listfiles path=./][filename],[size],[moddate][/listfiles]
[/table]

[search table=payment_total_test1&ne1pnamedatarq=[blank]&de1pnamesort=1]
[founditems]begin - [1pname], [1psize], [1pdate] - end <br>[/founditems]
[/search]

The above code shows me results, although the <br> tag gets passed over and omitted, resulting in one huge single paragraph.
"begin - " ONLY appears at the beginning of the paragraph 1 time
" - end" ONLY appears at the end of the paragraph 1 time.
I would sure think I'd have many individual lines.....

&de1pnamesort=1 doesn't change the results
&as1pnamesort=1 doesn't change the results either....




This is what I'm attempting with listvariable

[table name=payment_total_test2&fields=2pi,2pn,2pv]
[listvariables][index][name][value][/listvariables]
[/table]

[search table=payment_total_test2&ne2pvData=[blank]&as2pnSort=1]
[founditems] = [2pi] -- [2pn] -- [2pv] + <br>[/founditems]
[/search]

And again, the above code shows me results, although the <br> tag gets passed over and omitted, resulting in one huge single paragraph.
" = " ONLY appears at the beginning of this paragraph 1 time
" -- " ONLY appears at the beginning of this paragraph 1 time.
" + end" ONLY appears at the end of this paragraph 1 time.
I would sure think I'd have many indvidual lines with thos characters inbetween the founditems.....

&as2pnSort=1 doesn't change the results
&de2pnSort=1 doesn't change the results either....



Plain old listvariables request placed on the page works a-ok and shows what I'm expecting.... even the <br> works giving me individual lines

[listvariables][index], [name], [value]<br>[/listvariables]



Am I coding something wrong here or misunderstaning what I should be expecting?
Sure looks coded like what the docs show....

Thanks


--1619090392-758705763-1404991566=:11702-- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] [table] weirdness maybe? (sgbc cebu 2014)
  2. Re: [WebDNA] [table] weirdness maybe? (Lawrence Banahan 2014)
  3. Re: [WebDNA] [table] weirdness maybe? (sgbc cebu 2014)
  4. Re: [WebDNA] [table] weirdness maybe? (Terry Wilson 2014)
  5. [WebDNA] [table] weirdness maybe? (Rich Kwas 2014)
--1619090392-758705763-1404991566=:11702 Content-Type: text/plain; charset=us-ascii Am I misunderstanding what to expect? My code or something else??? I'm running webdna Windows version 6.2 on Server2008 What I'm ultimately trying to do is put variables from [listvariables] into a table and sort them... I did this first to start myself understanding using [table] etc. per the docs [table name=payment_total_test1&fields=1pname,1psize,1pdate] [listfiles path=./][filename],[size],[moddate][/listfiles] [/table] [search table=payment_total_test1&ne1pnamedatarq=[blank]&de1pnamesort=1] [founditems]begin - [1pname], [1psize], [1pdate] - end
[/founditems] [/search] The above code shows me results, although the
tag gets passed over and omitted, resulting in one huge single paragraph. "begin - " ONLY appears at the beginning of the paragraph 1 time " - end" ONLY appears at the end of the paragraph 1 time. I would sure think I'd have many individual lines..... &de1pnamesort=1 doesn't change the results &as1pnamesort=1 doesn't change the results either.... This is what I'm attempting with listvariable [table name=payment_total_test2&fields=2pi,2pn,2pv] [listvariables][index][name][value][/listvariables] [/table] [search table=payment_total_test2&ne2pvData=[blank]&as2pnSort=1] [founditems] = [2pi] -- [2pn] -- [2pv] +
[/founditems] [/search] And again, the above code shows me results, although the
tag gets passed over and omitted, resulting in one huge single paragraph. " = " ONLY appears at the beginning of this paragraph 1 time " -- " ONLY appears at the beginning of this paragraph 1 time. " + end" ONLY appears at the end of this paragraph 1 time. I would sure think I'd have many indvidual lines with thos characters inbetween the founditems..... &as2pnSort=1 doesn't change the results &de2pnSort=1 doesn't change the results either.... Plain old listvariables request placed on the page works a-ok and shows what I'm expecting.... even the
works giving me individual lines [listvariables][index], [name], [value]
[/listvariables] Am I coding something wrong here or misunderstaning what I should be expecting? Sure looks coded like what the docs show.... Thanks --1619090392-758705763-1404991566=:11702 Content-Type: text/html; charset=us-ascii
Am I misunderstanding what to expect?
My code or something else???

I'm running webdna Windows version 6.2 on Server2008

What I'm ultimately trying to do is put variables from [listvariables] into a table and sort them...

I did this first to start myself understanding using [table] etc. per the docs

[table name=payment_total_test1&fields=1pname,1psize,1pdate]
[listfiles path=./][filename],[size],[moddate][/listfiles]
[/table]

[search table=payment_total_test1&ne1pnamedatarq=[blank]&de1pnamesort=1]
[founditems]begin - [1pname], [1psize], [1pdate] - end <br>[/founditems]
[/search]

The above code shows me results, although the <br> tag gets passed over and omitted, resulting in one huge single paragraph.
"begin - " ONLY appears at the beginning of the paragraph 1 time
" - end" ONLY appears at the end of the paragraph 1 time.
I would sure think I'd have many individual lines.....

&de1pnamesort=1 doesn't change the results
&as1pnamesort=1 doesn't change the results either....




This is what I'm attempting with listvariable

[table name=payment_total_test2&fields=2pi,2pn,2pv]
[listvariables][index][name][value][/listvariables]
[/table]

[search table=payment_total_test2&ne2pvData=[blank]&as2pnSort=1]
[founditems] = [2pi] -- [2pn] -- [2pv] + <br>[/founditems]
[/search]

And again, the above code shows me results, although the <br> tag gets passed over and omitted, resulting in one huge single paragraph.
" = " ONLY appears at the beginning of this paragraph 1 time
" -- " ONLY appears at the beginning of this paragraph 1 time.
" + end" ONLY appears at the end of this paragraph 1 time.
I would sure think I'd have many indvidual lines with thos characters inbetween the founditems.....

&as2pnSort=1 doesn't change the results
&de2pnSort=1 doesn't change the results either....



Plain old listvariables request placed on the page works a-ok and shows what I'm expecting.... even the <br> works giving me individual lines

[listvariables][index], [name], [value]<br>[/listvariables]



Am I coding something wrong here or misunderstaning what I should be expecting?
Sure looks coded like what the docs show....

Thanks


--1619090392-758705763-1404991566=:11702-- Rich Kwas

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:

Limiting user access to .tmpl files (1997) foreign languages, email, webcat (1998) OK, here's a new one (2002) Bad Install... (2003) Re[2]: 2nd WebCatalog2 Feature Request (1996) Retaining data (2003) Secure server question (1997) Outsourcing partnership ... (2005) flash-wc (2000) [BULK] [WebDNA] abstraction code can be tricky... (2012) Latest beta slow on [order] and [purchase] (1997) What am I missing (1997) WebCatalog and WebTen (1997) form population (1998) Problems problems problems (1997) automating txt downloads for conversion to webcat db (2006) Sorting by date (1997) itools webcat atartup (2000) Re2: Calculating multiple shipping... (1997) 2nd WebCatalog2 Feature Request (1996)