Re: Witango-Talk: <@CHOICELIST>

2009-02-07 Thread Ben Johansen
list and submit is selected and only one item shows. CC_ID=American Express I guess I thought all the selected options would show. Am I missing something? Thanks Steve From: Ben Johansen [mailto:b...@pcforge.com] Sent: Friday, February 06, 2009 11:34 PM To: witango-talk@witango.com Subject

RE: Witango-Talk: <@CHOICELIST>

2009-02-07 Thread Fogelson, Steve
:34 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: <@CHOICELIST> the multiple is only YES or NO and equates to the MULTIPLE attribute showing or not showing and you use this in conjunction with the SIZE <@choicelist name="CC_ID" type="select" mul

Re: Witango-Talk: <@CHOICELIST>

2009-02-06 Thread Ben Johansen
the multiple is only YES or NO and equates to the MULTIPLE attribute showing or not showing and you use this in conjunction with the SIZE <@choicelist name="CC_ID" type="select" multiple="yes" size="4" options="<@var request$PaymentTypes[*,CC_ID]>" values="<@var request $PaymentTypes[*,CC_Na

RE: Witango-Talk: <@CHOICELIST>

2009-02-06 Thread Fogelson, Steve
Thanks for the suggestion Bill. I tried it and it didn't work. Steve _ From: Bill Downall [mailto:bdown...@downallconsulting.com] Sent: Friday, February 06, 2009 10:16 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: <@CHOICELIST> Steve, I don&#

Re: Witango-Talk: <@CHOICELIST>

2009-02-06 Thread Bill Downall
Steve, I don't know if it works, but try multiple="multiple". That's the way i've seen it a lot lately, within the < select> tag. Bill On Fri, Feb 6, 2009 at 10:12 PM, Fogelson, Steve wrote: > Docs are light on how to use the MULTIPLE attribute. I have tried > MULITIPLE="TRUE", MULITIPLE="1" an

Re: Witango-Talk: <@choicelist> syntax question

2007-10-30 Thread Ben Johansen
try <@CHOICELIST NAME="password" TYPE="select" OPTIONS="@@programs" SIZE="" CLASS="" STYLE="" onChange="document.forms ['hs'].action='<@APPFILE>?_function=password'; document.forms ['hs'].submit();" VALUES="@@file" SELECTED="None"> notice that i have an empty action at first also using th

Re: Witango-Talk: <@choicelist> syntax question

2007-10-30 Thread Dan Stein
OK I have the syntax but it does not seem to work > as onChange, onBlur or OnFocus. Not sure whatI should > use for a select list to work correctly or do I have > someother error > > > > <@CHOICELIST NAME="password" TYPE="select" OPTIONS="@@programs" > SIZE=""  CLASS="" STYLE="" > onFocu

Re: Witango-Talk: choicelist tag problem

2006-09-14 Thread Ben Johansen
[mailto:[EMAIL PROTECTED]] Sent: Thursday, September 14, 2006 2:42 PMTo: witango-talk@witango.comSubject: RE: Witango-Talk: choicelist tag problem Your on change looks wrong. OnChange should be something more like >window.arthouselocations.location='<@appfile>?_function=location

RE: Witango-Talk: choicelist tag problem

