[[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 Reports On-screen (OpenInsight 16-Bit Specific) ====
=== At 15 MAR 2002 05:30:06PM F Dietrich wrote: ===
{{tag>"OpenInsight 16-Bit Specific"}}
This may be a stupid question, but is there some way of making RList spit out a report directly on the screen? In other words, can I use RList() in a programmatic context and send the output to a window that looks just like the output that comes up in the System Editor? If I use it in Activelist context, it just gives me a list of keys that I can loop through, but I want to used features like JUSTLEN and DBL-SPC to generate a real report.
----
=== At 15 MAR 2002 05:33PM WinWin/Revelation Support wrote: ===
Fred:
mysyntax=LIST MYFILE MYCOLUMN'
call or_view('',myrlist)
That do it?
BOb
----
=== At 20 MAR 2002 06:58PM F Dietrich wrote: ===
That does it for now. Thanks! Academically, I'd be interested to find out if there's any way to bring back data from an RList statement directly into a control on a window, such as a editbox so that it would work like it works in the System Editor. It might be interesting to know how to do that, in case we ever decide to use R/List that way. But, for now, your suggestion does the job.
----
=== At 21 MAR 2002 12:21AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote: ===
Try this:
call set_Property( "SYSTEM", "RECEIVER", @window : ".EDITBOX_1" )
call rlist( "LIST 100 SYSREPOS", 1, "", "", "" )
[url=http://www.sprezzatura.com]The Sprezzatura Group[/url]
[i]World leaders in all things RevSoft[/i]
[img]http://www.sprezzatura.com/zz.jpg[/img]
[[https://www.revelation.com/revweb/oecgi4p.php/O4W_HANDOFF?DESTN=O4W_RUN_FORM&INQID=NONWORKS_READ&SUMMARY=1&KEY=85CD0CB961E650AE88256B7D00761CDB|View this thread on the forum...]]