Page 1 of 3 1 2 3 >
Topic Options
Rate This Topic
#15061 - 09/20/99 04:14 PM multi-level menu
dollusm Offline
Stealth Member

Registered: 06/12/01
Posts: 203
Is it possible to do a multi-level menu using the search menu-type?

Mary
CIBER
Scott AFB, IL

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist


Top
#15062 - 09/20/99 04:32 PM Re: multi-level menu [Re: grossen]
dseidman Offline
Stealth Member

Registered: 06/12/01
Posts: 28
I don't believe so. The only alternative I have found is have adjacent
character fields to represent the levels of your menu, where the
contents of the second field are dynamically determined by the contents
of the first. This takes up room on the screen, of course.

Regards,
Dave

--
Dave Seidman, Remedy Applications Administrator, dseidman@koz.com,
919-767-2026
KOZ.com - Reinventing Communities Online
5001 South Miami Blvd., Suite 200, Durham, NC 27703


"Dollus, Mary" wrote:

> Hi all,
> Is it possible to do a multi-level menu using the search menu-type?
>
> Mary
> CIBER
> Scott AFB, IL
>
> To Unsubscribe send e-mail to:
> body of text is: unsubscribe arslist

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist


Top
#15063 - 09/20/99 05:02 PM Re: multi-level menu [Re: grossen]
dollusm Offline
Stealth Member

