MULTIVALUE RETURN USING RBASIC POP.UP (AREV Specific)
At 29 JAN 2001 02:22:23PM T. Ross wrote:
I'm using the pop.up command to return a user selected list of desired records (keys) from a file.
What command parameter should I use to return multiple records to my collector window based on user selection (as opposed to just one record)?
Thanks for any help.
Tim Ross
AVSTA
At 29 JAN 2001 02:54PM Joe Doscher wrote:
T. Ross
The syntax for the POP.UP is:
Return_Selections=POP.UP(col, row, file, display, format, mode, select, title, attritbutes, help, coordinates, type).
The select switch should be set to 1 for multiple selection
Hope this helps
JoeD
At 29 JAN 2001 04:29PM T. Ross wrote:
Thanks for the help Joe but I'm still not out of the woods.
My values for the variables are as follows;
col=0
row=0
file=@buses"
display="
format=0:5:L::Bus\1:29:L::Manufacture\3:8:L::Capacity:"
mode=T"
select=1"
title=List of Wheelchair Buses"
attributes="
help="
coordinates="
type=1"
return.list=pop.up(col,row,file.display,format, mode,select,title,attributes,help,coordinates,type)
The value of return list is; one desired record key then a field mark then another desired record key, then another filed mark, etc.
I'm sure it would work if I returned a record mark instead of a field mark between desired record keys.
I might add that I'm doing a select to get the records I want before calling the popup command.
Thanks again,
Tim
At 29 JAN 2001 04:46PM [url=http://www.sprezzatura.com" onMouseOver=window.status=Click here to visit our web site?';return(true)]The Sprezzatura Group[/url] wrote:
Checkout http://www.sprezzatura.com/V2I6A5.HTM
World Leaders in all things RevSoft
At 30 JAN 2001 07:50AM Joe Doscher wrote:
Tim
How about:
Convert "field mark" to "record mark" in Return.List
Hope this helps
JoeD