Previewing a Rlist report (None Specified)
At 15 DEC 1998 01:30:19PM Ruben Martinez wrote:
Is it possible to preview a report generated with the Rlist routine?
I think there's a way using TARGET_CALLBACK$ in parameter 'target' that sends printer output to a callback function (?). How can I implement it in my application? Is any white paper or example application on the Revelation Web site about this issue?
I haven't found any information at the manuals about this stuff.
Thanks for your help…
At 15 DEC 1998 01:39PM dsig@teleport.com wrote:
Ruben,
Here is a link in the middle of a discussion on this subject. For more conversation .. select search and enter 'callback' .. I found 31 hits.
Hope this helps ..
dsig@teleport.com
David Tod Sigafoos ~ SigSolutions
voice: 503-639-8080
At 15 DEC 1998 02:55PM Carl Pates wrote:
Ruben,
Try this routine if in a program
Call OR_View( "", "LIST SOMETHING BLAH BLAH" )
or you can also run it straight from the system monitor like so :
RUN OR_View "", "LIST SOMETHING BLAH BLAH"
Carl Pates
Sprezzatura Ltd
At 17 DEC 1998 01:30PM Ruben Martinez wrote:
Thank you David!!!
At 17 DEC 1998 01:31PM Ruben Martinez wrote:
Thank you very much Carl. I'll try it!
At 18 DEC 1998 09:25AM Don Miller wrote:
Carl ..
Slick .. Slick ..
Don Miller