[[https://www.revelation.com/|Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community]]
==== @Browse.list? (AREV Specific) ====
=== At 17 JUN 1998 12:26:13AM Laura Randall wrote: ===
{{tag>"AREV Specific"}}
Am trying to pass a 'list' of keys created in a subroutine to a window as the active browse list. Having no luck using @browse.list. How do I do this? Arev 3.1
ex.
new_list=1:@vm:2:@vm:3
@browse.list=new_list
catalyst("w","get_emps")
The window appears but no records are displayed.
Thanks,
----
=== At 17 JUN 1998 02:13AM Don Bakke wrote: ===
Laura,
I'm sure there are other ways of doing this, but one simple technique (as long as there are no spaces in your key IDs) is to do the following:
new_list=1:@vm:2:@vm:3
convert @vm to " " in new_list
catalyst("w","get_emps ":new_list)
dbakke@srpcs.com
[url=http://www.srpcs.com]SRP Computer Solutions[/url]
[img]http://www.srpcs.com/srpicon1.gif[/img]
----
=== At 17 JUN 1998 05:10AM Andrew P McAuley wrote: ===
There are several ways t skin this particular cat but I'd do the following
Convert @Vm To @Fm In KeyList
Call Make.List(0, KeyList, "", "")
Call Catalyst("W","MYWINDOW")
amcauley@sprezzatura.com
[url=http://www.sprezzatura.com" ]Sprezzatura Ltd[/url]
[i]World Leaders in all things RevSoft[/i]
[img]http://www.sprezzatura.com/zz.gif[/img]
----
=== At 17 JUN 1998 08:34AM Don Bakke wrote: ===
I defer to the better solution!
dbakke@srpcs.com
[url=http://www.srpcs.com]SRP Computer Solutions[/url]
[img]http://www.srpcs.com/srpicon1.gif[/img]
----
=== At 17 JUN 1998 01:34PM Laura Randall wrote: ===
Thanks Andrew, I'll give it a try.
[[https://www.revelation.com/revweb/oecgi4p.php/O4W_HANDOFF?DESTN=O4W_RUN_FORM&INQID=NONWORKS_READ&SUMMARY=1&KEY=B4C7183B6D15D5E98525662600185F93|View this thread on the forum...]]