Dynamic query columns weirdness

2001-12-14 Thread Don Vawter
The following works fine, qdata is a query, pad is a udf which returns string padded with nonbreaking spaces. I put it on separate lines only for readability here. option selected value=#vv# #pad(qdata[form.toplevel],35)# #pad(qdata[form.midlevel],35)# #pad(qdata[form.lowlevel],35)# /option

RE: Dynamic query columns weirdness

2001-12-14 Thread Bryan Love
14, 2001 12:22 PM To: CF-Talk Subject: Dynamic query columns weirdness The following works fine, qdata is a query, pad is a udf which returns string padded with nonbreaking spaces. I put it on separate lines only for readability here. option selected value=#vv# #pad(qdata[form.toplevel],35

Re: Dynamic query columns weirdness

2001-12-14 Thread Don Vawter
the column value and pads is appropriaately - Original Message - From: Bryan Love [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, December 14, 2001 2:48 PM Subject: RE: Dynamic query columns weirdness a query is a struct of arrays with each struct key representing a query

Re: Dynamic query columns weirdness

2001-12-14 Thread Don Vawter
there are often puzzles found. - Original Message - From: Don Vawter [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, December 14, 2001 5:40 PM Subject: Re: Dynamic query columns weirdness But that seems inconsistent with what happens. The udf is simply function pad(st,stle