Problem with a loop

I'm currently updating several records and field that are passed from the previous page. What I can't understand, is how I reference them in the update statement because I don't know their name to complete the form. You can see that fields have all done correctly, as indicated below, the debug. I don't know why I get the error I just don't know how to correct it. I've also attached the code that sends the data and my update code. Any help would be greatly appreciated.
Thank you

Use the notation of table for dynamic domain names

UPDATE csd_main_plan
SET csd_focus = ' #form ["csd_focus" & I] #',
...

Tags: ColdFusion

Similar Questions

  • problem with a loop in a cursor

    Hello

    I wrote following PL/SQL procedure to create indexes on a table to particular warehouse. WAR_ETL_INDEX table is a table of store, I created that contains the table name, column name, and the name of the index of this column. I pick up all these details in the WAR_ETL_INDEX table and create indexes using the following procedure. Now, after compiling the code, when I am trying to execute the following procedure with

    "set serveroutput on .

    EXEC RECREATE_INDEX("W_General_D"); "it seems that it is not picking all the files lets assume if the cursor has 3 records this code tries to run create 3 index but all three times its operation for the first record." Thus, its closure for 3 times, but for all his race for the first record only loop. Could you please review the code and share if you find any problem.

    CREATE or REPLACE PROCEDURE RECREATE_INDEX (par_table_name VARCHAR2)

    IS

    INDEX_NAME WAR_ETL_INDEX. INDEX_NAME % TYPE;

    WAR_ETL_INDEX OF COLUMN_NAME. COLUMN_NAME % TYPE;

    l_sql DEFAULT CLOB "TABLESPACE in CREATE BITMAP INDEX INDEX_NAME ON TABLE_NAME ('COLUMN_NAME') 'P1_DW_IDX" ";

    CURSOR C1 IS

    SELECT INDEX_NAME, COLUMN_NAME

    WAR_ETL_INDEX WHERE TABLE_NAME FROM = par_table_name;

    BEGIN

    OPEN C1;

    LOOP

    FETCH C1 INTO INDEX_NAME, COLUMN_NAME;

    WHEN EXIT C1% NOTFOUND;

    l_sql: = REPLACE (REPLACE (REPLACE(l_sql,'INDEX_NAME',INDEX_NAME), 'TABLE_NAME', par_table_name), 'COLUMN_NAME', COLUMN_NAME);

    dbms_output.put_line (l_sql);

    EXECUTE immediate l_sql;

    END LOOP;

    commit;

    CLOSE C1;

    END RECREATE_INDEX;

    You need to reset your variable l_sql with the SQL model on each loop.  You have no need for a commit, DDL has an implicit validation thus creating an index will do.   Try something like this...

    CREATE or replace PROCEDURE Recreate_index (par_table_name VARCHAR2) IS

    l_sql CLOB.

    CLOB constant l_templatesql: = "TABLESPACE in CREATE BITMAP INDEX INDEX_NAME ON TABLE_NAME ('COLUMN_NAME') 'P1_DW_IDX" ";

    BEGIN

    FOR rec in (SELECT index_name,

    column_name

    OF war_etl_index

    WHERE table_name = par_table_name)

    LOOP

    l_sql: = l_templatesql; -Reset DDL index

    l_sql: = Replace (replace (Replace (l_sql, 'INDEX_NAME', rec.index_name))

    (('TABLE_NAME', par_table_name), 'COLUMN_NAME', rec.column_name);

    dbms_output. Put_line (l_sql);

    EXECUTE IMMEDIATE l_sql;

    END LOOP;

    END recreate_index;

  • problem with while loop graph y Gráfica

    Hola

    Estoy realizando UN programa or UN contador cada vez as recibe UN 1, el contador to con resetea a button Reset o autoamticamente cada cierto tiempo (el don't reset por tiempo're para cuando hace mucho tiempo no to recibe una Señal 1 is resetea el contador)

    I made UN programa hace eso, pero cuando entered el resets del tiempo contador is ahi, nunca sale is asi Señal cambie has 1.

    y mi otra duda are not con the graphic grafica, results quisiera show los datos del contador with the actual date, initiates use las propiedades del chart pero no works... no self if alguien me can help put con problemas

    Gracias

    Herica M

    PD: estoy utilizando LBV9.0

    How dice crows, need leer los slideshows you mismo you of the account of that are what you are doing wrong.

    Aqui el annex you VI con unos cambios para as haga lo that I think quieres hacer, pero comentarios puse if tienes dudas me questions.

    Para lo grafica en las propiedades del eje X, seleccionas as el tiempo absoluto sea dato, y luego con UN nodo propiedad Escalin grafica puedes hacer al eje X shift para as sea the actual date.

    Decree No. presidential Te perfect use el foro en Español, TR o lo going poner Aquí, hacerlo in Frances.

    http://forums.NI.com/NI/Board?Board.ID=6170

  • problems with gradual loop on film loaded

    Hey, I help for a about a week ago to make a loop on the progressive responsible films, but I had a problem book only on the keyframe, one and not the keyframe nov 2. Everybody don't know how I can fix that... ?

    I have the following text on the keyframe 1, where everything is perfect:

    var timedelay:Number = 3;

    var video;

    var nc:NetConnection;

    var ns:NetStream;

    NC = new NetConnection();

    NC. Connect (null);

    NS = new NetStream (nc);

    NS.client = this;

    ns.addEventListener (NetStatusEvent.NET_STATUS, netStatusf);

    function netStatusf(e:NetStatusEvent) {}

    If (e.info.code == "NetStream.Play.Stop" & & Math.abs(durationNum-ns.time) <. 1) {}

    setTimeout(replayF,timedelay*1000);

    }

    }

    function replayF() {}

    NS. Play("film/Film1.F4V");

    }

    var durationNum:Number;

    function onMetaData(iObj:Object):void {}

    durationNum = iObj.duration;

    }

    video = new Video (287,263);

    Video.x = 204,1;

    Video.y = 140,5;

    addChild (video);

    video.attachNetStream (ns);

    NS. Play("film/Film1.F4V");

    and on the keyframe 2 I got this, here we choose a table randome movie, when it ' chose it loop does not work:
    var moviesA2:Array = ["film/film1.f4v', ' film/film2.f4v', ' film/film2.f4v', ' film/film2.f4v'," film/film2.f4v"];
    var movie2:String = moviesA2 [Math.floor (Math.random () * moviesA2.length)];
    var timedelay2:Number = 6;
    var video2.
    var nc2:NetConnection;
    var ns2:NetStream;
    NC2 = new NetConnection();
    NC2. Connect (null);
    Ns2 = new NetStream (nc2);
    ns2.client = this;
    ns2.addEventListener (NetStatusEvent.NET_STATUS, netStatusf2);
    function netStatusf2(e:NetStatusEvent) {}
    If (e.info.code == "NetStream.Play.Stop" & & Math.abs(durationNum-ns.time) <. 1) {}
    setTimeout(replayF2,timedelay*1000);
    }
    }
    function replayF2() {}
    ns2. Play (Movie2);
    }
    VIDEO2 = new Video (287,263);
    VIDEO2.x = 204,1;
    VIDEO2.y = 140,5;
    addChild (video2);
    VIDEO2.attachNetStream (ns2);
    ns2. Play (Movie2);

    I guess that you have applied ns.close () when the flow stops a loop which goes to frame 2.  then use:

    function netStatusf2(e:NetStatusEvent) {}
    If (e.info.code == "NetStream.Play.Stop" & Math.abs (durationNum -ns2.time))<.1) {="">
    setTimeout(replayF2,timedelay*1000);
    }
    }
  • problem with loop statement

    Hello

    I'm new in plsql, so I need your help. I am rewriting the existing plpgsql function plsql function, but I have an error on line 15: PLS-00103: encountered the symbol "LOOP" when expecting one of the following values:

    What is the problem with the LOOP statement?

    FUNCTION to CREATE or REPLACE dothework (service_name text string_value)

    RETURNS the text AS

    BEGIN

    DECLARE

    result text;

    varying (31) of tempId character;

    tempFieldId bigint;

    text of tempStringValue;

    tempCount bigint;

    BEGIN

    result = ";

    FOR IN tempId

    SELECT ce.id FROM mfc.card_element this

    WHERE the ce.name AS service_name

    LOOP

    tempCount = 0;

    SELECT INTO tempFieldId mfc.card_field CF field_id

    WHERE cf.field_name = 'NPAname ';

    SELECT INTO tempCount count (*) FROM mfc.card_element_field_value cefv

    WHERE the cefv.card_element_id AS a tempId AND field_id = tempFieldId;

    IF tempCount = 1 THEN

    UPDATE mfc.card_element_field_value

    SET field_string_value = string_value

    WHERE the card_element_id AS a tempId AND field_id = tempFieldId;

    result: = result | tempId | 'UPDATE - YES,';

    ELSIF tempCount = 0 THEN

    INSERT INTO mfc.card_element_field_value (id, field_date_value, field_integer_value, field_string_value, card_element_id, field_id)

    VALUES (HIBERNATE_SEQUENCE.nextval,

    NULL,

    NULL,

    string_value,

    tempId,

    tempFieldId);

    result: = result | tempId | "INSERT - YES, ';

    ON THE OTHER

    result: = result | tempId | "tempCount,";

    END IF;

    -END IF;

    END LOOP;

    RETURN result;

    END;

    END;

    I did the same refatoring I program you unit and put comments to help to understand.

    Let me know if it help you

    FUNCTION to CREATE or REPLACE dothework (service_name in VARCHAR2

    string_value IN VARCHAR2) RETURN VARCHAR2 AS

    -Not necessary to define the new block here BEGIN-

    -SAYS - you only need the instruction stated in this case if you

    -believe that he can raise one exceptional and you want to manage block outsider

    --

    -You must set the buffer of varchar2

    -32767 is the largest amount

    RESULT VARCHAR2 (32767).

    --

    -You can dock this type for the column type, you will receive the data

    tempfieldid card_field.field_id%TYPE;

    -tempstringvalue VARCHAR2; -you do not use this variable

    tempcount NUMBER;

    BEGIN

    -You don't need to initialize with NULL, in this case. PLSQL has done already for you

    -THE RESULT: = ";

    --

    -It seems to me that this request can be outside of the loop

    -Once the table is not the change and the predicate doenst change is

    SELECT field_id

    IN tempfieldid

    Card_field FC

    WHERE cf.field_name = 'NPAname ';

    --

    FOR tempid IN (SELECT ce.id

    OF card_element this

    WHERE the ce.name AS service_name) LOOP

    -It is not necessary to initialize this variable to zero

    -tempcount: = 0;

    --

    --

    SELECT COUNT (*)

    IN tempcount

    OF card_element_field_value cefv

    WHERE the cefv.card_element_id AS a tempid

    AND field_id = tempfieldid;

    --

    IF tempcount = 1 THEN

    UPDATE card_element_field_value

    SET field_string_value = string_value

    WHERE the card_element_id AS a tempid

    AND field_id = tempfieldid;

    RESULT: = RESULT | tempid | 'UPDATE - YES,';

    ELSIF tempcount = 0 THEN

    INSERT INTO card_element_field_value

    (id

    field_date_value

    field_integer_value

    field_string_value

    card_element_id

    field_id)

    VALUES

    (hibernate_sequence.nextval

    NULL

    NULL

    string_value

    tempid

    tempfieldid);

    RESULT: = RESULT | tempid | "INSERT - YES, ';

    ON THE OTHER

    -I remove the tempCount on the "because I think you want to see the number of records

    -you do business with

    RESULT: = RESULT | tempid | ' ' || tempCount | ', ';

    END IF;

    END LOOP;

    RETURN RESULT;

    -END;

    END;

    Best regards

  • A fundamental problem with timing 1 DO

    Hello world

    I use a card PCI and Labview 8.5 6229 with XP.

    I need to generate every 10 seconds a digital output which is weak for 3 seconds low and high, the rest of the time. I have attached the VI that works very well with my previous values (500 ms and ms 2000). However, I get a weak State for 1 sec, 2 sec or 3 seconds but not permanently 3 dry when I used it with the values 3 s / 10 s.

    It works if I use the values 3 seconds / 15 seconds (15 seconds or more).

    There must be a problem with my loop, but I don't understant what is the problem, because the outside loop should be expected inside loop to finish before starting a new loop. I don't understand why my time low State is affected by the loop of the outer time...

    It is probably a pb of basis for you, but any help would be great,

    Kind regards

    Marc

    It seems too complex. Here's an alternative. I used the delay function since there the error / mistake on connections to enforce data streams. I also changed the type of writing DAQmx since you seem to be writing on one line only.

  • What are the Causes of 'loop Hang"problem with file i/o when using timed multiple loops on one OR cRIO-9012?

    Normal 0 false false false fr X-NONE X-NONE / * Style Definitions * / table. MsoNormalTable {mso-style-name : « Table Normal » ; mso-tstyle-rowband-taille : 0 ; mso-tstyle-colband-taille : 0 ; mso-style-noshow:yes ; mso-style-priorité : 99 ; mso-style-qformat:yes ; mso-style-parent : » « ;" mso-rembourrage-alt : 0 à 5.4pt 0 à 5.4pt ; mso-para-marge-top : 0 ; mso-para-marge-droit : 0 ; mso-para-marge-bas : 10.0pt ; mso-para-marge-left : 0 ; ligne-hauteur : 115 % ; mso-pagination : widow-orphelin ; police-taille : 11.0pt ; famille de police : « Calibri », « sans-serif » ; mso-ascii-font-family : Calibri ; mso-ascii-theme-font : minor-latin ; mso-hansi-font-family : Calibri ; mso-hansi-theme-font : minor-latin ;}

    I experienced a problem with an application. I think I've isolated the problem in the "Timed loop question - Source Code.zip" attached source code. A detailed list of my results are in the attached document "Timed loop detailed question - Results.docx.

    Overview - it seems to be closely related to the IO files and the use of "Timed loops" on the OR cRIO-9012

    1. If I activate the e/s in two loops, then two loops crash simultaneously

    2. If I activate only the e/s in a loop, then only this loop crashes

    3. If I activate the e/s in two loops and make a 'While' loop earrings, then it don't crash

    4. If it is wrote nothing in the file I/o, then it don't crash

    5. If the reference to the file is left open instead of opening and closing on each call, so it don't crash

    6. If I try to run it on "My Computer", then it don't crash

    7. If the IO is only activated in a loop and programmed to wait for one second between the file access, then it always crashes

    In my real application, any given row is only writing (at least) once a minute, but I couldn't still my application to plant within a period of 24 hours by writing a single error of a single loop once per minute, with a low CPU use. It was the impulse to test the seventh point above.

    It seems that the best solution was to open the reference to the file and let it open. I think it is a good practice in general and I'll do the update in the application. This should solve the problem, but it is very difficult to verify this due to the sporadic nature of the question. As such, I'd like to understand what was causing the problem so I can verify that it was fixed. So far, my attempts to create a single, coherent theory able to explain all aspects of this issue have failed.

    I just wanted to know at all that there has been a request for corrective action (CAR #214156) has filed for this issue to be fixed in a future release. This seems to be a problem with the VxWorks operating system, we use in real time. We have additional cRIO chassis which have a Pharlap OS where it does not work. For now, you can search for this CAR ID notes to see if this problem has been resolved for publication in the future.

    Currently, there are two solutions, we have identified for this problem:

    1. open the file before the loop and close it after. (recommended)
    2 perform file i/o in a normal loop and transfer data to a queue.

  • You try to run the system on my desktop restore encounters a problem with the program looping.

    Original title: System Restore loops

    Hi, I am trying to run restoring the system on my desk is a problem with the program in a loop.  He directs the system restore and then comes back just to start the system again Restore page.  How to solve this?  I started having problems when I have updated the BIOS on my motherboard.  When I installed the motherboard at the start, I think I used the incorrect installation disc (my son has same brand motherboard but the sound is more advanced).

    Recovery of your computer (Windows) using "Recovery Partition" of the Manufacture or
    contact PC manufacturing (see support links below) and order the recovery media.

    Note: Activation is not required when you use the recovery partition or recovery media, but you will need to reinstall all your applications.

    Also to save your documents on external support (if possible) before starting the recovery process.

    Once completed, your PC will be actually in the State when you first purchased it and turned on for the 1st time.

    To access the recovery Partition, start your computer, and then by pressing the appropriate function key. It can be either F1, F2, F9, F10, F11, F12, DEL or tab key. Check the list below or your user manual for your brand and model.

    If your hard drive has failed, do not have a recovery partition or the recovery partition is not accessible,
    Then, you must contact the manufacturer support team and ask for a "recovery disc" which allows to reinstall Windows 7.

    How access/start the process of recovery of the manufactures listed below.

    Acer: Press and hold ALT + F10, as soon as you see the logo
    http://Acer.custhelp.com/app/answers/detail/A_ID/2631
    Acer support: http://www.acer.com/worldwide/support/
    Acer recovery support: http://store.acer.com/store/aceramer/en_US/eRecovery

    Advent: restart your computer, then the immediate start by pressing the [F8] key or the F10 key.
    The fastest way to restore your computer is to use the hard disk recovery tools. You can access them by restarting your computer and then pressing the [F8] key or the F10 key until the Advanced Boot Menu appears. Use the arrows to select "Repair your computer", then press [Enter]. Read all of the instructions on the website of advent and made your choice as to the action you want to perform: http://www.adventcomputers.co.uk/restore-or-reinstall-windows-your-computer
    Support: http://www.adventcomputers.co.uk/product-support/support-services

    ASUS: Press or press the F9 key as soon as you see the Asus logo.
    http://support.ASUS.com/troubleshooting/detail.aspx?SLanguage=en&m=X53E&OS=&no=1775
    ASUS support: http://support.asus.com/contactus.aspx?SLanguage=en

    Dell: Press F8 directly after switching on / to start the computer
    Recovering detail instructions:
    http://www.Dell.com/support/troubleshooting/us/en/19/KCS/KcsArticles/ArticleView?docid=DSN_362066
    http://www.Dell.com/support/troubleshooting/us/en/19/KCS/KcsArticles/ArticleView?docid=52182
    Dell support: http://www.dell.com/support/home/us/en/19?c=&l=&s=
    Or: http://www.dell.com/

    EMachines: hold the Alt key and hold press and release the key F10
    http://Techchannel.RadioShack.com/eMachines-system-recovery-1747.html
    Support: http://www.emachines.com/ec/en/US/content/support

    Fujitsu: Press F8 several times directly after switching on
    https://answers.Yahoo.com/question/index?QID=20110406074143AAcx1Zw
    Support: http://www.fujitsu.com/global/support/

    Gateway:
    http://www.ehow.com/how_6297937_restore-gateway-laptop-factory-settings.html
    https://support.gateway.com/s/software/Microsof/Vista/7515418/7515418su531.shtml
    Support: http://www.gateway.com/worldwide/support/

    HP Notebook: Usually to begin recovery process press the F10 key, power on the computer
    HP Mini: Press F11 directly after switching on / to start the computer
    http://h10025.www1.HP.com/ewfrf/wc/document?DocName=c01867418&cc=us&destPage=document&LC=en&tmp_docname=c01867418
    Support: http://www8.hp.com/us/en/contact-hp/ww-contact-us.html

    Lenovo uses the F11 key to launch the restore process:
    http://support.Lenovo.com/en_US/detail.page?LegacyDocID=MIGR-4UFUYK
    Directions for Lenovo OneKey Recovery, hidden partition and recovery DVDs:
    https://support.Lenovo.com/us/en/documents/ht077384
    and: http://support.lenovo.com/en_US/detail.page?DocID=HT077144
    Support: http://support.lenovo.com/en/supportphonelist

    How to run Lenovo Onekey Recovery
    http://support.Lenovo.com/en_US/downloads/detail.page?docid=HT062552
    Detailed as follows: http://support.lenovo.com/en_US/research/hints-or-tips/detail.page?&LegacyDocID=127597018499211

    You can also find parts of this article from Lenovo worth reading:
    http://support.Lenovo.com/en_US/detail.page?LegacyDocID=MIGR-4VFUDU

    LG: Press F11 directly after switching on / to start the computer
    Support: http://www.lg.com/

    Packard Bell: Turn on your computer. When Packard Bell logo is displayed, press in and hold the ALT key while pressing the F10 key several times. Release the keys when a message that Windows is loading files.
    After the system recovery program has loaded follow the instructions to reinstall the operating system.
    Support: http://www.packardbell.com/index.html

    Samsung: Press the F4 key to the Samsung logo when you turn on first of all of the computer.
    Support: http://www.samsung.com/

    Sony VAIO Windows 7: restart and press "F10".
    https://CA.en.KB.Sony.com/app/answers/detail/A_ID/35585/p/48903, 49902,71663,71664/c/65,67/kw/recovery%20using%20f10
    Sony VAIO Vista: Restart and press "F8" repeatedly until the screen "Advanced Boot Options".
    https://us.en.kb.sony.com/app/answers/detail/a_id/41931/~/how-to-perform-a-system-recovery-using-the-vaio-recovery-center.
    https://us.en.KB.Sony.com/app/answers/detail/A_ID/41949/session/L2F2LzEvdGltZS8xNDA4MjI2NTAzL3NpZC8qWVBPbCpfbA%3D%3D
    Support: http://www.sony.net/SonyInfo/Support/

    Toshiba: Press on F12 or the value 0 (zero) key on the top of the keyboard (not the zero on the numeric keypad key)
    and at the same time, press the button power once to turn on your laptop.
    When the Toshiba screen appears; release the 0 key.
    References: http://www.mytoshiba.com.au/support/items/faq/71
    http://forums.Toshiba.com/T5/system-recovery-and-recovery/how-to-perform-system-recovery-Windows-7/Ta-p/279643
    Support: http://www.toshiba.co.jp/worldwide/

    Windows 7 - location of the Partition Recovery and information.
    "Configurations of drive partitions using the BIOS has recommended.
    Note: Check the diagrams of this article
    http://TechNet.Microsoft.com/en-us/library/dd744364%28WS.10%29.aspx

    J W Stuart: http://www.pagestart.com

  • Animate - problem with the duplication of scripts after loop

    Hi all

    I have a problem with button simple script to the first frame. All right when the timeline is playing for the first time. After that when timeline loops and stops again to 0 frame button script is fireing twice, when it performs a loop twice is fireing three times etc...

    Here is my script:

    This.Stop ();

    exportRoot.mc_cta.cursor = "pointer";

    This.mc_cta.on ("click", clickFunc.bind (this));

    function clickFunc() {}

    Console.log ("clicked");

    EB.userActionCounter ("clicked");

    exportRoot.gotoAndPlay (1);

    }

    Anyone any ideas? Where I'm wrong?

    Thank you!

    Kris

    As an alternative to creating multiple variables, you can also work around this problem by simply checking if the listener already exists:

    If (! this.mc_cta.hasEventListener ("click")) {}

    This.mc_cta.on ("click", clickFunc);

    }

    Moreover, you don't need bind() when you use on(). It automatically binds the event handler to the local scope.

    EaselJS v0.8.2 API Documentation: EventDispatcher

  • Problem with a continuous loop

    This file was supposedly changed from As2 As3. It seems as if she used to stop when I got it. But the links do not work. When I followed the troubleshooting protocols, he began an uninterrupted loop.

    Help, please. I can't attach the flv file and action script files. What I get from the window output is "fonts must be included for any text that can be changed during execution, other than text with the parameter"Use Device Fonts". Use the text > order embedding fonts to embed fonts. »

    Help, please. I paid a coder for the as2 to as3 file, and that's what he gave me...

    contact this encoder and let them know the problem.  If it's a problem with their code, they should repair free of charge.

  • Problem with looping his buffer

    Hello.

    Firstly, sorry if a similar topic exists elsewhere, I have tried searching everything but couldn't put my finger on what I wanted, so I'm doing this topic.

    I teach flash at home with the help of the Internet. I'm experimenting with some audio files. I am loading them as follows:

    sound2 = new Sound(soundLoader);
    sound2.loadSound("sounds/beats2.mp3",true);
    sound2.onLoad = function(success:Boolean) {
         if (success) {
              // trace("loaded");
              sound2.start(0,999);
              //trace("looped");
         }
    };
    

    It works fine, only, its not in a loop. At first, I thought there is a problem with my code, and after a few follow-up, I discovered that the sound is not loop if it is isStreaming method property of . loadSound() set to true.

    If I do this:

    sound2 = new Sound(soundLoader);
    sound2.loadSound("sounds/beats2.mp3",false);
    sound2.onLoad = function(success:Boolean) {
         if (success) {
              // trace("loaded");
              sound2.start(0,999);
              //trace("looped");
         }
    };
    

    Then the sound loop everything as it should. But I prefer really to be buffered AND loop.

    Is it possible that I can do this? Am I missing something?

    Any help would be appreciated.

    Thank you very much!

    You can distribute and use the onSoundComplete method to restart your sound (without loops).

  • Problem with the movieclip by double loop

    Hello, this is more a problem of logic programming that actually a problem with the code.

    I'm building a schedule where each month are built on the fly with the movieclip duplicate for each day (with an empty textfield). I am building the calendar according to the number of days of the month has, he begins to what day of the week, etc, etc..

    Then I load an external xml with the new arrivals. Subsequently, I need to check the days of this month were new. At the moment I have 2 parts in stock in my xml stream ( http://s50699.gridserver.com/xml/news_en.xml). It all works very well.

    However, I only manage to highlight a day of this month, the last news item-, which means that the loop runs twice, but he recorded only the last number, so the day highlighted that shows on the calendar, is, therefore, of this last point news.

    I attached the code below and will be really grateful for any help or general advice.

    _root ['dot' + s] does not know he has a report any with the number i after the advances of your loop. in particular, by releasing _root ['dot' + s] I'll be the last value of your loop.

    to remedy this, use a variable that stores the value of i when _root ['dot' + s] is created:

    .Ivar _root ['dot' + s] = i;

    and use this.ivar rather than I in your onRelease handler.

  • Problem with auto update vista - system tries to install one update - progress 0% - restart loop

    Hello

    I just try to swith on my computer at home sons and found that there is a problem with the installation of the updates - I think that the latest updates from the previous week. He just try to install it (0% progress), then in restarting. I tried to run mode - economy but it works not-too-restart. Any ideas how to deal with this? I would not want any reinstal.

    Hi Michael, 33,
    Thank you for visiting the Microsoft Answers forum.
    To understand why your updates are not install I have to first of all, certain information such as the name of update that is not installed and the code error if none.

    To view the update history:
    Go to Start\Control configuration\systeme and Security\Windows Update\View update history

    This will show you a list of updates that have been installed successfully or installation failure.
    After return from the names of updates that failed.

    Thank you

    Martin
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • 2910al - 48G Switch: problem with the VLAN

    Hi all,

    I write a new message because I don't know what is happening on my SW series 2910al - 48G and v1910 - 48G.

    I put on the main core SW VLAN 610 and I put to this VLAN IP addreess 100.110.10.1 24-bit etc and it worked fine until yesterday. I change only PLEASE and I enebale STP - loop protect for ports in the range 1-52. (now I rolback this settings as was before)

    STP configuration

    Now, every PC that has for a long time what IP range 100.110.10.1 24-bit works fine, but new PC have problem with to get the new IP address. I tested it add a static and same address does not work.

    Introduced in second v1910 SW - 48 G VLAN as below

    I connect this flexible switch this \port SW 2910 - G 48, 46 (Vlan 610 tag) <>- at v1910-48G\ port 50 SW (Vlan 610 tahgged) other ports on this switch I put not marked.

    Configuration file for sw v1910 - 48G looks to below:

    #
    activate default domain system
    #
    LLDP enable

    #
    domain system
    disable the access limit
    Active state
    Disable Idle-cut
    self-service-url disable

    #
    rstp STP mode
    enable STP
    #
    NULL0 interface
    #
    GigabitEthernet1/0/1 interface
    hybrid type port link
    port hybrid vlan tagged 610 620
    untagged port hybrid vlan 1
    #
    interface GigabitEthernet1/0/2
    access port vlan 610
    #
    interface GigabitEthernet1/0/3
    access port vlan 610
    #
    interface GigabitEthernet1/0/4
    access port vlan 610
    #
    interface GigabitEthernet1/0/5
    access port vlan 610
    #
    interface GigabitEthernet1/0/6
    access port vlan 610
    #
    interface GigabitEthernet1/0/7
    access port vlan 610
    #
    interface GigabitEthernet1/0/8
    access port vlan 610
    #
    interface GigabitEthernet1/0/9
    access port vlan 610
    #
    interface GigabitEthernet1/0/10
    access port vlan 610
    #

    #
    interface GigabitEthernet1/0/49
    hybrid type port link
    port hybrid vlan tagged 610 620
    port hybrid vlan 1 10 untagged
    #
    interface GigabitEthernet1/0/50
    hybrid type port link
    port hybrid vlan tagged 610 620
    port hybrid vlan 1 10 untagged
    #
    interface GigabitEthernet1/0/51
    hybrid type port link
    port hybrid vlan tagged 610 620
    untagged port hybrid vlan 1
    #
    interface GigabitEthernet1/0/52
    hybrid type port link
    port hybrid vlan tagged 610 620
    untagged port hybrid vlan 1

    etc...

    Could you help me when I made a mistake?

    THX

    The problem was that solve this problem.

    I have blocked all ports. It was a problem. I change several settings and everything works well.

  • problem with signalexpress

    Hello

    WEEL, I have a problem with signalexpress, I would like to executate some labview vi in there, but it is one that only he must executate only once, but still express signal appear the while loop when I choose labview execution... VI,

    so my questionis what do I executate vi only once?

    and no help from the enforcement tool once the program?

    Thank you

    Hi, alan,

    There is no way to remove the loop in a way to stage VI LabVIEW Run. The only way to achieve this is running once the code SE. I'm afraid that this feature is not implemented in Signal Express. As this is a configurable environment it has no room for manoeuvre at all. The only thing you can do is to use LabVIEW. You can convert you SE project LabVIEW code via > tools > Generate Code > LabVIEW diagram. Once in LabVIEW, you will change your code to run only once a part of it.

    The same problem occurs when the data connection in a PDM file: it will generate a file with the variable you want to connect.

    Conclusion: to what extent SE functionality in LabVIEW.

    I hope this helps!

    Jesus

Maybe you are looking for