Hello,
When validating a powerbuilder process, by clicking on a save button, we trigger a window event. In this event we do a datawindow.print() and the buffering window appears, the event stops, but curiously we can interact with the window by clicking and triggering new events.
I'm surprised at this behavior and wonder if it has always worked like this.
Is there any way to stop the interaction while printing?
Thanks in advance.
Pierre
In fact, i would create an OE_Print event and Post that from your save user event. That way, complete the save operations first & then print when everything has been saved 100% and a DB commit completed first. Just a thought.