I create a report with pictures on it from a General field in a cursor.
The Gen field in my cursor is created by writing a 'Thumb' Memo field containing a jpg image to a temp jpg file with strtofile() then APPEND General etc
My system uses a CorelPaint process during this routine - shos as photopnt in
Initially it crashed but I discovered up to 8 photopnt processes open.
Adding a delay before each APPEND General I have reduced it to two processes with an occasional third one. They open and close automatically as shown in the Task Manager window.
However I often get one process left after running the routine.
Is there a way to find the process that is open after an APPEND and force a closure?
Perhaps I could remove the delay then?
Thanks
The Gen field in my cursor is created by writing a 'Thumb' Memo field containing a jpg image to a temp jpg file with strtofile() then APPEND General etc
My system uses a CorelPaint process during this routine - shos as photopnt in
Initially it crashed but I discovered up to 8 photopnt processes open.
Adding a delay before each APPEND General I have reduced it to two processes with an occasional third one. They open and close automatically as shown in the Task Manager window.
However I often get one process left after running the routine.
Is there a way to find the process that is open after an APPEND and force a closure?
Perhaps I could remove the delay then?
Thanks