Questions tagged [save-as]

This tag refers to a common UI prompt type that asks a user under what name they wish to save a file as.

Use this tag for questions related to building or using such a prompt.

514 questions
0
votes
1 answer

Writing List items to text file c#

I am trying to get a List to save into a text file and am running into a problem. It will save into the text file but not all the information as needed but only the information that actually shows in the ListBox. Suggestions? namespace…
0
votes
0 answers

Matlabpool causes some problems with surf() function

I encountered a problem using parfor in Matlab. I run code below inside a function called within a parfor loop: If I open matlabpool, program crash on saveas function; If I do not open matlabpool, everything works well; If I comment both surf…
user3532190
  • 45
  • 1
  • 8
0
votes
2 answers

saveas white border matlab

I want to save a frame as an image in png format with saveas command. Although my image's size is 640X480 (gcf), the saved images size is 1201x901 and spaces white color.(like a bold white border).So I want the image to be saved 640x480. I tried…
lacy
  • 13
  • 1
  • 6
0
votes
1 answer

Save CSV file to another location without opening the new file

I dont have much VB experience, but i tries to do a simple thing. I need a open excel worksheet to copy itself to another location. Then It should just continue with the existing worksheet and not open the copy that it has made. I have used this…
pusur333
  • 49
  • 1
  • 6
0
votes
4 answers

How do I prompt user to save text (xml) to a file?

I've have some javascript code that transforms XML with XSLT. I now want the user to be able to save that new XML (either by prompting them or throwing the new XML up as a file or something so that the user can then save it. Anybody know how to do…
dman
  • 1
  • 1
0
votes
2 answers

Saving GUI as .jpg in matlab

In matlab, I have created a GUI with several plots and edit boxes filled with text for an experiment with the bike. These plots and edit box values vary depending on the data I input (120 different sets). I was able to save the GUI as a figure with…
0
votes
1 answer

Download from brightcove URL button

I am creating a site that utilizes videos that are hosted on brightcove so that our sales team can access these and post them to other retail sites. I have included a Download URL text area on the page that give the long URL of the selected video…
0
votes
1 answer

SaveAs file name with new format in current folder

I have setup the following macro in a Word Template to save my file to the place where the template is current saved, but in a sub-folder with a new name and file format. Each time I run the macro I get a "Command failed" Error. Here is my…
Justin_DavieHigh
  • 225
  • 2
  • 7
  • 22
0
votes
1 answer

How to create 'save as' url?

Is it possible to take a direct download url/link, and format it so when it is entered it automatically chooses to save as? This is not going to be done as a link in the HTML, this needs to be a url/link I could email someone that when clicked, or…
Fuzz Evans
  • 2,893
  • 11
  • 44
  • 63
0
votes
1 answer

Save as common file dialog not considering the save-as-file-type

I have a requirement in my app where I need to set the File-name and extension programmatically with the Common save-as File dialog. But seems the save-as-File-type is not considered until changing the save-as-type on the dialog by manually. It…
njohn
  • 81
  • 6
0
votes
2 answers

MATLAB Saving Figure Invalid Filename Error

I am writing a program to plot graphs in a loop and I want to save each graph that comes out as a .jpg file with a variation of the file name. Here is my code for saving the graphs: filename = strcat('WI_Pollutants_', D(i,6),…
SugaKookie
  • 780
  • 2
  • 17
  • 41
0
votes
1 answer

Python 3.3, Excel files not saving to current working directory

I am running a script that creates a workbook, write some data into it then saves it. At the end of my script I have: workbook.SaveAs('tempfile.xlsx') But what is happening is that it keeps saving to some obscure directory, where earlier today I…
griffsterb
  • 131
  • 4
  • 12
0
votes
2 answers

Need a batch file to edit a text file with values from a list then save as new

I Need to output a file like this: Number App_Date Reference Approval 01/00 24/10/2013 REFERENCE01 12345 The top line is constant but I need to change the second line to variables out of a list, (at the moment they are in a .csv file but…
0
votes
1 answer

FileSharing Open, Edit and Save Only from mounted drive via localhost asp.net

I need to create an ASP.NET application which can open files from a mounted drive or folder on Windows Server. These file directory structure should be viewed by accessing the server-url in IE or Chrome, etc. The files should not be allowed to copy…
0
votes
1 answer

iTextSharp: Display "Open/Save" dialog box when PDF file is created

I am using iTextSharp to create a PDF file (I use C#). The file is created fine; however, it is saved in a folder. The file is created in response to a link button click and I want to display the Open/Save dialog box rather than save the fie in a…
NoBullMan
  • 2,032
  • 5
  • 40
  • 93