Guest_imported
New member
- Jan 1, 1970
- 0
I need a pop up window to inform the user what record is being processed of however many records are to be processed. I need something that won't effect the other block which is saving its data to the database, does not have a button, and will not stop background processing.<br><br>I am using Dev 6, and the only way I've thought of to do this, is using MESSAGE, but that won't update the status bar when I use the NO_ACKNOWLEDGE property. When I don't use it, tho, it pops up a window and pauses background processing. Is there any way to accomplish what I'm looking to do?<br><br>Thanks in advance.