Saved data and updates

Hello,
   If I use SaveData in an app, and that app is later updated through the store, does the saved data from SaveData remain in tact, or is it overwritten?
Thanks!
-Bruton

Hi Bruton,
When updating an app, the file saved using SavedData will remain intact if you update the app. However, if you uninstall the app, the SaveData will be removed.
Olivier

Similar Messages

  • Flush data TDMS, programmatically saving data and retrieval

    Hi all,
    The purpose of this LabView is to simulate a DAQ&writting-to-file scenario. The first loop creates the data, within this loop, if the user pushed the write to file toggle switch, the data will be queued and then sent to a TDMS file writing loop (second loop). Finally the last loop retrieves the saved data and displays it in the scroll bar Waveform graph.
    If TDMS-OPEN VI option operation option is "open or create"; at first the program seems to work fine but if I want to run the program again, new values will be appended to the ‘first run’ values. The correct operation would be to rewrite or replace the old file and save it with new values (keep same file name). The most logical thing to do is to change the option of the TDMS OPEN to “create or replace” but this doesn’t work and the data or file is not even created.  I do not understand why this is happening.
    Thanks in advance for your help
    호아킨
    Solved!
    Go to Solution.
    Attachments:
    Waveform with optional file writting.vi ‏30 KB

    For the "False" case frame, it's fine to wire the case structure terminal to the while loop condition terminal, or just wire a "F" boolean constant to it, both way shuold work.
    To stop the VI by clicking only one stop button, I think you should use a global STOP button for all the while loops. For example, you can wire this STOP button to the loop condition terminal of your DAQ while loop, and use two local variable copies of this STOP button in the other write and read while loop. Then all the loops are controlled by the common switch, once it is clicked, the VI will stop running.
    By the way, you should configure this STOP button's properties as below dialog(Right click >> Properties), otherwise the VI might be broken because the local variable copy doesn't work.

  • Continuous saving data and showing waveform

    I want to continuous saving data and continuous watch the waveform on the graph..
    Now after saving one time, the waveform just stops and freezs. How can I make it continuously working?
    Do I have to use loop ?

    You need to show what you currently have so we can figure out your system and figure out exactly what you are looking for.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Ipod is called DATA and updater will not update

    My ipod was not being recognised by itunes. I run updater and the ipod was called data? I got an updated version of the updater and restored my ipod.
    The updater still says the ipod is called DATA and will not allow me to update. The ipod says IPOD as the name?
    Any suggestions?
    Cheers and thanks for reading,
    Paul

    Thanks, I'm a bit of a novice really, so not sure how to do that. I have now got the updater to think the ipod is called n/a, but still all I can do is get itunes to fire up and it still does not regonise the ipod. I'll speak to my IT dept at work about the mapping thing, see what happens. Thanks again, Paul

  • Updated as new installation 613 to 616 iphone 3GS, the 613 backup is nolonger listed, and all data gone. Anyway to restore 613 with data and update keeping data?

    I chose new installation instead of update from 613 to 616. The new installation is missing all the data, and app data, notes, etc. The previous backup is nolonger listed, only new one for 616, anyway to restore 613 with data?

    A backup was listed for earlier today, I did a backup before new installation. Once new installation, it did an auto backup of new installation, and only this one is listed.
    This matches documentation, it says cannot restore to earlier version from itunes. Do I have to do a restore factory settings to see previous version backup, and restore this earlier version?

  • BPC-Add in "Action"  between 'Send data" and "Update Tables"

    Hi all,
    After the click of "Send data" ,I want to take some CHECK before the data is updated in Database tables.
    Note that this kind of CHECKs are much beyond the function of VALIDATIONs( standard function delivered by BPC).
    So could I write some scripts( in v 5.1) to do such tasks. And how to get the eaxct Dimension/Memeber/Values in this input schedule, since I will base on these data to take checking ?
    Thanks very much.

    Yes this is done all the time.
    Create a button on the template and add a macro behind it.
    Use one of the BPC macros that suite your needs to send data.
    You can find more information in the online help or the BPC office user guide.
    MNU_eSUBMIT_REFRESHINPUTCELL Refreshes EvSND - cells in an input schedule.
    MNU_eSUBMIT_REFSCHEDULE_SHEET_NOACTION - Sends data without clearing or refreshing.
    MNU_eSUBMIT_REFSCHEDULE_SHEET_CLEAR - Sends data and clears input cells.
    MNU_eSUBMIT_REFSCHEDULE_SHEET_REFRESH - Sends data and refreshes the worksheet.
    MNU_eSUBMIT_REFSCHEDULE_SHEET_CLEARANDREFRESH - Sends data and clears and refreshes the worksheet.
    MNU_eSUBMIT_REFSCHEDULE_BOOK_NOACTION - Sends data without clearing or refreshing the worksheet.
    This is just a few.
    Also;
    BEFORE_SEND
    You use the BEFORE_SEND function to execute a custom operation before OutlookSoft for Excel sends
    data.
    Function BEFORE_SEND(Argument As String)
    MsgBox Argument
    BEFORE_SEND = True
    End Function
    AFTER_SEND
    You use the AFTER_SEND function to execute a custom operation after OutlookSoft for Excel sends data.
    Function AFTER_SEND(Argument As String)
    MsgBox Argument
    AFTER_SEND = True
    End Function

  • How to maintain several views of the same data and update a tree

    I have an object UiUser, which is displayed in my application in several different views. There are three different views which all have the User object i.e. search results, user tree and user table. Each of the views has the same menu items, so the user can be deleted from any of the views.
    What I am trying to work out is how should I ensure the item is updated in all of the views?
    I can fire a property change event with the UiUser and update two of the views i.e. search results and user table, but how do I update the tree?
    I thought of overiding the equals/hashcode methods of the UserTreeNode to compare uiUser.getId () and I could then search the tree and find the tree node of the required UiUser. But I have reservations about this whole approach as it just seems wrong.
    Any ideas of how to keep N views in sync, I really don't want all of the views to have tree nodes as this equally seems wrong. This should be a simple problem to solve and I'm sure lots of people have done it, I'm just not sure which is the best approach to take.
    Thanks

    Hi Jan,
    This is so because each installer has a GUID that is used to check whether the application needs to be upgraded or not. (It's a Microsoft function).
    What you can do is create a new installer with a different GUID (copy the installer in the projects), and check witha  text editor whether this GUID has changed.
    But any specific reason you need two seperate installs? You can run the application twice with a specific INI token:
    allowmultipleinstances=True
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Error in saving template and updating files

    I'm using Dw CS3 on Windows XP. I have created a template I created from another page and then created my new pages from the template. I am still working on the site so it's all on my computer - not yet uploaded to the remote site. It was working fine for quite some time but suddenly now when I make a change to the template I am getting the following error message:
    The code on line 6 is:
    <!-- TemplateBeginEditable name="doctitle" -->
    The code immediately above and below, in case that is relevant, is:
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="keywords" content="Creighton Bookkeeping, Creighton Book Keeping, bookkeeping, book keeping, Creighton, Creighton services" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Your Page Title Goes Here</title>
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    #wrapper {
    position:relative;
    etc ...
    As you can see, I had a problem with Dw CS3 giving my pages a tiltle so I had to adopt the workaround I found in the Dreamweaver forum.
    I can't see what the problem is on line 6; and I clearly have to give my pages a title. I have no idea how to find column 47.
    This is my first site, and yes I have used AP Divs. I have since seen all the warnings about dangers using them (after the event) and won't in future except where absolutely required. For this initial site I am using fonts in points which does not seem to be a problem in the browser when I enlarge the fonts - because they won't enlarge so the AP divs don't cause a problem that I can see. When I re-design the site in the future I'll move away from the AP divs to allow for the fonts to be enlarged in the browser.
    So, any clues as to how to clean up this code so the .dwt will save and update pages properly. Hopefully I have provided sufficient information (I haven't yet worked out how to upload the page so you can see all the code).
    Look forward to hearing of possible solutions.
    Many thanks.

    Hi Medel,
    We fully support Windows 8.1 Enterprise, therefore it is alright to use that SKU. As long as you have Windows 8.1, all that Siena needs, will be provided by the Operating System.
    As a follow up for you, on the other laptop, if you do the following what happens?
    1) Reboot
    2) Start Siena, once the machine comes back up
    3) Start a new document and save as something other than "test.siena", on your desktop
    Does it save? If it does not, you may have to post on the Windows Forum and see what suggestions are available.
    Thanks.

  • Where can I find the latest version number in a document in the web? so I can download it with wget to check if the current installed firefox version is up to date and update ir if necessary?

    My problem is that I can't find the latest version number in here http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/win32 as a document, so I can check against "HKLM\SOFTWARE\Mozilla\Mozilla Firefox\CurrentVersion" and update or not, all this is done by a script. It will be great not have to change the versión number in the script every time there is a new release.
    Thanks

    I think I solved, all I have to do is this:
    //here I download the entire page
    wget.exe http://www.mozilla.org/en-US/firefox/all.html -O index
    //here I search for the word curVersion and set a variable with the result, which is "10.0.2"
    for /f "tokens=3 delims=</> " %%A IN ('type index ^| FIND /I "curVersion" ' ) do set latestversion=%%A
    //here I just make sure I get a number
    echo "%latestversion%"
    pause
    Later I check it against the registry and voila! I hope this can help other admins who have the same problem.
    Regards.

  • HT5262 When updating my iphone4, I have to connect to iTunes which then tells me my phone is in recovery mode. When I select recovery I lose all saved data and photos.

    I have restored my iphone4 twice with updates, but have lost all my photos.  Why does my iphone4 go into a recovery mode when I need to upgrade?

    Why can it not be restored?  Any additional details in that message?
    Do you have the latest version of iTunes installed on the computer?

  • App wiped saved data and In-app purchase.

    Good Morning
    I downloaded the game 'Spice Bandits' from the app store around three weeks ago. Enjoyed the game thoroughly so even made an in-app purchase of £6.99 to boost myself along. However, on Friday after opening the app it promptly froze, screen went White and the app closed.
    On re-opening the app, it had reverted back to the beginning and was trying to put me through the tutorial and was back at level one. I'd lost my £6.99 in-app purchase and all the progress in the game. the strange thing is on looking at the Game Centre, the progress was all still in there until I restarted the iPad.
    I've contacted the developer but not yet heard anything back regarding the restoration of data or a refund!
    I am using an iPad 2 on iOS 4.1 - it's not been updated as it's not used that often and I've never had any problems.
    Does anyone have any suggestions on the route I should take with this? Is there a way to get support from apple? The iPad is less than a year old.
    All help greatly appreciated
    Regards
    Jack

    Hi Bruton,
    When updating an app, the file saved using SavedData will remain intact if you update the app. However, if you uninstall the app, the SaveData will be removed.
    Olivier

  • Problem with Java Dates and UPDATE for SQL2000

    I am having problems with the date formats for Java. I am trying to put the current date time into a SQL table, here it the code I am using:
    var Today = new Date()
    var conn = Server.CreateObject( "ADODB.Connection" )
    conn.Open( "Provider=SQLOLEDB;Server=(local);Database=BillTracking;UID=sa;PWD=;")
    var sql = "UPDATE BillAssignments SET DatePosted = " + Today + " WHERE AssignmentID = '" + Request.QueryString("AssignmentID") + "'"
    var rs = conn.execute(sql)
    I keep getting different errors and I have been unable to find a solution yet. I know that I need to change the date format from the Java standard to the one that SQL likes.
    Help....
    Norm...

    Please tell us where the Java part of this comes in. I see that you are using JavaScript to load up data via an ADO connection (presumably on an IIS platform) - but I do not see where you are using Java
    Lee

  • HT1414 i have just upgraded to iOS7 and when pdating my apps some have not saved data and others have. Why would this be and how do I get the data back?

    I have just upgraded to iOS7 and when I open my apps some have data saved and some (Eden, Survivalcraft) do not. My son is distraught that all his hard work has gone so does anyone know why this would be and how do I fix it please?

    Nevermind.  Problem solved.  They were there.  I just couldn't see them.

  • Need help with saving data and keeping table history for one BP

    Hi all
    I need help with this one ,
    Scenario:
    When adding a new vendor on the system the vendor is suppose to have a tax clearance certificate and it has an expiry date, so after the certificate has expired a new one is submitted by the vendor.
    So i need to know how to have SBO fullfil this requirement ?
    Hope it's clear .
    Thanks
    Bongani

    Hi
    I don't have a problem with the query that I know I've got to write , the problem is saving the tax clearance certificate and along side it , its the expiry date.
    I'm using South African localization.
    Thanks

  • Conflict between the saved data and the sampling rate and samples to read using PXI 6070e

    Hello, I am using PXI 6070e to read an analog voltage. I was sampling at 6.6 MHz and the samples to read were 10. So, that means it should sample 10 points every 1.5 um. The x-axis of the graph on the control panel was showing ns and us scale, which I think because of the fast sampling and acquiring data. I use "write to measurement file" block to save the data. However, the data was saved every 0.4 second and as 35 points data at the beginning of each cycle (e.g. 35 points at 0.4 sec and 35 at 0.8 sec, and so on) and there was no data in between. Can anyone help me how there are 35 reading points every cycle? I could not find the relation between the sampling rate and samples to read, to 35 points every 0.4 second!
    Another thing, do I need to add a filter after acquiring the data (after the DAQ assistant block)? Is there anti-aliasing filter is built in PXI 6070e?
    Thanks for the help in advance,
    Alaeddin

    I'm not seeing anything that points to this issue.  Your DAQ is set to continuous acquire.  I'm not sure if this is really what you want because your DAQ buffer will keep overwriting.  You probably just want to set to Read N Samples.
    I'm not a fan of using the express VIs.  And since you are writing to a TDMS file, I would use the Stream to TDMS option in DAQmx.  If you use the LabVIEW Example Finder, search for "TDMS Log" for a list of some good examples.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

