problem with the backup data in text file

Hello

The problem I am facing wihile, saving the data in the text file is that everytime when I'm slecting the path of the façade, data that are recorded are added with the previous data, not only in the new text, the new data set is saved but also, is there any previuos run for the program , the corresponding data is also present in this text file.

However, when I change the same ''(file path) to 'constant' in the control block diagram, and then add the path of the file, it doesn't have this problem. Basically, changing the "file path" constant in the diagram of control block (so that it is displayed in the front panel) is at the origin of the problem.

Help, please!

Thank you

Your shift on the loop Register For is not initialized. It will keep the value of the string since the last time that he performed. That initialize and it should solve your problem.

Tags: NI Software

Similar Questions

  • Problem with the CLOB data type.

    Greetings,

    I am facing a problem with the CLOB data type. I know that the CLOB data type is 4 GB (I use Oracle 9i). But in the Pl Sql procedure, I can only store 34305 size for a CLOB variable character data.

    This is the test script that I am trying to run.

    DECLARE
    -Local variables here*.
    I have INTEGER;
    C_1 CLOB.
    BEGIN
    FOR Rec IN (SELECT
    *
    ACCORDING TO THE TABLE)
    LOOP
    C_1: = c_1 | Rec.Clo_1;
    END LOOP;
    EXCEPTION
    WHILE OTHERS THEN
    Dbms_Output.put_line (SQLERRM);
    END;


    Here variable C_1 range value 34305 good character regardless of type CLOB. Now the above script fails if query my buckle - huge number of return values. It is throwing the exception "error during transfer of files ORA-06502: PL/SQL: digital error or value."

    He would be grateful if someone can help me on this.

    Thank you.

    You are probably better off using DBMS_LOB.append, instead of the concatenation of varchar2 (|).

    And... take off your when-other Manager exceptions, please...

  • How to concatenate strings with the lines of a text file

    Hello
    I tried concatenate strings with the lines of a text file, but something is wrong with my code and I belive is the agruments I use in the cycle for. If anyone can help me I will appreciate it very much.
    My code is:
    [code]@echo off
    the value "input=C:\Users\123\Desktop\List.txt".
    for /f "usebackq tokens = *" % in (' input % ') do)
    the value 'str1 = C:\some directory\ ".
    the value ' str2 = %% ~ F '.
    the value "str3 = .pdf".
    the value "str4 = str1% str2% str3%.
    echo.%STR4%
    ) [/ code]
    and the text file is something like:
    121122 [code]
    122233
    123344
    124455 [/ code]
    But I get only one wrong answer and I have to run it like 3 times to get a real result and it is a mistake, the first two are empty spaces and gives the third one as the last line of the text file but repeated n times, where n is the number of lines in the text file.
    Result:
    [code] C:\Users\123\Desktop>concatenate.bat
    C:\Users\123\Desktop>concatenate.bat
    C:\Users\123\Desktop>concatenate.bat
    C:\some directory\124455.pdf
    C:\some directory\124455.pdf
    C:\some directory\124455.pdf
    C:\some directory\124455.pdf
    C:\some directory\124455.pdf
    C:\Users\123\Desktop>[/code]
    So if anyone has an idea about what is wrong please let me know.
    Concerning
    -Victor-

    Hi Victor,

    This forum is dedicated to the support of the Office of consumer Windows (fonts, colors, personal settings).  Since your question is about programming and usually outside the context of most of the customers, I suggest you post your question in the forums as http://msdn.microsoft.com - the Microsoft network to users will be more adapted to help you in your quest.
  • Problems with the blur effect on text in 3D

    I don't know if is ' t a bug or I have something running, but when I do a text layer, blur works fine, but when I turn on the 3D and even 3D per character, the blur stops working.

    Pic 2.png

    Here it is with the 2D and 3D text:...

    Pic 1.png

    Still, I don't know if this is a bug, so I'm just something wrong, but I make it work once, but after 8 hours of work on a project, had everything perfect, ready for rendering, Ae crashed, and when I opened the project, while blurring had been removed, with no way to restore the it. If anyone else has this problem and find a way around it, I'd love to know how, but any help is greatly appreciated at all.
    And staff, if it is a bug, it's a very frustrating. > XO

    Try to set your composition to a final rendering of quality Panel.  Your model is sent to the quick project. If that does not resolve the problem, let us know. It would also be useful to know the version of your OS.

  • Problem with the display of alt text

    Hi guys, I have a strange problem here. my www.gogua.gr site cannot display alt text and I can not find the error, can you help me?

    Your website doesn't have a problem with the replacement text apart from the fact that you use innapropriately.  What I think you are looking for is 'ToolTip' that IE displays when you hover an image with alt text?  If so, that is to say wrongly uses the alt text and Firefox is correctly I think that, with the title attribute.  It isn't your site that may or may not display the text, this is the browser.

    With regard to the use of alt text to say 'click to enlarge', this isn't such a good idea.  The use of the text is to provide an alternative text for the image in case a viewer is not the images displayed, or uses a screen reader.  It should be used to describe the image.

    Martin

  • Problem with the BLOB data as type. JPEG file

    If im my current procedure, I am creating an XML file with an assortment of blob as .jpeg file. The issue I'm having is that the .jpeg created files seem to somewhat corrupt, which means that some images are missing part of their pixels/bytes(not sure what the correct term here is). So basically, the images are output with some parts of them are cut.
    -------------------------------------------------------------------------

    * Note:
    The file BLOB look good when you view them in my table
    Length in bytes of BLOB is all WAY less 32000 (each is about 8 k)
    -------------------------------------------------------------------------



    Here's some of my code that can help to give a better idea of how things work...
    Oracle: 10.2 g

    Here's my loop for
      For ii in 1..player_results.count loop
                                  
                                   --Outputs Bloop File
    
                                   xBlobFileType := utl_file.fopen (xFilePath, player_results(ii).hmi_player_filename , 'W', 25000 );
                                   dbms_lob.read         (player_results(ii).heat_map_image, xAmt, xPos, xBuffer);
                                   utl_file.put_raw       (xBlobFileType, xBuffer);
                                   utl_file.fclose          (xBlobFileType);
                                  
                                 --Prints data for XML file 
                                  utl_file.put_line (xFile, lpad('  ' ,xParentIndent, ' ') || '<player>');
                                  etc...
    This is the query that fills the BLOB file and the XML data
        
            select  gs.distance_run,
                      gs.avg_speed,
                      gs.possession,
                      gs.heat_map_image, --BLOB File
                      gs.team_id,
                      s.home_team_id,
                      s.home_team_id_1032,
                      s.away_team_id,
                      s.away_team_id_1032,
                      s.game_code,
                      s.game_code_1032,
                      (case
                                  when gs.team_id = s.home_team_id then
                                  IMAGE_NAME_HOME$' || s.game_code_1032 
                                                                    || s.home_team_id_1032 
                                                                    || xBlobNameExt
                                  else
                                  'IMAGE_NAME_AWAY$' || s.game_code_1032 
                                                                    || s.away_team_id_1032 
                                                                    || xBlobNameExt
                                  end
                                  ) hmi_team_filename
              bulk collect into team_results
              from   
                      soccer.soccer_optical_team_gm_stats gs,
                      customer_data.cd_soccer_schedule s
              where   gs.game_code = xGID
              and     gs.game_code = s.game_code 
              order by decode(gs.team_id - s.home_team_id, 0, 0, 1) desc;
    Published by: user652714 on April 10, 2009 10:56

    Explanation in comments

    delcare
       xAmt binary_integer := 25000
    begin
       loop
          dbms_lob.read(...,xAmt,...);
          -- at this point xAmt is the number of bytes or characters read, not necessarily 25000
          ....
          xAmt := 25000;  -- <--- try adding this at the end of your loop (or the appropriate location)
       end loop;
    end;
    

    Could you post the whole code of procedure block?

  • Problems with the filling of a text field with 2 other fields data


    I have 3 domains Tools_1a_pri, Tools_1a_pri_other, Tools_1a_pri_txt.

    Tools_1a_pri is a drop-down list box with a predefined list. One of the options is the 'other '.  If 'Other' is selected, the text Tools_1a_pri_other field becomes visible for users to enter the name of the other tool.

    The Tools_1a_pri_txt is a text field with a calculation that shows a text indicating that no tool has been selected or the Tools_1a_pri & or Tools_1a_pri_other.

    When I select one of the predefined tools, everything works.  When I choose the other, it seems that nothing has changed.  Must I click another field before.  It's confusing for the user.

    Tools_1a_pri validate code
    this.getField("Tools_1a_pri_Other").display = event.value is "Other"? Display.visible: display.hidden;

    Computer Tools_1a_pri_txt code
    If nothing is selected, follow these steps
    If (getField("Tools_1a_pri").value.length < 2) {}
    event.target.textColor = color.red
    Event.Value = "no identified main tool";
    } else if (getField("Tools_1a_pri").value! = 'Other') {}
    If not do that if the other is selected
    event.target.textColor = color.black
    Event.Value = getField("Tools_1a_pri").value;
    } else if (getField("Tools_1a_pri").value = 'Other') {}
    If not do so if the other is not selected
    event.target.textColor = color.black
    GetField("Tools_1a_pri").value = Event.Value + "-" + getField("Tools_1a_pri_Other").value;
    }

    You have made the classic mistake of using the assignment operator in a statement instead of the comparison operator. Change this line:
    } else if (getField("Tools_1a_pri").value = 'Other') {}

    To do this:

    } Else if (getField("Tools_1a_pri").value == 'Other') {}

  • Problem with loading Variables from a text file

    Hello

    I'm quite a novice when it comes to scripts and I am struggling to achieve something quite simple. I want to have an external text file that will allow me to control the number of timeout that I reference in my code below. I need to be able to change this variable by editing a simple text file.

    var myTimer:Timer = new Timer(60000,1);
    

    I want to change the 60000 and 1.

    I followed what looks like a nice clean approach to this tutorial: http://www.designscripting.com/2012/01/as3-flash-loading-variables-from-a-text-file/

    However, when I'm stuck is how to reference my variable imported into the code. I tried 'name1' but it does not work. I get ' 1067: Implicit coercion of a value of a numeric type to a type unrelated string.' error '

    I'm an output:

    HTTP status = 0

    Data loaded

    Name1: undefined

    {name2: 1}

    http://screencast.com/t/gwD09jovIrb4

    I use CS5 and AS3.

    Thank you

    Dan

    I see nothing wrong with what you show, and when I try I get the following output...

    HTTP status = 0

    Data loaded

    Name1: 6000

    name2: 1

    The only thing I suspect for the moment is the data file itself.  I can reproduce the problem if I insert white space before this string, then make sure that the text string is not preceded by anything whatsoever.

  • Time Capsule - problem with the backup

    Hej!

    I get the message "an error occurred during the file copying. The problem may be temporary. If the problem persists, use disk utility to repair the backup drive. "A bit of research on Google, it seems that to restart the time capsule actually perform a repair disk. So I did it. The problem comes back, and sometimes she disappears, if I restart the backup, which confuses me. Is it possible to view the error logs and check what is the problem? I'm afraid that the backup drive may have hardware problems. I bought time capsule airport little for more than a year (in Sweden).

    Someone else has encountered this, and what was your solution?

    Johannes

    Most of the questions is network... and the error messages may not clearly identify between a network and disk problem problem.

    I bought time capsule airport little for more than a year (in Sweden).

    How long this problem has been going since then?

    In Europe the warranty period may be 2 or 3 years by law.

    Certainly if you have AppleCare on a supported product... computer, ipad, or apple TV the TC will be replaced by Apple under warranty. Just explain your problem to them.

    If you do not have access to the warranty or replacement.

    I highly recommend that you check your drive TC if there is nothing on what you need... then do a single pass low level format. It's utilitarian airport disk tab Archive is here... then the clear operation.

    Erase use the single-pass option.

    It is a low level disk format. (Don't bother with 7 and never even dream of using 35).

    If the problem persists when you restart the backup I suspect network problems... or the TC is a failure... mine (a 3rd in 3 years) comes from the same way... I pulled the drive and replaced it with a better brand than the basic model known problem seagate used Apple.

  • problem with the blob data type

    Hello
    Hi just created a blob table data type and insert a text file of the directory - file "DG" and text contain text "Hello dba.

    CREATE TABLE blob_sample (id, NUMBER, blob_data BLOB);

    DECLARE
    l_bfile BFILE.
    l_blob BLOB;
    BEGIN
    INSERT INTO blob_sample (id, blob_data)
    VALUES (1, empty_blob())
    RETURN blob_data INTO l_blob;
    l_bfile: = BFILENAME ("'DG', ' hello.txt");
    DBMS_LOB. FileOpen (l_bfile, Dbms_Lob.File_Readonly);
    DBMS_LOB. LoadFromFile (l_blob, l_bfile, DBMS_LOB.getlength (l_bfile));
    DBMS_LOB. FileClose (l_bfile);
    COMMIT;
    END;
    /

    SQL > select * from blob_sample;
    ID BLOB_DATA
    1 68656C6C6F206462612773

    Above is coded image shape & I try this with the Insert as below... IT WORKS
    SQL > insert into blob_sample (id, blob_data) values (1, '68656C6C6F206462612773');

    1 line of creation.


    But this does not work when encoded length is too large (size 10 KB text file or more)

    It returns error

    insert into blob_sample (blob_data) values ('416374697
    *
    ERROR on line 1:
    ORA-01704: string literal too long


    Please HELP how how can I insert with this method

    Published by: Mr. singh on 9 October 2012 18:54

    Published by: Mr. singh on October 9, 2012 19:38

    It does not make sense to try to build a literal string that represents the binary data in a GIF file and that insert a BLOB using an INSERT... Statement of VALUES.

    You can use the first approach (dbms_lob.loadfromfile) to load a GIF file (or any file) into a BLOB.
    If the image you are trying to load is not a file on the filesystem of database, you can use SQL * Loader on the client machine to load the data, or you can write an application in any language you want that reads the data from the file and inserts it into the BLOB by using the API in your language / framework. You have not told us what language and framework you use, but it shouldn't be too hard to find a suitable example. For example, if you use Java and JDBC, here is an example of loading a GIF in a table.

    Justin

  • Problem with the clouds data collector

    Hello.

    I installed the chargeback and cloud data collector.

    This data collector does not actually...

    In the newspapers, I have a message table or view does not exist... I guess that something is wrong with the database scripts...

    I have attached the logs...

    Concerning

    Sebastian

    Hi Sebastian,.

    Looking at the file attached vCloud - DC.log, it is clear that the data collector vCloud you use is not vCenter Chargeback 1.5 GA release, but it's the beta version of vCenter Chargeback 1.5. This is probably the reason this vCloud data collector works well for you with VMware vCloud Director 1.0 beta release.

    So, make sure that you use the Chargeback 1.5 GA release vCenter vCloud data collector.

    Once you start using the data collector more recent vCloud, also make sure that VMware vCloud Director 1.0 database to which you are connecting from vCloud data collection has a view defined with name 'CB_EVENT_LIST_RAW_VIEW '.

    I hope this helps. Please do not hesitate to come back if your problem is still not resolved

    Kind regards

    Amrainder

  • Problem with the backup

    Hi people,
    I have a problem during the automatic backup via GC.
    Here, follow-up of the EMAGENT newspaper. TRC, the Oracle RDBMS version is 11.1.0.7.0

    Any suggestion?
    Thanks in advance


    SQL = "OCIServerAttach '...
    LOGIN = dbsnmp / < PW > @(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=dborasvil.company.local) (PORT = 1521)) (CONNECT_DATA = (SID = silsvil)))
    2009-01-12 02:01:30, 857 vpxoci wire-1119582528 ERROR: ORA-12505: TNS:listener is not currently of SID given in connect descriptor
    2009-01-12 02:01:30, 857 recvlets.aq wire-1119582528 WARNING: [oracle_database silsvil.company.local] failed connection: ORA-12505: TNS:listener is not currently of SID given in connect descriptor
    2009-01-12 02:01:31, 614 upload Thread-1129032000 ERROR: cannot download the file B0000033.xml: HTTP error.
    2009-01-12 02:01:31, 703 upload Thread-1129032000 ERROR: cannot download the file B0000033.xml: HTTP error.
    2009-01-12 02:01:31, 789 upload Thread-1129032000 ERROR: cannot download the file B0000033.xml: HTTP error.
    2009-01-12 02:01:31, 789 Thread-1129032000 ERROR upload: 3 failures in a row or an error XML for B0000033.xml, retcode = - 2, we give up
    2009-01-12 02:01:43, 887 upload Thread-1092811072 ERROR: cannot download the file B0000033.xml: HTTP error.
    2009-01-12 02:01:43, 973 upload Thread-1092811072 ERROR: cannot download the file B0000033.xml: HTTP error.
    2009-01-12 02:01:44, 060 upload Thread-1092811072 ERROR: cannot download the file B0000033.xml: HTTP error.
    2009-01-12 02:01:44, 060 Thread-1092811072 ERROR upload: 3 failures in a row or an error XML for B0000033.xml, retcode = - 2, we give up
    2009-01-12 02:01:44, 146 ERROR Thread-1129032000 pingManager: nmepm_pingReposURL: has not received a response from the repository header
    2009-01-12 02:01:44, 231 ERROR Thread-1129032000 pingManager: nmepm_pingReposURL: has not received a response from the repository header
    2009-01-12 02:01:46, 330 upload Thread-1129032000 ERROR: cannot download the file B0000033.xml: HTTP error.
    2009-01-12 02:01:46, 418 upload Thread-1129032000 ERROR: cannot download the file B0000033.xml: HTTP error.
    2009-01-12 02:01:46, 504 upload Thread-1129032000 ERROR: cannot download the file B0000033.xml: HTTP error.
    2009-01-12 02:01:46, 504 ERROR Thread-1129032000 upload: 3 failures in a row or an error XML for B0000033.xml, retcode = - 2, we give up
    2009-01-12 02:02:01, 609 upload Thread-1129032000 ERROR: cannot download the file B0000033.xml: HTTP error.
    2009-01-12 02:02:01, 697 upload Thread-1129032000 ERROR: cannot download the file B0000033.xml: HTTP error.
    2009-01-12 02:02:01, 784 upload Thread-1129032000 ERROR: cannot download the file B0000033.xml: HTTP error.
    2009-01-12 02:02:01, 784 Thread-1129032000 ERROR upload: 3 failures in a row or an error XML for B0000033.xml, retcode = - 2, we give up
    2009-01-12 02:02:13, 887 upload Thread-1092811072 ERROR: cannot download the file B0000033.xml: HTTP error.
    2009-01-12 02:02:13, 987 upload Thread-1092811072 ERROR: cannot download the file B0000033.xml: HTTP error.
    2009-01-12 02:02:14, 075 upload Thread-1092811072 ERROR: cannot download the file B0000033.xml: HTTP error.
    2009-01-12 02:02:14, 075 Thread-1092811072 ERROR upload: 3 failures in a row or an error XML for B0000033.xml, retcode = - 2, we give up
    2009-01-12 02:02:14, 164 ERROR Thread-1129032000 pingManager: nmepm_pingReposURL: has not received a response from the repository header
    2009-01-12 02:02:14, 249 ERROR Thread-1129032000 pingManager: nmepm_pingReposURL: has not received a response from the repository header
    2009-01-12 02:02:16, 349 upload Thread-1129032000 ERROR: cannot download the file B0000033.xml: HTTP error.
    2009-01-12 02:02:16, 436 upload Thread-1129032000 ERROR: cannot download the file B0000033.xml: HTTP error.
    2009-01-12 02:02:16, 522 upload Thread-1129032000 ERROR: cannot download the file B0000033.xml: HTTP error.
    2009-01-12 02:02:16, 522 Thread-1129032000 ERROR upload: 3 failures in a row or an error XML for B0000033.xml, retcode = - 2, we give up
    2009-01-12 02:02:30, 862 vpxoci wire-1119582528 ALERT: OCI error - ErrorCode (12505): ORA-12505: TNS:listener is not currently of SID given in connect descriptor

    Edited by: Seek78 to 10,20 gen-13-2009

    Hello
    WHO is secure? the agent has been installed with the password?

    try to uninstall the agent and re-install.

    Can the network server and the target ping each other server?

    When you checked the agent where you you connected grid as sysman/system control?

    concerning

    Alan

  • Problems with the backup copy

    New time capsule, try to copy the backup to the new airport. Instructions on the Apple Support site seem simple, but I'm missing something. I suspect that this is how I'm connected to the capsule, 99% of the time that it is WiFi.

    Here is the link to the apple site I use for instructions.

    https://support.Apple.com/en-us/ht204078

    I am able to connect the original airport time capsule base by the first 2 steps stations.

    I am able to stop the back-ups on the time capsule original airport

    I am able to complete steps 1-3 on "copy backups it to the new airport Time Capsule"

    However, I have no idea what step 4 ways.  After step 3 in the finder window, I see a yellow folder called data.  If I double click on data, makes that step 4 complete?  If I double click on the data of the finder window is titled 'data' at the top in the Center, but there is nothing in the main window (name, date modified, etc.)

    'Step 4 Mount airport Time Capsule original volume in the Finder by double-clicking'

    So if that is correct, and I go to step 5, 6 and 7, I end up with the same thing on the new airport tc finder window.

    I do not see that anything that is called a backup disk image to drag on.   I don't know what I'm missing.  The only thing I think it's that I'm connected to the CT via wifi or Ethernet cable, which is connected.  (I have an Ethernet cable connected directly from my time capsule org on my mac.  "But I do not have the active wifi, I do not see my tc).

    I don't see a green light on my LAN port on the time capsule. This tells me that even if it is connected, it does not work. I tried searching through the support of apple for solutions.  But there must be an easy way to get to work without being a guru of Ethernet network.

  • TOSHIBA HDD STOR. E partner 750Go PA4280E - 1 HG 5 - problem with the backup software

    Hello everyone

    I recently bought an external hard drive TOSHIBA HDD STOR. E partner 750Go (PA4280E - 5 1HG) with preinstalled backup software Nero BackItUp & Essentials. Unfortunately the software does not work. When I double-click on it to start it, it starts to extract, but after a growth of 10%, there is an error message saying something like "data error".

    How can I get the software? Or where can I get new software that works?

    Thanks in advance for your help
    Aniona

    As far as I know, the software can be downloaded from Nero.com

    Check this box:
    http://APS2.toshiba-tro.de/KB0/TSB14034U0000R01.htm

  • Problems with the 'Association' in Windows 7 files

    Original title: constantly stuck in insane mode, 'Open with' file associations opens instead of the selected despite the default application

    Some types of files, mainly media, refuse to open with an application and still shows the "Open with" dialog. The option "Always use the selected program to open this kind of file" is available and verified, but makes no difference. The next time I try to open it, I get the same dialogue again. This is my original problem.

    The programs I am trying these to are foobar2000 (for audio) and Media Player Classic (for video files), respectively.

    I tried many suggestions, most involving the registry, who only managed to make things worse. At present, the file associations are generally uninterrupted again (I went through a phase, where not even Explorer would start over), but there are a few things left that are quite strange.
    For example, for file extensions that work (open their associated program by double clicking), the context default "Open" menu item is normally "BOLD". For me, it is no more.
    Also, I normally do not use Windows Media Player. Therefore, I usually don't bother with going through the initial report set up the wizard who wants to activate the automatic recovery of the DRM keys and stuff like that. To try to solve this problem, I only skip the wizard and now all the files THAT WMP wants to associate are permanently associated with it, and double clicking for example a WAV files directly open WMP without going through the "Open with" dialog. However, when I go to the control panel applet "default programs", I find myself unable to uncheck WMP associations or partner with another application with them.
    I can't go to the association of foobar2000 (my audio player of choice) and file associations "Select all", then "Save". And behold, when I return to registration after registration, it is empty again (this program a default 124 0).
    Now as the mucking with the registry seems to be the way to go about these things, as evidenced by most of the advice on the internet, as well as on this site, I decided to test a theory. In HKEY_CLASSES_ROOT for all types of file WMP STOLE, the (default) value was WMP11Assoc.Something. I decided to change these values to their equivalent of type foobar2000 (such as foobar2000. MP3) and Hello! Suddenly, foobar2000 has "29 of 124 by default". Surely, which should count for something.
    Nope. Opening one of the 29 file types where I applied this change is that open dialogue 'Open with' once again. At least he didn't open WMP, I thank Bob for this. But again, we're back to square one. The initial problem.
    Now, in an interesting case study, I invented a new type of file on the spot, which was not used for anything else. In this case, I used '.lam '. I made an empty file with this extension and set to open in Notepad. This works. But where it gets interesting is when I try to change the association then. I opened the menu popup and select 'Open with' and (arbitrarily) has decided to open it with 7 - zip, check "always use the selected program to open this type of file". But the next time I opened it, it is still open in Notepad! Closer to the irrefutable, I searched for the novel file extension using Regedit. The results of three who came were in the following keys:
    HKEY_CURRENT_USER\Software\Classes\. Lam
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\. Lam
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs\. Lam
    The first linking lam_auto_file. I deleted all three keys and the key lam_auto_file. After refreshing the Explorer, I could choose a different association, and it's stuck
    ! This is a solution for the types of files that are not normally associate with something else.
    However, when I tried this same technique with .mp3 (noting that the association who is system wide and therefore in HKEY_CLASSES_ROOT instead of HKEY_CURRENT_USER\Software\Classes), delete all the keys and associations, when I try to associate it with something, it won't be yet to stick. Subsequent attempts to open the file still pop up the "Open with" dialog
    Normally, I can find a solution to almost any problem, an extensive search on Google, either by launching logic mixed with trial and error to her. It left me speechless. Someone has ideas, outside the usual "have you tried it turning on and off again", "have you tried super registry cleaner ultimate Xtreme ($500)", "delete system32", "Reinstall", "you have a virus", etc.. ?

    Hello

    A sound solution suggests allows you to perform the following method.

    Method 1: use this option to choose which programs you want Windows to use, by default.

    If a program does not appear in the list, you can make the default program using set Associations.

    1. open default programs by clicking the Start button, click default programs.

    2. click on associate a type of file or Protocol with a program.

    3. click on the file type or protocol that you want the program to act as the default value.

    4. click on the program of change.

    5. click on the program that you want to use by default for the selected file type, or click the arrow next to

    Other programs to show other programs. (If you don't see your program, or other programs
    is not listed,

    Click Browse to find the program that you want to use and then click Open

    6. click on OK

    For more details follow the link below:

    http://Windows.Microsoft.com/en-us/Windows7/change-which-programs-Windows-uses-by-default

    Method 2: try to create a new user account and check if you have the same problem.

    To create a user account

    1. to open user accounts, click the Start button, select Control Panel, click on accounts of users and parental controlsand then click user accounts.

    2. click on Manage another account. If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.

    3. click on create a new account.

    4 type the name that you want to assign to the user account, click an account type, and then click create an account.

    For more information follow the link below:

    http://Windows.Microsoft.com/en-us/Windows7/create-a-user-account

    If everything works well in the new user account, then the user account may be damaged.

    To fix the damaged user profile, you can check the link below:

    http://Windows.Microsoft.com/en-us/Windows7/fix-a-corrupted-user-profile

Maybe you are looking for

  • iPhone camera problems 7 iOS 10.02

    iPhone 7 128 g, - camera problems. My phone was working fine until I updated to iOS 10.2... now I can't get my camera work on snapchat or my regular camera, it's just a black screen. If she decides to work it freezes. I tried to force reboot, power o

  • iMovie and iWork apps

    I have an iPad 2 air with the latest version of iOS. I see that I must BUY iMovie and iWork apps, I thought that you have preinstalled them or free, isn't that right? Or on the iPhone or on some versions of models or iOS only?

  • Facebook blocked, but it's still in the reports?

    I have blocked Facebook of my children's accounts using parental controls, but it still shows up in reports as the most used website.  When I try to access Facebook from their accounts, it is effectively blocked.  I also have PC in the family estate

  • BB 9700 blackBerry smartphones can not see the contact name as sms/mms

    Hi, just recently got the bold 9700 and i LUV IT!  Only I have a problem. I import all my contacts from outlook express and they all come out somehow on my blackberry contacts list.   Problem is that if I get a TEXT from someone, it shows the name of

  • BlackBerry Smartphones BlackBerry Wireless Headset HS700 before buying?