RList Reports On-screen (OpenInsight 16-Bit Specific)
At 15 MAR 2002 05:30:06PM F Dietrich wrote:
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, "", "", "" )
World leaders in all things RevSoft