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

file generated when program run in background

Former Member
0 Likes
418

Hi,

I have program that generates a report & all the data in the report output is down loaded to a file .please somebody make it clear:

if I run the report in background will the file still be generated.

thanks,

reddy.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
372

Hi,

If the program has logic to transfer the data to appliacation layer, then it works. Other wise it is not possible to download the data into your desktop by running in Background.

Regards,

Ashok

3 REPLIES 3
Read only

Former Member
0 Likes
372

in background it cann't download into ur desktop, but it can download into application server using Open dataset

Read only

Former Member
0 Likes
373

Hi,

If the program has logic to transfer the data to appliacation layer, then it works. Other wise it is not possible to download the data into your desktop by running in Background.

Regards,

Ashok

Read only

Former Member
0 Likes
372

If UR writing the file to an Application server in the program,

then it will be generated in Background also ...