I am attempting to get an external call to halt before continuing with succeeding code.
I attempted to adapt CajunCenturian's module Thread705-667547 to my code that calls the Crystal Print Engine, without success - certainly my own ignorance. My call to the CPE:
Dim stAppName As String
stAppName = "C:\WinTBM\rptInvoiceRegister.exe"
Call Shell(stAppName, 1)
The engine runs fine, but succeeding msgbox appears before the engine exits and returns.
Any suggestions?
I attempted to adapt CajunCenturian's module Thread705-667547 to my code that calls the Crystal Print Engine, without success - certainly my own ignorance. My call to the CPE:
Dim stAppName As String
stAppName = "C:\WinTBM\rptInvoiceRegister.exe"
Call Shell(stAppName, 1)
The engine runs fine, but succeeding msgbox appears before the engine exits and returns.
Any suggestions?