Premahari
27th July 2018, 07:53
Hi ,
I have one customized session, for printing some data in excel. After downloading excel file,trying to close that window,iam getting Do you want to save your data?Can anyone please tell why its coming? and how to fix that?
mark_h
29th July 2018, 19:25
Not sure I get the exact issue. Is excel opening? How do you download the file and what method are you using to create the excel file.
Premahari
30th July 2018, 11:35
Hi,
file.name = creat.tmp.file$(bse.tmp.dir$())
file.name = trim$(file.name)&".xls"
fp = seq.open(file.name, "w")
Writing in file
seq.close(fp)
ret.val = client.download.file(file.name)
Iam creating Excel file using the above.
mark_h
30th July 2018, 19:22
So exactly what happens in the client.download.file? I typically use server2client without a window.
mark_h
30th July 2018, 19:27
Nevermind - just saw http://www.baanboard.com/baanboard/showthread.php?t=71260 this thread and it looks like an ln tool which I do not have. You will need to wait for someone familiar with that function. Not sure if there is a feature to automatically overwrite files or no.