Registered: 06/12/01
Posts: 203
That's the only way I can think of too, but it won't work in this case, :(



-----Original Message-----
From: David Seidman [mailto:dseidman@KOZ.COM]
Sent: Mon, Sep 20, 1999 3:32 PM
To: ARSLIST@LISTSERV.VISTAIT.COM
Subject: Re: multi-level menu


Hi Mary,
I don't believe so. The only alternative I have found is have adjacent
character fields to represent the levels of your menu, where the
contents of the second field are dynamically determined by the contents
of the first. This takes up room on the screen, of course.

Regards,
Dave

--
Dave Seidman, Remedy Applications Administrator, dseidman@koz.com,
919-767-2026
KOZ.com - Reinventing Communities Online
5001 South Miami Blvd., Suite 200, Durham, NC 27703


"Dollus, Mary" wrote:

> Hi all,
> Is it possible to do a multi-level menu using the search menu-type?
>
> Mary
> CIBER
> Scott AFB, IL
>
> To Unsubscribe send e-mail to:
> body of text is: unsubscribe arslist

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist


Top
#15064 - 09/20/99 05:10 PM Re: multi-level menu [Re: grossen]
larry_salisbury Offline
Stealth Member

Registered: 06/12/01
Posts: 258

The user is presented with one selection list after the other.
I've done 3 levels this way and our users have found it works well. How many levels are you considering?

Larry Salisbury
Remedy Administrator
Litton Enterprise Solutions
e-mail salisburyl@littonles.com
voice: 818-715-5679
fax: 818-715-5218

Subject to the Year 2000 Information and Readiness Disclosure Act (Public Law 105-271)



-----Original Message-----
From: Dollus, Mary [SMTP:DollusM@SCOTT.DISA.MIL]
Sent: Monday, September 20, 1999 13:14
To: ARSLIST@LISTSERV.VISTAIT.COM
Subject: multi-level menu
Importance: Low

Hi all,
Is it possible to do a multi-level menu using the search menu-type?

Mary
CIBER
Scott AFB, IL

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist



Top
#15065 - 09/20/99 05:06 PM Re: multi-level menu [Re: grossen]
remadmin Offline
Stealth Member

Registered: 06/12/01
Posts: 55
that you could make pull right query menus. I've never tried this, but
there is something about compiling the "driver" in the API/source directory
on the server, and using the create menu function. One caveat is that you
can't build or open this menu in the admin tool or it will corrupt. This
isn't much to go on (from my own very limited notes of a few years ago),
but perhaps it will jog the memory of someone else with more knowledge of this.

Ryan

At 04:14 PM 9/20/99 -0400, you wrote:
>Hi all,
>Is it possible to do a multi-level menu using the search menu-type?
>
>Mary
>CIBER
>Scott AFB, IL
>
>To Unsubscribe send e-mail to:
>body of text is: unsubscribe arslist

_____________________________________
Ryan Frazier
University Information Systems Helpdesk/Remedy Administrator
Harvard University
617 496-3490
ryan_frazier@harvard.edu
remadmin@camail2.harvard.edu

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist


Top
#15066 - 09/20/99 05:10 PM Re: multi-level menu [Re: grossen]
evanson_matthew Offline
Stealth Member

Registered: 06/12/01
Posts: 43
number of situations.

The first level or two might be static, but for each static item, you
associate a query menu. There are some problems however with using a query
menu which
references the current screen--they do not work in all cases (can't remember
which, it might only be direct SQL menus).

I would belive that the driver program can do it for you. Or you could write
your own API program to do it--but the ARLoadARQualifierStruct function cannot
handle parsing quals that reference the current screen--you have to build the
structures manually.

--matt





Ryan Frazier on 09/20/99 04:06:43 PM

Please respond to "Action Request System discussion list(ARSList)"



To: ARSLIST@LISTSERV.VISTAIT.COM
cc:
Subject: Re: multi-level menu




At an advance topics seminar at RUG '98, they breifly talked about a way
that you could make pull right query menus. I've never tried this, but
there is something about compiling the "driver" in the API/source directory
on the server, and using the create menu function. One caveat is that you
can't build or open this menu in the admin tool or it will corrupt. This
isn't much to go on (from my own very limited notes of a few years ago),
but perhaps it will jog the memory of someone else with more knowledge of
this.

Ryan

At 04:14 PM 9/20/99 -0400, you wrote:
>Hi all,
>Is it possible to do a multi-level menu using the search menu-type?
>
>Mary
>CIBER
>Scott AFB, IL
>
>To Unsubscribe send e-mail to:
>body of text is: unsubscribe arslist

_____________________________________
Ryan Frazier
University Information Systems Helpdesk/Remedy Administrator
Harvard University
617 496-3490
ryan_frazier@harvard.edu
remadmin@camail2.harvard.edu

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist


Top
#15067 - 09/20/99 05:36 PM Re: multi-level menu [Re: grossen]
dollusm Offline
Stealth Member

Registered: 06/12/01
Posts: 203
2 levels - the first will search another remedy table and the criteria is
'Individual's Status' = "Present-Available", and will list a group, the
second will list the people's names associated with that group:
ex:
IBM
Ted
Jan
Kim
ORACLE
Bob
Sam
Lexi
REMEDY
Tom
Bill
Fred

Does that make sense??
Thanks,
Mary

-----Original Message-----
From: Salisbury, Larry [mailto:Larry_Salisbury@LESWHEX01.LITTONLCS.COM]
Sent: Mon, Sep 20, 1999 4:11 PM
To: ARSLIST@LISTSERV.VISTAIT.COM
Subject: Re: multi-level menu



Mary, in a sense, yes. By creating multiple Search menus and creating a
series of active links to do the search. The menu button on the field
triggers the first search. The menu choice triggers the second & subsequent
searches which are controlled by execution order. You can use the single
target result field for each search or a hidden field.

The user is presented with one selection list after the other.
I've done 3 levels this way and our users have found it works well. How many
levels are you considering?

Larry Salisbury
Remedy Administrator
Litton Enterprise Solutions
e-mail salisburyl@littonles.com
voice: 818-715-5679
fax: 818-715-5218

Subject to the Year 2000 Information and Readiness Disclosure Act (Public
Law 105-271)



BM__MailData-----Original Message-----
From: Dollus, Mary [SMTP:DollusM@SCOTT.DISA.MIL]
Sent: Monday, September 20, 1999 13:14
To: ARSLIST@LISTSERV.VISTAIT.COM
Subject: multi-level menu
Importance: Low

Hi all,
Is it possible to do a multi-level menu using the search menu-type?

Mary
CIBER
Scott AFB, IL

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist


Top
#15068 - 09/20/99 06:52 PM Re: multi-level menu [Re: grossen]
dollusm Offline
Stealth Member

Registered: 06/12/01
Posts: 203
Now, what if the user makes a mistake and chooses the wrong group in the
first place, like IBM instead of ORACLE, and there are different people
assigned to each group. When the user clicks on the menu button a third
time, it says there's no menu to display.

Any ideas?
Thanks,
Mary
:)

