Re: how to read the whole content of a drop-down menu

2007-09-06 Thread Serouche Rahimpour
r, Stephen Sent: Thursday, September 06, 2007 8:11 AM To: arslist@ARSLIST.ORG Subject: Re: how to read the whole content of a drop-down menu Serouche, I would use a regular form to hold each of the banned email addresses, as suggested by Norm. Besides making it easier to search using a regular form

Re: how to read the whole content of a drop-down menu

2007-09-06 Thread Kaiser Norm E CIV USAF 96 CS/SCCE
ll, throw error. -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Heider, Stephen Sent: Thursday, September 06, 2007 8:11 AM To: arslist@ARSLIST.ORG Subject: Re: how to read the whole content of a drop-down menu Serouche, I would use a

Re: how to read the whole content of a drop-down menu

2007-09-06 Thread Heider, Stephen
Stephen Remedy Skilled Professional -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Serouche Rahimpour Sent: Thursday, September 06, 2007 3:26 AM To: arslist@ARSLIST.ORG Subject: Re: how to read the whole content of a drop-do

Re: how to read the whole content of a drop-down menu

2007-09-06 Thread Serouche Rahimpour
many thanks to the people who added comments to this issue. FYI, at the end, I did something pretty similar to the solution presented here by Fred. At the same time I wrote my first Filter Guide so I got to know how goood the Remedy is ! What I do is: 1- if CC list != $NULL$ then t

Re: how to read the whole content of a drop-down menu

2007-09-06 Thread Shellman, David
field. Dave -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Serouche Rahimpour Sent: Thursday, September 06, 2007 3:26 AM To: arslist@ARSLIST.ORG Subject: Re: how to read the whole content of a drop-down menu Hi, sorry my

Re: how to read the whole content of a drop-down menu

2007-09-06 Thread Serouche Rahimpour
Hi, sorry my concern lead everyone into confusion. So I'll try to explain my problem from scratch and in a simple way. I have a form let say A. In that form I have a character field called CC list. People can add logins in that field so each login corresponds to an email address. What I want to

Re: how to read the whole content of a drop-down menu

2007-09-05 Thread Shellman, David
list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Serouche Rahimpour Sent: Wednesday, September 05, 2007 11:14 AM To: arslist@ARSLIST.ORG Subject: Re: how to read the whole content of a drop-down menu I can't exactly do that because I am firing the AL on the form which contains CC list Thus

Re: how to read the whole content of a drop-down menu

2007-09-05 Thread Kaiser Norm E CIV USAF 96 CS/SCCE
on the same sheet of music. -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Serouche Rahimpour Sent: Wednesday, September 05, 2007 10:14 AM To: arslist@ARSLIST.ORG Subject: Re: how to read the whole content of a drop-down menu

Re: how to read the whole content of a drop-down menu

2007-09-05 Thread Grooms, Frederick W
> > $FIELD B$ LIKE (("%" + 'CC List') + "%") > > -Original Message- > From: Action Request System discussion list(ARSList) > [mailto:[EMAIL PROTECTED] On Behalf Of Serouche Rahimpour > Sent: Wednesday, September 05, 2007 9:19 AM > To: arsl

Re: how to read the whole content of a drop-down menu

2007-09-05 Thread Serouche Rahimpour
-Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Serouche Rahimpour Sent: Wednesday, September 05, 2007 9:19 AM To: arslist@ARSLIST.ORG Subject: Re: how to read the whole content of a drop-down menu well if I try $CC list$

Re: how to read the whole content of a drop-down menu

2007-09-05 Thread Grooms, Frederick W
al Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Serouche Rahimpour Sent: Wednesday, September 05, 2007 9:19 AM To: arslist@ARSLIST.ORG Subject: Re: how to read the whole content of a drop-down menu well if I try $CC list$ = $Field B$ t

Re: how to read the whole content of a drop-down menu

2007-09-05 Thread Serouche Rahimpour
Sent: Wednesday, September 05, 2007 9:19 AM To: arslist@ARSLIST.ORG Subject: Re: how to read the whole content of a drop-down menu well if I try $CC list$ = $Field B$ that works but if try (("%" + $CC list$ ) + "%") LIKE $Field B$ that doesn't work. My guess is that $CC list

Re: how to read the whole content of a drop-down menu

2007-09-05 Thread Kaiser Norm E CIV USAF 96 CS/SCCE
x27;) + "%") -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Serouche Rahimpour Sent: Wednesday, September 05, 2007 9:19 AM To: arslist@ARSLIST.ORG Subject: Re: how to read the whole content of a drop-down menu well if

Re: how to read the whole content of a drop-down menu

2007-09-05 Thread Opela, Gary L Contr OC-ALC/ITMA
-Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Serouche Rahimpour Sent: Wednesday, September 05, 2007 9:19 AM To: arslist@ARSLIST.ORG Subject: Re: how to read the whole content of a drop-down menu well if I try $CC list$ = $Field

Re: how to read the whole content of a drop-down menu

2007-09-05 Thread Serouche Rahimpour
our Sent: Wednesday, September 05, 2007 8:16 AM To: arslist@ARSLIST.ORG Subject: Re: how to read the whole content of a drop-down menu many thanks for this feedback. I believe it will most probably work this way. How ever, I am working on something pretty close to this idea. And I am encounteri

