Page 1 of 1

DOS and R&R 10+

Posted: Fri Mar 19, 2004 12:09 pm
by Barry
I have a DOS program that works great in a Windows environment, except for the fact that the barcoded order book print required a TSR to be running to print. This worked fine in a DOS environment. The RRUN was called from a CLIPPER program and all was good. I am trying to use the same method to call the Windows based R&R, but am at a loss as to how to do this. I do some programming in "C", so I thought I might write a "C" routine to call the R&R function. Has anyone done this and, if so, could you supply me with some sample code?____Thanks in advance.

=> RE: DOS and R&R 10+

Posted: Wed Mar 24, 2004 4:54 pm
by Jamesvon
Hi Barry -____I have a C routine which calls R&R. We use it to halt FoxPro until the user closes the R&R report window and it is compiled into a FoxPro .fll linked library file. The routine is used only in Windows, not DOS, but if you think it may help I can send or post the code. __Please note that the routine was written by a former co-worker and I don^t work in C, so I won^t be able to answer any questions you may have about the source code.