-----Original Message-----
From: Salisbury, Larry [mailto:Larry_Salisbury@LESWHEX01.LITTONLCS.COM]
Sent: Mon, Sep 20, 1999 4:11 PM
To: ARSLIST@LISTSERV.VISTAIT.COM
Subject: Re: multi-level menu



Mary, in a sense, yes. By creating multiple Search menus and creating a
series of active links to do the search. The menu button on the field
triggers the first search. The menu choice triggers the second & subsequent
searches which are controlled by execution order. You can use the single
target result field for each search or a hidden field.

The user is presented with one selection list after the other.
I've done 3 levels this way and our users have found it works well. How many
levels are you considering?

Larry Salisbury
Remedy Administrator
Litton Enterprise Solutions
e-mail salisburyl@littonles.com
voice: 818-715-5679
fax: 818-715-5218

Subject to the Year 2000 Information and Readiness Disclosure Act (Public
Law 105-271)



BM__MailData-----Original Message-----
From: Dollus, Mary [SMTP:DollusM@SCOTT.DISA.MIL]
Sent: Monday, September 20, 1999 13:14
To: ARSLIST@LISTSERV.VISTAIT.COM
Subject: multi-level menu
Importance: Low

Hi all,
Is it possible to do a multi-level menu using the search menu-type?

Mary
CIBER
Scott AFB, IL

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist


Top
#15069 - 09/20/99 07:57 PM Re: multi-level menu [Re: grossen]
gchrist Offline
enthusiast

Registered: 06/12/01
Posts: 336
resets the menu?

Garron Christie

The Kemtah Group Inc.
onsite @
Sandia National Labs

(505)284-2122
gchrist@sandia.gov




> -----Original Message-----
> From: Dollus, Mary [mailto:DollusM@SCOTT.DISA.MIL]
> Sent: September 20, 1999 4:52 PM
> To: ARSLIST@LISTSERV.VISTAIT.COM
> Subject: Re: multi-level menu
> Importance: Low
>
>
> Larry, THANKS, got that part to work... :)
> Now, what if the user makes a mistake and chooses the wrong
> group in the
> first place, like IBM instead of ORACLE, and there are
> different people
> assigned to each group. When the user clicks on the menu
> button a third
> time, it says there's no menu to display.
>
> Any ideas?
> Thanks,
> Mary
> :)
>
> -----Original Message-----
> From: Salisbury, Larry
> [mailto:Larry_Salisbury@LESWHEX01.LITTONLCS.COM]
> Sent: Mon, Sep 20, 1999 4:11 PM
> To: ARSLIST@LISTSERV.VISTAIT.COM
> Subject: Re: multi-level menu
>
>
>
> Mary, in a sense, yes. By creating multiple Search menus and
> creating a
> series of active links to do the search. The menu button on the field
> triggers the first search. The menu choice triggers the
> second & subsequent
> searches which are controlled by execution order. You can use
> the single
> target result field for each search or a hidden field.
>
> The user is presented with one selection list after the other.
> I've done 3 levels this way and our users have found it works
> well. How many
> levels are you considering?
>
> Larry Salisbury
> Remedy Administrator
> Litton Enterprise Solutions
> e-mail salisburyl@littonles.com
> voice: 818-715-5679
> fax: 818-715-5218
>
> Subject to the Year 2000 Information and Readiness Disclosure
> Act (Public
> Law 105-271)
>
>
>
> BM__MailData-----Original Message-----
> From: Dollus, Mary [SMTP:DollusM@SCOTT.DISA.MIL]
> Sent: Monday, September 20, 1999 13:14
> To: ARSLIST@LISTSERV.VISTAIT.COM
> Subject: multi-level menu
> Importance: Low
>
> Hi all,
> Is it possible to do a multi-level menu using the search menu-type?
>
> Mary
> CIBER
> Scott AFB, IL
>
> To Unsubscribe send e-mail to:
> body of text is: unsubscribe arslist
>
> To Unsubscribe send e-mail to:
> body of text is: unsubscribe arslist
>

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist


