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

At 18 APR 2000 03:51:24PM Andy Becker wrote:

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 [email protected] wrote:

Andy,

Get a hold of S/List from the people at Sprezzatura.

[email protected] 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!

The Sprezzatura Group

World Leaders in all things RevSoft


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?

The Sprezzatura Group

World Leaders in all things RevSoft

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/97294c9ace86db4f852568c5006d1398.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1