File Save & Open in Plus

The Desktop feature to Open and Save Discoverer reports to your file system is not available in the 9.0.2 release of Discoverer Plus. Are there any plans for including this feature in future releases?
Thanks
Chase

This functionality will be included/implemented in the web versions of Discoverer in a future release.
rgds

Similar Messages

  • File save/open table values

    I would like to add a 'save/open profile' feature to a table in which the user inputs values into in order to time control the setpoints to an MKS Gas Controller.  The program will be ultimately used as a standalone application.  I am very new at LabVIEW and I am not sure how to even approach the problem.  Any ideas?
    Attachments:
    Gas Measurement System[2].vi ‏240 KB

    Sounds like you want to use a table control that the user can interact with. The table control values are accessed through the control's properties as a 2-D array of strings. You can label the rows/columns separately from the data. You will want to learn about these by opening example vi's on tables. There are a couple good examples.
    For your save values function, I would say the easiest way to store the values would be the "Write to spreadsheet file.vi" You would write the 2-D array of strings to the file. When you press the load function, you would use the read from spreadsheet file.vi to read the table of strings.
    Your most time consuming part of this function will be error checking the user inputs and parsing the string values into valid, usable data types. Since the values are inputted as strings from the user you will need to check the validity of these inputs before your program tries to use the values. One way is you can check this once the user enters a value using an event structure. However, since you are new to labview, I would recommend checking the validity of the inputs when the user hits the save or apply button. This can be done using the "match pattern" vi in the string palette.
    Let me know if any of this helps.
    [will work for kudos]

  • Problems with file (save, open)

    I save a file with my dates. (You can see save.vi, it's ok)
    Then, I open file but it'snt ok.
    Why? I don't know.
    After, I'd like search one determinate value.
    Can you help me?
    Attachments:
    save.vi ‏31 KB
    open.vi ‏20 KB

    Hola Carlos.
    Lo que escribes en el fichero es texto, ya que los numeros los conviertes a string.
    Para determinar el punto de algo en un fichero de texto, tienes que leerlo usando "read characters from file" y a continuacion "scan from string",que te devuelve el comienzo de la string que buscas.
    No me consta que en Labview exista algun scan file que te devuelva el puntero a lo que buscas. No obstante, dado que parece que escribes lineas, puedes leerlas de 1 en 1 y buscar lo que quieres.
    Espero que te sirva de ayuda
    Alipio
    "Qod natura non dat, Salmantica non praestat"

  • When I try open a .pdf file my Adobe Reader 11 only allows the download / save opening the related window and don't show me both options 1) open with ... and 2) save as.... probably someone flagged the choise... always perform this way ....

    When I try open a .pdf file my Adobe Reader 11 only allows the download / save opening the related window and don't show me both options 1) open with ... and 2) save as.... probably someone flagged the choise... always perform this way ....
    Could some one give help and let me know where I can probably find the settings option that allows me to change and switch to previous situation where it was possible to decide time to time how to proceed either opening the file or saving it ??
    Thanks in advance
    David

    What is your operating system?
    Open a PDF from where?  If online, in what browser?

  • Adobe air with flex, file new, open and save for Desktop software program

    I already have a headache from all the searching. I cannot believe this to be such a confusing topic as every software program we create must be able to save user input, right.
    Here is the problem:
    Novel writing software program Main window has tabnavigator with four navigatorcontent pages 1. characters, 2. worlds, 3. objects, 4. Editor
    Each navigatorcontent page has user input fields in the form of textinput component, textarea component, richtexteditor component, etc.
    problem 1:
    The user needs to be able to open a new project and give it a name and state where it must be saved. All user input in the Novel writing software program must be attached to the file name the user specified - cannot give sample code cause I don't even know where to start looking anymore.
    Problem 2:
    If the user has now defined a new project name, all his input from the different input components has to be compiled into a single file that can be saved. (Dan Pichelman gave me a satisfactory answer on using the file.borwseforsave funtion.) That makes sense, but I first need to get all the user input into that single file. I was convinced that it must be an xml file and that there would be a guide on how to do this but...
    Problem 3:
    This brings me to another problem. All the pages I've researched so  far tell me how to load data from an xml file into a component, but not how to write the text from the component into the xml file. And this xml file cannot be the prefs file in the storage directory, it has to be named by the user and then after filling in all his text in the different tabs of the software, must be saved in this xml file and saved where the user chooses.
    Problem 4:
    now that the user put in his text and it is written to an xml file that he has named and set the path to, he goes on vacation and in two weeks opens his saved file to work on his project again. All the data that was stored in the xml must now be written back into the different user input components so he can continue working on his project, truth be told, there are some samles and tutorials on this subject, but again from only a single page perspective not a multiple tab perspective.
    Problem 5:
    Now the user has deleted and/or changed some text he put in when he started, he wrote some more text in the textareas and texteditor and he clicks the file - save button. The xml file or whatever needs to be used must be updated and saved with all the changes overwriting the old file.
    Problem 6:
    The data entered by the user will end up being a book of say 400 pages. This data will obviously be mostly in the richtexteditor component, so whatever method of saving is used, database or xml or whatever, needs to be able to contain all this data.
    Thought, if you are working with for instance, microsoft powerpoint, it has multiple pages all containing different user inputs and when you click flie - save, it saves all that input into one file. When I as a user opens that saved file it loads all that content back into its place and I can change and manipulate the input and save it again. I would have thought this would be one of the first things adobe or any other software would teach as this is what sofware programs are all about. But alas, the tutorials on this subject for adobe air for Desktop application is extreeeeemely rare.
    My promise is, if someone can help me with this or there is a tutorial out there that covers this properly I  will write a tutorial on this for other newbies as I progress step by step.  
    Pleeeeeeease help this ignorant novice
    Regards

    to save a file you would do something like:
    FileWriter fw = new FileWriter( fileName );
    textComponent.write( fw );
    fw.close();See the JFileChoose API for filtering files by extension. The API gives an example.

  • Whenever I try to save a file as a PDF, it tells me it can't save because the file is open somewhere else. This is not the case and I have tried it with different files. Please help. You can also call me at:(301)651-9616

    Whenever I try to save a file as a PDF, it tells me that it can't save, because the file is open somewhere else. I don't have anything else open. I have also tried different files and they all say the same thing. Help.

    Given there are so many problems and removed features in Pages 5, why not just continue using Pages '09?
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&mforum=iworktipsn trick
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=432&mforum=iworktips ntrick
    Peter

  • I try to export my Imovie and I always get the error code"Unable to prepare project for publishing...File already open with write permission"  it even does it when I am just trying to export to my external hard drive to save the file

    I try to export my Imovie and I always get the error code"Unable to prepare project for publishing...File already open with write permission"  it even does it when I am just trying to export to my external hard drive to save the file

    Thanks!!! I had same error (with -49) and the mac had an external hard drive attached.. and it was doing a backup.  Stopped, disconnected and the project exported!

  • Click on download of pdf opens adobe acrobat reader, but then clicking on file save-as does not give a dialog box to change the name or location where it is sav

    Using Firefox 19.02
    When I receive an email with an Excel, Word, or PDF file attachment, and I click download, firefox opens up the associated program for all my users, however when you click on file>save-as you are not presented with the dialog box to perform a save.
    Excel and Word, no fix at all. Other than different browser or to click download, right click and go to folder, and then copy it out of there to another folder and open it.
    Help, what is going on here????
    Gordon rutherford

    BTW: using Adobe Acrobat Reader XI

  • I have a word document that I have put hyperlinks in and turned into a pdf.  When I email and receiver opens in iPad the document is blank.  When I do a file save as pdf the document appears and the hyperlinks work but the document has much of the content

    I have a word document that I have put hyperlinks in and turned into a pdf.  When I email and receiver opens in iPad the document is blank.  When I do a file save as pdf the document appears and the hyperlinks work but the document has much of the content turned into symbols.  What is going wrong?

    You select the printer properties and set the appropriate page size (I think there is a place to set it in PDF Maker too, but not sure). In the printer, this is equivalent to putting the proper paper in the printer.

  • Adobe Reader 11.0.5 asks to save every file I open...

    Every time I open a file just to look at it: When I exit, Adobe Reader asks if I want to save the file. This happens on every file I open, regardless of the source or type of PDF. It also happens when I open those files in Adobe Acrobat Pro, version 9. This has only started relatively recently. I didn't pay much attention at first, because I had other things on my mind, but now it is starting to concern me.
    This reminds me of (way back in the day) when there were Word viruses going around which tried to install themselves in every Word document you opened.
    Does anyone have any idea what could be causing this, or how I can get it to stop?

    This phenomenon can happen with PDF files that have errors in them.  Adobe Reader or Acrobat may be able to fix these errors, but if you close the application, it will ask to save the corrected file.  If you save it once, that should no longer occur when you open it again.
    This is just one explanation, but it doesn't explain why that happens with every PDF you have.
    Test: does it also happen with a PDF that is not supposed to contain any errors: http://helpx.adobe.com/pdf/adobe_reader_reference.pdf ?

  • How do I save an illustrator cc file to open in cs6?

    How do I save an illustrator cc file to open in cs6?  I get an error when I send the file to a colleague and they cant open it.
    It doesnt give me any options.

    It should give you many options.
    Save it to CS6 format.
    If you cannot do that, provide more details.

  • Problems with "File Open" and "File Save As" in Tiger

    I recently upgraded to OS10.4.3 on my PowerBook G4 and ever since I have had only frustration upon frustration with this new version.
    When launching a program whether it be QuarkXpress 6.5, Illustrator CS, Photoshop CS, InDesign CS or Acrobat 6.0 and you go "File Open", it can take up to 3 minutes before the "Open" window dialog box will appear so that you can access your files. The same applies to the first "File Save As" in any of these programs. After that everything works normally.
    Has anyone experienced this problem with Tiger and is there a solution? I should be most grateful for any assistance.
    Leon
    PowerBook G4   Mac OS X (10.4.3)  

    I got so frustrated with iDisk that I did indeed turn mine off altogether. Now I just mount it when I need it, and do whatever I want to do manually. And it is STILL annoyingly slow, not only in its own operations, but in the way it hijacks the Finder and can sometimes bring all Finder operations to a grinding halt.
    I keep a local copy of the all the files I have on my iDisk in a perfectly normal folder. And I keep looking forward to the day when the promised seamless operation of my local files and iDisk will actually work.
    I've been waiting for several years and thru several different incarnations of the OS, and it ain't there yet. I think Apple's version of WebDAV is just really really bad. I've heard other WebDAV servers work better. And I figured it was a bad sign when, back in Panther, one of Apple's own helpers recommended a third party WebDAV software (Goliath) to access the servers rather than using the Finder. I didn't think things could get any worse--until Tiger came along. A bad situation can get worse, and it did.
    Maybe when Leopard gets here.....
    Francine
    Schwieder

  • Cannot save file after opening in photoshop

    I have a file selected in my lightroom library and I select photo -> edit in photoshop. I am selecting to edit a copy of the file. A copy is created and opens in photoshop. I make some adjustments and when I try to save it, I get an error message:
    Could not save "file name" because the file is already in use or was left open.
    I tried closing lightroom before saving, but it did not help.
    All these in lightroom 1.3.1 and photoshop cs3 on a mac.
    Any suggestions?
    Thanks in advance

    Hi...yes I can do a file Save As... but only as a different name, it will not replace the current name (says file open, same as before). If I do Save As and use a new name of course, I am then left with the original PSD file and the new one (which is not in the LR catalog, must be imported.)
    The files are not open in bridge, it isn't even running.
    Thanks
    Dave

  • Trying to export my forms results to excel  error message is adobe can not save as the file is open

    trying to export my forms results to excel, error message is adobe cn not save as the file is open in another location,   however, no other file is open.

    Thanks for continuing the help, but it is a medical realted form and I will just keep it confidential at this time.
    Larry Lakes,  Executive Director
    The HANDLE Institute
    [email protected]
    541-639-1588
    P. O. Box 6264
    Bend, OR  97708

  • I get a dialogue box asking "What should Firefox do with this file" Options open with or save file. My wife selected save file and now it only opens note pad and displays the text of the file to be saved. OK in windows Internet Explorer.

    I get a dialogue box asking "What should Firefox do with this file" Options open with or save file. My wife selected save file and now it only opens note pad and displays the text of the file to be saved. OK in windows Internet Explorer.

    P.S. Site is http://www.coldwatercreek.com

Maybe you are looking for