Top
#15070 - 09/20/99 08:56 PM Re: multi-level menu [Re: grossen]
dollusm Offline
Stealth Member

Registered: 06/12/01
Posts: 203
I can try that, but I know that the users will object, if they have to take
another step.

On the third attempt, the message "No Menu To Display" appears at the
bottom. Is there a way to capture that or use that in the run if so that if
it sees that message it can reset the menu to original menu?

Thanks,
Mary

-----Original Message-----
From: Christie, Garron [mailto:gchrist@SANDIA.GOV]
Sent: Mon, Sep 20, 1999 6:58 PM
To: ARSLIST@LISTSERV.VISTAIT.COM
Subject: Re: multi-level menu


How about a hidden button that comes visible after the 3rd select that
resets the menu?

Garron Christie

The Kemtah Group Inc.
onsite @
Sandia National Labs

(505)284-2122
gchrist@sandia.gov




> -----Original Message-----
> From: Dollus, Mary [mailto:DollusM@SCOTT.DISA.MIL]
> Sent: September 20, 1999 4:52 PM
> To: ARSLIST@LISTSERV.VISTAIT.COM
> Subject: Re: multi-level menu
> Importance: Low
>
>
> Larry, THANKS, got that part to work... :)
> Now, what if the user makes a mistake and chooses the wrong
> group in the
> first place, like IBM instead of ORACLE, and there are
> different people
> assigned to each group. When the user clicks on the menu
> button a third
> time, it says there's no menu to display.
>
> Any ideas?
> Thanks,
> Mary
> :)
>
> -----Original Message-----
> From: Salisbury, Larry
> [mailto:Larry_Salisbury@LESWHEX01.LITTONLCS.COM]
> Sent: Mon, Sep 20, 1999 4:11 PM
> To: ARSLIST@LISTSERV.VISTAIT.COM
> Subject: Re: multi-level menu
>
>
>
> Mary, in a sense, yes. By creating multiple Search menus and
> creating a
> series of active links to do the search. The menu button on the field
> triggers the first search. The menu choice triggers the
> second & subsequent
> searches which are controlled by execution order. You can use
> the single
> target result field for each search or a hidden field.
>
> The user is presented with one selection list after the other.
> I've done 3 levels this way and our users have found it works
> well. How many
> levels are you considering?
>
> Larry Salisbury
> Remedy Administrator
> Litton Enterprise Solutions
> e-mail salisburyl@littonles.com
> voice: 818-715-5679
> fax: 818-715-5218
>
> Subject to the Year 2000 Information and Readiness Disclosure
> Act (Public
> Law 105-271)
>
>
>
> BM__MailData-----Original Message-----
> From: Dollus, Mary [SMTP:DollusM@SCOTT.DISA.MIL]
> Sent: Monday, September 20, 1999 13:14
> To: ARSLIST@LISTSERV.VISTAIT.COM
> Subject: multi-level menu
> Importance: Low
>
> Hi all,
> Is it possible to do a multi-level menu using the search menu-type?
>
> Mary
> CIBER
> Scott AFB, IL
>
> To Unsubscribe send e-mail to:
> body of text is: unsubscribe arslist
>
> To Unsubscribe send e-mail to:
> body of text is: unsubscribe arslist
>

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist

To Unsubscribe send e-mail to:
body of text is: unsubscribe arslist


Top
Page 1 of 3 1 2 3 >


Moderator:  Matt Reinfeldt