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
2 answers

VB.Net Scan Folder & SubFolder for word 5.5 .DOCs and Save as RTF in a different Folder

I have recently been tasked with a project to convert a LARGE (1000+) amount of Word for Dos (Word 5.5) documents(.doc) that need to be converted / Saved As to a .rtf extension. The documents are in a folder with sub folders that need to stay…
Anton King
  • 75
  • 1
  • 9
0
votes
1 answer

Error when using Application.FileDialog(msoFileDialogSaveAs)

I have this code that's used for getting a file ready to save and saving, however it causes Excel to 'encounter an error' and close. I have pinned the error down to the .execute line. Why does this cause the crash and is there a work around? Sub…
Tom D
  • 3
  • 4
0
votes
1 answer

"Save As" popup in response to a POST request?

Is it possible to get the browser to popup its Save As... dialog when doing a POST (rather than GET) request? Using the Spring framework, I'm trying to build a service that will receive some data (a two-dimensional json array), and produce an Excel…
some one
  • 77
  • 5
0
votes
1 answer

VBA Conditional Save As with Date Add

I am using Excel 2010 and am trying to use a macro for the following: Open the Save As dialogue box Take the initial file name and check IF there is an underscore followed by 8 consecutive integers (ie. _12345678) before the file type (ie.…
Blake
  • 207
  • 1
  • 3
  • 9
0
votes
2 answers

Formatting errors when SavingAs text files from worksheets

This is a question related to: Create text Files from every row in an Excel spreadsheet I have implemented ExactaBox great solution with the following code: Sub SaveRowsAsENW() Dim wb As Excel.Workbook, wbNew As Excel.Workbook Dim wsSource As…
Erik
  • 3
  • 2
0
votes
1 answer

i want to change the save as dialog filename when the user right clicks

I am using PHP and javascript/jQuery for my project. I want to change the filename for the save as dialog when the user right clicks on an image and selects save as. (for example i want to name every "save dialog" filename "image.png"). Thanks in…
Karter
  • 17
  • 1
  • 5
0
votes
1 answer

OutPutTo Eliminate SaveAs Dialog Box

I'm currently using Microsoft Access 2010. Is there any way to eliminate the SaveAs Dialog Box? After running the command it displays and then when you click cancel it prints the report to the correct location. It's a nuance that it displays…
0
votes
1 answer

Save URL in anchor tag with JavaScript/jQuery?

I need to save a URL in an anchor tag on a page when a button is clicked. How can I do this with jQuery or pure JS? If possible, can it "Save As" or otherwise name the file being saved from the URL a string that is on the page (from a specific…
Charles
  • 167
  • 1
  • 5
  • 15
0
votes
0 answers

how save image with better or specificresolution in gui matlab?

I trying save image with the command getframe but resolution is very low, so I can not give zoom. For now I'm using the code: [arq,dir] = uiputfile('*.jpg','Output…
0
votes
2 answers

Doing "Save as" of an XML Spreadsheet document into an Excel Document in Java

How do I convert an "XML Spreadsheet" document into Excel using Java code? I can do this manually by opening this document (which windows recognize that it can be opened in Excel, so it opened it in Excel) in Excel and File->Save As-> Excel 2003…
dale
  • 439
  • 3
  • 11
  • 28
0
votes
2 answers

How to do a Save As in Visual Basic (V11 2012)

I'm looking to do a "Save As" dialog box to handle my saves from an application I am making in Visual Basic. This is the code I am using and I don't understand it the code either: Private Sub MenuExportTo_Click(ByVal sender As Object, _ …
user2348797
  • 373
  • 4
  • 9
  • 22
0
votes
1 answer

Save image + choose directory in javascript

What I am trying to do is this .. I have an image in the HTML page and using a button I want this save button and you can choose where to save the paste, like a "save image as". Also still intend to create a simple input will appear where the path…
Perco
  • 160
  • 1
  • 18
0
votes
2 answers

How to give path of a folder in server to save an image?

I'm trying to store an image into two applications (both published on server). This is my code to save the image : string path = Server.MapPath("/Images/Landing/bottom_banner/"); string path1 =…
nitinvertigo
  • 1,180
  • 4
  • 32
  • 56
0
votes
1 answer

Need an Applescript making textutil save frontmost TextEdit doc as HTML

I'm having trouble creating an applescript to do a "save as html" on the front-most TextEdit document, and save it to the same directory (same name, just add an "html" extension....which I assume would be default behavior anyway). My understanding…
Jimmbo
  • 35
  • 1
  • 6
0
votes
1 answer

How I can Save Picture as file path from window phone 7 to server

I have application which is selecting image from image gallery and I have a image path for e.g PhotoResult e e.OriginalFileName I am getting complete path so how I can directly saveAs this image to the Server using Windows Phone. I have all the…
Jitendra Jadav
  • 53
  • 1
  • 1
  • 9