Re: how to read the whole content of a drop-down menu

2007-09-05 Thread Kaiser Norm E CIV USAF 96 CS/SCCE
: Re: how to read the whole content of a drop-down menu many thanks for this feedback. I believe it will most probably work this way. How ever, I am working on something pretty close to this idea. And I am encountering a problem which I believe I will also have when trying your solution. It is the

Re: how to read the whole content of a drop-down menu

2007-09-05 Thread Serouche Rahimpour
ield is not null. -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Serouche Rahimpour Sent: Wednesday, September 05, 2007 7:54 AM To: arslist@ARSLIST.ORG Subject: Re: how to read the whole content of a drop-down menu what I mean is

Re: how to read the whole content of a drop-down menu

2007-09-05 Thread Kaiser Norm E CIV USAF 96 CS/SCCE
RSLIST.ORG Subject: Re: how to read the whole content of a drop-down menu what I mean is that Remedy users type in what they are by policy not allowed to type i.e mailing-lists these mailing-lists are in a file outside the Remedy so my problem is: how can I make the Remedy read the file, compare th

Re: how to read the whole content of a drop-down menu

2007-09-05 Thread Serouche Rahimpour
stem discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Serouche Rahimpour Sent: Wednesday, September 05, 2007 2:43 AM To: arslist@ARSLIST.ORG Subject: Re: how to read the whole content of a drop-down menu maybe I shall give more details on my problem and the situation: I have a file wi

Re: how to read the whole content of a drop-down menu

2007-09-05 Thread Kaiser Norm E CIV USAF 96 CS/SCCE
t) [mailto:[EMAIL PROTECTED] On Behalf Of Serouche Rahimpour Sent: Wednesday, September 05, 2007 2:43 AM To: arslist@ARSLIST.ORG Subject: Re: how to read the whole content of a drop-down menu maybe I shall give more details on my problem and the situation: I have a file with a list of mailing-li

Re: how to read the whole content of a drop-down menu

2007-09-05 Thread Serouche Rahimpour
PM To: arslist@ARSLIST.ORG Subject: Re: how to read the whole content of a drop-down menu ** Have you tried pulling the file that your menu reads from into an unlimited length, display only field and then using string functions (such as STRSTR) to find if the value entered is in the list? If that doesn

Re: how to read the whole content of a drop-down menu

2007-09-05 Thread Serouche Rahimpour
ent by: "Action Request System discussion list(ARSList)" 09/04/2007 08:33 AM Please respond to arslist@ARSLIST.ORG To arslist@ARSLIST.ORG cc Subject Re: how to read the whole content of a drop-down menu I just tried with $MENU$ and th

Re: how to read the whole content of a drop-down menu

2007-09-05 Thread Serouche Rahimpour
2007 10:34 AM To: arslist@ARSLIST.ORG Subject: Re: how to read the whole content of a drop-down menu I just tried with $MENU$ and the browser (because it has to be on the web) returns $MENU$ in the field. I checked afterwards in the Admin tool. It has corrected $MENU$ for "$MENU$&quo

Re: how to read the whole content of a drop-down menu

2007-09-04 Thread Kaiser Norm E CIV USAF 96 CS/SCCE
SList) [mailto:[EMAIL PROTECTED] On Behalf Of Thad K Esser Sent: Tuesday, September 04, 2007 12:24 PM To: arslist@ARSLIST.ORG Subject: Re: how to read the whole content of a drop-down menu ** Have you tried pulling the file that your menu reads from into an unlimited length, display only field and

Re: how to read the whole content of a drop-down menu

2007-09-04 Thread Thad K Esser
ent: Tuesday, September 04, 2007 10:19 AM > To: arslist@ARSLIST.ORG > Subject: how to read the whole content of a drop-down menu > > hi, > > let say I have a drop-down menu which values come from a Menu which > reads itself from a file. > Let say on another form I have a

Re: how to read the whole content of a drop-down menu

2007-09-04 Thread Kaiser Norm E CIV USAF 96 CS/SCCE
@ARSLIST.ORG Subject: Re: how to read the whole content of a drop-down menu I just tried with $MENU$ and the browser (because it has to be on the web) returns $MENU$ in the field. I checked afterwards in the Admin tool. It has corrected $MENU$ for "$MENU$" Another idea ? Kaiser Norm E CIV USAF

Re: how to read the whole content of a drop-down menu

2007-09-04 Thread Serouche Rahimpour
t from external files, but have you tried $MENU$? -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Serouche Rahimpour Sent: Tuesday, September 04, 2007 10:19 AM To: arslist@ARSLIST.ORG Subject: how to read the whole content of a

Re: how to read the whole content of a drop-down menu

2007-09-04 Thread Kaiser Norm E CIV USAF 96 CS/SCCE
T.ORG Subject: how to read the whole content of a drop-down menu hi, let say I have a drop-down menu which values come from a Menu which reads itself from a file. Let say on another form I have a character field and I want to check the content of this field (what users type in) is or is not in the

how to read the whole content of a drop-down menu

2007-09-04 Thread Serouche Rahimpour
hi, let say I have a drop-down menu which values come from a Menu which reads itself from a file. Let say on another form I have a character field and I want to check the content of this field (what users type in) is or is not in the drop-down menu. I tried with different filters and AL but ea