AndrewBaines
Technical User
I'm launching a CRViewer with a report, and need to detect when the report has finished processing so I can then sendtolastpage.
I've tried using:
While crviewer1.isbusy
but that just locks up in an infinite loop.
I could do with an equivalent of Java's wait but I can't find it! I think this is my VB knowledge rather than Crystal.
I've tried using:
While crviewer1.isbusy
but that just locks up in an infinite loop.
I could do with an equivalent of Java's wait but I can't find it! I think this is my VB knowledge rather than Crystal.