Command equivalent to GETLIST in AREV (OpenInsight Specific)
At 01 NOV 2001 02:53:28PM leonshaf wrote:
Hi All…
Working in OI, trying we have created saved a "list" in SYSLISTS, and we want to do the equivalent of a "GETLIST" in AREV to get this list from the SYSLISTS table. We have tried the following code, but still get zero records listed…any help would be appreciated….
CLEARSELECT
RLID=QID:SID
Rlist("SELECT SYSLISTS",3,RLID,"","")RCMD=SELECT SYSLISTS WITH @ID=:QUOTE(RLID)Rlist(RCMD,5,"","","")CALL SLIST(RLS)If Get_Status(ErrCodes) ThenGoSub ErrorHandlingRETURN 1Neither of the Rlist commands seem to return the values in an active list. We have verifed that the RLID exists in the SYSLIST table because we can open the System Editor, open record, SYSLISTS, and open the RLID in the SYSLISTS table and see the id's.
TIA
At 01 NOV 2001 03:55PM [url=http://www.sprezzatura.com" onMouseOver=window.status=Click here to visit our web site?';return(true)]The Sprezzatura Group[/url] wrote:
Leon
You need to use the Activate_Save_Select subroutine (see online documentation - type this into the system editor then press F1).
World Leaders in all things RevSoft
At 01 NOV 2001 04:58PM leonshaf wrote:
Thanks Sprez's…
Worked like a champ…