2010 Aug 26 10:23 AM
I wrote a program that fetches a spreadsheet using WS_FILENAME_GET but I cannot run the program in backround I get an error .
The program aborts and the error is' Error during import of clipboard contents'. What can I do to make sure my program runs in backround.
2010 Aug 26 10:25 AM
If you used the search function you wouldn't even had posted this question.
But to answer you: WS_FILENAME_GET cannot be used in background processing.
So you will need to find a way to upload your file from the application server using OPEN DATASET etc.
Edited by: Maen Anachronos on Aug 26, 2010 11:25 AM
2010 Aug 26 10:25 AM
If you used the search function you wouldn't even had posted this question.
But to answer you: WS_FILENAME_GET cannot be used in background processing.
So you will need to find a way to upload your file from the application server using OPEN DATASET etc.
Edited by: Maen Anachronos on Aug 26, 2010 11:25 AM