Running Report while in a Yield loop (Reporter Specific)
At 06 MAY 1998 10:25:48PM Brandon Lunt wrote:
I have a situation where a mdichild data window is openned. The procedure that started the window then goes into a loop that checks for the handle to the window and continues to loop until the handle is no longer there. I also have the Yield() subroutine in the loop to allow for user input. The problem I have is that from the child window the user should be able to print the current record. (I am using Reporter to format the output to the printer.) When I run reporter while in the loop,yield(),until Not(handle) I get the message that states Could not connect to OI… Is there a way to do this sequence of events without having to close the child window first? If so, how?