Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unable to run upload program in backround

duma_msongelwa
Explorer
0 Likes
425

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
365

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

1 REPLY 1
Read only

Former Member
0 Likes
366

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