Maybe you are looking for

  • Problem with Grouping Query

    I am having trouble with a query. Table 1 id     status 1      STARTED 2      STARTED 3      STARTED 4      STARTED 5      STARTED 6      INCOMPLETE 7      INPROGRESS Table 2 id     individual 1      MMJ 1      JBJ 2      MKJ 3     MKJ 3      LJJ 4  

  • Replacement Path Variable on InfoSet

    Hello people, I have some queries based on InfoSets and I am not being able to use already existing replacement path variables on any date-type infoobjects of the infoset. These date infoobjects do exist in the infoset (are flagged as part of the inf

  • Running Windows CD on Macbook?

    Hey y'all I've tried to find a solution in the discussions to no avail, so please forgive if this is a repeat. I'm trying to run a CD from a textbook and the CD says it only works on Windows. Is there perhaps a trick to opening it on my macbook? I ha

  • A number constantly appears in the search bar

    A number "1300767268674" constantly appears in the search bar. No matter what search engine is selected. If delete - it disappears, but then reappears again after short time. Restore defaults does not help.

  • Trying to import mp4

    I'm using FCEHD 3.5.1. I have hired a firm to transfer well over 200 hours of home video to DVD. They sent me four sample files (mp4s) to see which works best with my FCE. It took over 15 minutes to render a 2 minute file (neither first.mp4). Surely