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

check box with excel sheet

Former Member
0 Likes
741

to all forum people,

if tick box is set, a single excel sheet file is created in the background on users drive c.When the program is executed, it overwrites the existing file.

regards

murali

to all forum people,

if tick box is set, a single excel sheet file is created in the background on users drive c.When the program is executed, it overwrites the existing file.

regards

murali

2 REPLIES 2
Read only

Former Member
0 Likes
508
Read only

nishanthbhandar
Contributor
0 Likes
508

Check the program to see which FM is being used to download the excel file.You have to specify the appending option with the FM.Otherwise it will overwrite the existing file. For example with GUI_DOWNLOAD

with APPEND ,by default, existing local files are overwritten by new versions. If you set APPEND to 'X', the downloaded data is attached to an existing file. If the file does not exist, it is created as a new file.

Otherwise you can make use of CONFIRM_OVERWRITE.If this parameter is set, a file will only be overwritten if there has been a confirmation from the user.

<i>Reward helpful answers</i>

Cheers

Nishanth