[[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]] ==== RLIST and viewing results on screen (OpenInsight Specific) ==== === At 18 APR 2000 03:51:24PM Andy Becker wrote: === {{tag>"OpenInsight Specific"}} From a main menu category (Reports) we are attempting to click on one of the secondary options such as IC List and have the results displayed on the screen. We are currently using the statement CALL RLIST("SELECT IC_DISPENSERS BY AGENT, TYPE_SYM", 4,"","","") We have also used 5 and 1 instead of 4. Each time it appears to us that the report is being generated however, the report does not appear on the screen and we don't know where the results are. Does anyone out there have any idea? ---- === At 18 APR 2000 05:36PM dsig@teleport.com wrote: === Andy, Get a hold of S/List from the people at Sprezzatura. dsig@teleport.com onmouseover=window.status=imagine ... a company that supports it products with pride not extortion;return(true)" David Tod Sigafoos ~ SigSolutions cell: 503-341-2983 ---- === At 18 APR 2000 07:10PM Richard Bright wrote: === Your code is indeed working - well part of it - that is you are selecting a list of keys (SELECT). You could change the code to LIST but then you would then have to redirect the report to a viewer. Possibly better to use the OR_VIEW routine. Even better to do your select (as you are doing, then call OR_VIEW) * Rlist basic Report to Screen? Stat=Utility("CURSOR","H") RList_St=LIST ":Table:" ":Rpt_Name:" ":Sort:" ": Select or_view('', RList_St) void=Set_Property('ORPRV.PRINT','ENABLED',0) /**Loop until preview not active**/ WinId=ORPRV" loop while get_property(WinId,"HANDLE") yield() repeat To_Print=' To_Print=MSG(Win,'Do you want to print this report?':@FM:'BNY':@FM:@FM:'?') If To_Print then RList(RList_ST,0,"","","") end *-------------* ---- === At 19 APR 2000 04:38AM [url=http://www.sprezzatura.com" onMouseOver=window.status=Click here to visit our web site?';return(true)]The Sprezzatura Group[/url] wrote: === Why thank you Mr Sigafoos! [url=http://www.sprezzatura.com" ]The Sprezzatura Group[/url] [i]World Leaders in all things RevSoft[/i] [img]http://www.sprezzatura.com/zz.gif[/img] ---- === At 19 APR 2000 12:07PM Don Miller - C3 Inc. wrote: === Now..If you'd only implement multiple LIMIT clauses in S/LIST, we'd all be in tall cotton. Don M. ---- === At 19 APR 2000 07:36PM [url=http://www.sprezzatura.com" onMouseOver=window.status=Click here to visit our web site?';return(true)]The Sprezzatura Group[/url] wrote: === Thought you were doing this for us? [url=http://www.sprezzatura.com" ]The Sprezzatura Group[/url] [i]World Leaders in all things RevSoft[/i] [img]http://www.sprezzatura.com/zz.gif[/img] [[https://www.revelation.com/revweb/oecgi4p.php/O4W_HANDOFF?DESTN=O4W_RUN_FORM&INQID=NONWORKS_READ&SUMMARY=1&KEY=97294C9ACE86DB4F852568C5006D1398|View this thread on the forum...]]