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
: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
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
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
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
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
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
[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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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--
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
30 matches
Mail list logo