2006-09-14 Thread Christian Carrier
Stupid, outlook formatting!   From: Ted Wolfley [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 3:15 PM To: witango-talk@witango.com Subject: RE: Witango-Talk: choicelist tag problem   Thanks,   That worked.  I had to change your single quote so it looked like

RE: Witango-Talk: choicelist tag problem

2006-09-14 Thread Ted Wolfley
PM To: witango-talk@witango.com Subject: RE: Witango-Talk: choicelist tag problem   Your on change looks wrong. OnChange should be something more like >window.arthouselocations.location='<@appfile>?_function=locations&a_arthouseid=’ + window.form1.a_arthouseidc.op

Re: Witango-Talk: choicelist tag problem

2006-09-14 Thread Ben Johansen
you need to embed the onChange code into the SELECTEXTRAS attributeBenOn Sep 14, 2006, at 11:46 AM, Ted Wolfley wrote:Hi, I am trying to use the onChange attribute of the <@CHOICELIST> to capture the selected value and open a webpage in an iframe with the selected value as an argument.  The webpage

RE: Witango-Talk: choicelist tag problem

2006-09-14 Thread Christian Carrier
Your on change looks wrong. OnChange should be something more like >window.arthouselocations.location='<@appfile>?_function=locations&a_arthouseid=’ + window.form1.a_arthouseidc.options[window.form1.a_arthouseidc.selectedIndex].value"   Regards, Christian   From: Ted Wolfley [m

Re: Witango-Talk: @Choicelist-Newbie Question

2004-10-17 Thread Roland Dumas
tags. > > Ted > > -Original Message- > From: Steve Campbell [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 17, 2004 6:31 PM > To: [EMAIL PROTECTED] > Subject: RE: Witango-Talk: @Choicelist-Newbie Question > > > Newbie question here I suppose, but I never

RE: Witango-Talk: @Choicelist-Newbie Question

2004-10-17 Thread Steve Campbell
Ted Okay, thanks a ton! Steve -Original Message- From: Ted Wolfley [mailto:[EMAIL PROTECTED] Sent: Sunday, October 17, 2004 5:47 PM To: [EMAIL PROTECTED] Subject: RE: Witango-Talk: @Choicelist-Newbie Question Hi, I use it to fill a drop down with values from a column in a table

RE: Witango-Talk: @Choicelist-Newbie Question

2004-10-17 Thread Ben Johansen
PROTECTED] Subject: RE: Witango-Talk: @Choicelist-Newbie Question Newbie question here I suppose, but I never ever got a chance to use @CHOICELIST and I have always wanted to know in what application would one use it and what would you use it to call? Thanks Steve --- Outgoing mail is certified

RE: Witango-Talk: @Choicelist-Newbie Question

2004-10-17 Thread Ted Wolfley
6:31 PM To: [EMAIL PROTECTED] Subject: RE: Witango-Talk: @Choicelist-Newbie Question Newbie question here I suppose, but I never ever got a chance to use @CHOICELIST and I have always wanted to know in what application would one use it and what would you use it to call? Thanks Steve

RE: Witango-Talk: @Choicelist-Newbie Question

2004-10-17 Thread Steve Campbell
Newbie question here I suppose, but I never ever got a chance to use @CHOICELIST and I have always wanted to know in what application would one use it and what would you use it to call? Thanks Steve --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.griso

Re: Witango-Talk: @Choicelist

2004-10-17 Thread Roland Dumas
Thanks, got it. On 10/17/04 12:36 PM, "Ben Johansen" <[EMAIL PROTECTED]> wrote: > You will need to add a row to the array prior to sending it to the > @choicelist. > > You can do this in several ways > 1. do a union select from the database. > 2. do an @UNION of 2 array with on being the blank

RE: Witango-Talk: @Choicelist

2004-10-17 Thread Ben Johansen
You will need to add a row to the array prior to sending it to the @choicelist. You can do this in several ways 1. do a union select from the database. 2. do an @UNION of 2 array with on being the blank option 3. do an @ADDROWS to the array Ben Johansen -Original Message- From: Roland Du

RE: Witango-Talk: <@choicelist>

2003-04-03 Thread Fogelson, Steve
Thanks Ben Steve -Original Message- From: Ben Johansen [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 2:06 PM To: [EMAIL PROTECTED] Subject: RE: Witango-Talk: <@choicelist> The options will only take 1 array You will need to combine the values somehow prior to the Sele

RE: Witango-Talk: <@choicelist>

2003-04-03 Thread Ben Johansen
The options will only take 1 array You will need to combine the values somehow prior to the SelectList var creation If you go to http://www.witango.ws helps and look at the @choicelist help it shows how you can combine values within select action Hope this helps :-) Ben Johansen - http://www.pcf

RE: Witango-Talk: <@choicelist>

2003-04-01 Thread Fogelson, Steve
Thank you for all the great ideas. Steve -Original Message- From: Dale Graham [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 12:39 PM To: [EMAIL PROTECTED] Cc: Dale Graham Subject: Re: Witango-Talk: <@choicelist> Where I have options in a choice list that are going to

RE: Witango-Talk: <@choicelist>

2003-04-01 Thread David Shelley
Steve, You could fix the width of the select tag by adding style="width: 100px;" in the choicelist tag. This will truncate the lines though, rather than wrapping them. Dave Shelley -Original Message- From: Fogelson, Steve [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 12:49 PM

RE: Witango-Talk: <@choicelist>

2003-04-01 Thread Ben Johansen
The pulldown/select list is controlled by the browser not the <@CHOICELIST> You could change the font size using CSS SELECTEXTRAS='style="font-size: 6;"' Ben Johansen - http://www.pcforge.com Authorized Witango Reseller http://www.pcforge.com/WitangoGoodies.htm Authorized MDaemon Mail Server R

Re: Witango-Talk: <@choicelist>

2003-04-01 Thread Dale Graham
Where I have options in a choice list that are going to be too long, I truncate some of the information using something like <@left str="<@var this[<@currow>,12]>" numchars="30"> which looks something like this in the select The title for this article is relatively lo does NOT work

RE: Witango-Talk: @choicelist

2002-12-01 Thread David Shelley
Brad,   The easiest way to put a blank option at the top of a @choicelist is to add an empty row to the array before it is used to populate the choicelist. <@addrows array=local$yourArray value='<@array rows=1 cols=<@numcols array=local$yourArray>>' position=0>   Dave Shelley [EMAIL PROTEC

RE: Witango-Talk: @choicelist help

2002-10-01 Thread Troy Sosamon
Stefan, This is exactly what I needed. Thanks, Troy = Original Message from [EMAIL PROTECTED] at 9/30/02 7:20 pm >You need to use type=array on your choicelist name. >In other words: > > <@ARG sch_cl_list type=array> > >Stefan > >At 05:43 PM 9/30/2002 -0700, you wrote: >>Hi, >> >>Go

RE: Witango-Talk: @choicelist help

2002-09-30 Thread Stefan Gonick
You need to use type=array on your choicelist name. In other words: <@ARG sch_cl_list type=array> Stefan At 05:43 PM 9/30/2002 -0700, you wrote: >Hi, > >Go to www.witango.ws and click on witango helps >You will see a link for @choicelist > >Hope that helps > >Ben Johansen - http://www.

RE: Witango-Talk: @choicelist help

2002-09-30 Thread Ben Johansen
Hi, Go to www.witango.ws and click on witango helps You will see a link for @choicelist Hope that helps Ben Johansen - http://www.pcforge.com Authorized Witango Reseller http://www.pcforge.com/WitangoGoodies.htm Latest downloads & List Archives @ http://www.witango.ws -Original Message--

Re: Witango-Talk: CHOICELIST metatag

2002-06-11 Thread Len Wright
Option value="" <@rows array="arrayname" Option value <@var local$arrayname> something like that? Regards, Len Wright Plus International Corp www.plusinternational.com Direct: 604-415-2384 Fax:604-415-0830 >>> [EMAIL PROTECTED] 06/11/02 04:31PM >>> Has anyone devised a easy way to