Tokens / Remembering Selections

I am developing an interactive branching scenario with
Captivate 2.0.0 to help users make decisions about what they need
to do to accomplish some tasks. The user answers some questions and
depending upon their responses, the presentation branches to the
appropriate slides to give them a step-by-step to-do list.
There are places where their choices need to be "remembered":
In other words, if they select option A, then later on, regardless
of subsequent branches, option A remains "remembered" and this
affects an outcome. For instance:
There is a slide that includes a question "Do you currently
have access to the system?" Below this are three buttons "Yes",
"No", and "Not Sure". If they click "Yes", then access approval
steps are bypassed, since they do not need them. If they click
"No", then a "token" is carried forward that "remembers" that the
user has not applied for access. So down the road, say on slide 40,
a summary appears that dynamically adds the sentence "You will need
to complete and submit the Approval Access Form". This could be
among many other items that display contingent upon earlier
answers.
Is there any way that Captivate 2.0.0 can do this? I thought
about gathering data like this in a Survey, but then how do you use
those answers to determine branching and contingent display of
text?
Thanks.

Sorry, but Captivate doesn't provide any functionality for
conditional text or conditional branching.
Your only option is to create a decision tree (in Visio or on
paper or whatever works for you) and then create a slide for every
possible contingency. You might be able to reduce the complexity of
the links somewhat by compartmentalizing decision paths into
separate Captivate projects and then linking between them, but it
still must all be done by hand.
Captivate output is based on Flash, so there is a possibility
that a Flash developer could create some standalone animations that
work in the published .SWF file (such as setting a Flash variable
and later reading that variable to present text to the user) but
that would be *very* custom development work.

Similar Messages

  • How to make slicer to remember selected values while moving from report to another

    I have Power View on SharePoint 2013 and OLAP Cube on SQL Server 2014 solution.
    1) I select slicer values and graphs are updated
    2) I move to next page on same Power View file and use slicers.
    3) I come back to original reports. My slicer valuers are empty.
    Is it possible to make slicer to remember selected values while browsing from reports to another?
    Ken
    Kenny_I

    Hi Kenny_I,
    This seems to a by design issue. The selected values within a slicer will be stored in Memory. When we go to another report, the memory will be released.
    Best Regards,
    Black

  • HT1911 How do I reset my security questions? I don't remember selecting or answering any security questions when opening my account, but iTunes keeps telline me one or both of my answers are incorrect.

    I haven't purchased anything from iTunes in awhile, but when I tried to purchase a song today, iTunes asked me for answers to security questions. I don't remember selecting or answering any security questions. Can I and how do I reset my security questions?

    Contact Apple over the phone and ask to speak with Account Security.  http://support.apple.com/kb/he57

  • Remember selected item with ComboBox

    Hey All,
    I was just wondering how other pople solve this issue.
    I have a combobox with a XX number of items in there. Now
    when I re-populate the combobox the selected item get's lost. I
    also would like to remember the selected item during sessions. For
    instance when A user selected item XX on monday. I would like to
    have it automatically set XX again when a user comes back on
    tuesday.
    Is there a meganism in adobe flex that allows me to remember
    a 'state' of a object, or is that custom programming?
    Ideally I would like to have a component that can do teh work
    for me rather then my application handles the logic, some sort of a
    state manager?
    Ries

    Use a SharedObject, and write to it in the ComboBox change
    handler. See SharedObject in FB3 help sys.

  • Feature request: remember selected attribute in wizard

    Hi,
    I often find myself doing this:
    - In the entity object wizard, select the 'attributes' tab
    - Click on an attribute
    - Select the 'Attribute settings' tab
    First feature request: It would be nice if the attribute settings tab would now show the properties of the attribute I last selected on the other tab, instead of the first attribute.
    Second feature request: It would be nice if you could open the attribute settings of an attribute directly from the attributes tab. (perhaps via a right-click -> properties contextmenu).
    Greetings,
    Ivo

    Filed bug#2564815 to track request number 1.
    If we implement that, then I don't think you'll also need request #2. It will be just one click away
    by changing the panel.

  • SmartView 11.1.2 not remembering the last selected Planning page member

    Am I missing something here?
    In Planning web forms, if I have a dimension called "Cost Center" in the Page section of the POV of Form A, and I select Cost Center 12345, and then navigate from form A to form B, and form B has Cost Center in the Page section of the POV, Cost Center 12345 is still selected.
    This is standard Planning behavior and is selected in the Preference "Remember selected page members".
    However, when I do this in SmartView, all of my POV selections are reset to the last level zero member, every time, for every dimension. I am using IDescendants(dimname) to populate my Page selectors, and then using security to limit the members.
    I am logged in as the application owner.
    The version of Smartview is 11.1.2.0.0.1 (Build 003).
    The connection to Planning is shared.
    I have tried this on ad-hoc and "normal" forms; the behavior is the same.
    Someone please tell me I'm overlooking some incredibly obvious setting. If you come to KScope, I will gladly buy you the beverage of your choice.
    Regards,
    Cameron Lackpour

    Hi Cameron,
    I can confirm seeing this as well. It reminds me of the (IMHO) quirky behavior of the Copy POV functionality. It seems like a functionality disconnect somehow.
    This sounds like a a good subject to discuss at the Kscope Symposium! :)
    http://essbaselabs.blogspot.com/2011/04/smart-view-11121-some-cool-new-features.html?showComment=1303223330470#c6047535796462561596
    Regards,
    Robb Salzmann

  • Using SAP Tokens & showing extra columns to choose

    I have a Crystal Report where I have a SAP token parameter to select a budget scenario to run the report based on.
    My token is selecting the 3 columns I need to display inorder to select the correct scenario - AbsID, Name & FinancYear.
    Budget@Select AbsID, Name,FinancYear  from OBGS order by 3
    When I preview in SAP my drop down box only gives me AbsID and name - which is of course a list diplaying "Main Budget" repeated for the number of financial year I have in the database.
    As these Main Budgets can (and have) been created in any order, it is impossible toexpect the users to select the correct budget from the displayed data.
    As there is no direct join from OBGS to OFPR on financial year, I can't work out how to either display the additional column in the choose from list, or filter my selection statement so it will only give scenarios that relate to the financial year for the period I have selected
    Any sensible suggestions welomed!

    Hi Julie,
    Remember that combo box controls in SAP can only display two values, a code and description, or in the case of report tokens the first two columns you specify in the token query. Seeing as you need the third column to distinguish between the first two sets of values a combo box is no use to you on it's own.
    The following is off the top of my head and untested but what about either replacing the combo box with a CFL that shows as many columns as you need (and by nice coincidence the first column in that table is the value you want selected, AbsID), OR, created two report parameters the first displays the Financial Year and the second displays the AbsID and Name values for the selected FinYr?
    Remember I'm writing this free hand so you'll need to test to make sure it's ok.
    Replace Cbo with CFL
    Budget@Select * From OBGS order by 3
    This should display a CFL where you can add any extra columns needed from the form settings.
    Two Cbo Parameters
    FinYr@ SELECT F_RefDate FROM OFPR
    Budget@Select AbsID, Name from OBGS WHERE FinancYear = ('FinYr@') order by 3
    So you can reference one parameter name inside another to limit the results displayed by the second parameter.
    One of the above or some variation should get you what you need.
    Regards,
    Andrew.

  • Dynamic values of a select list based on a column

    Is there an easy way to build the values of a select list from a column that contains 'Red,Green,Blue" where Red, Green, Blue will be the values of the select list?

    Bob,
    Next time you could try this for a one row table:
    WITH DATA AS
         (SELECT     SUBSTR (txt
                            , INSTR (txt, ',', 1, LEVEL) + 1
                            ,   INSTR (txt, ',', 1, LEVEL + 1)
                              - INSTR (txt, ',', 1, LEVEL)
                              - 1
                            ) AS token
          FROM       (SELECT ',' || YOUR_COLUMN || ',' txt FROM YOUR_TABLE)
          CONNECT BY LEVEL <=
                          LENGTH (txt)
                        - LENGTH (REPLACE (txt, ',', ''))
                        + 1)
    SELECT *
    FROM   DATAOr use this if your comma separated values are in more than one row:
    http://blogs.ittoolbox.com/oracle/guide/archives/sql-question-pivots-analytics-and-the-judicious-use-of-row_number-10156

  • User Generated Data and Cardinality Estimates

    Platform Information:
    Windows Server 2003 R2
    Oracle Enterprise Edition 10.2.0.4
    Optimizer Parameters:
    NAME                                 TYPE        VALUE
    object_cache_optimal_size            integer     102400
    optimizer_dynamic_sampling           integer     2
    optimizer_features_enable            string      10.2.0.4
    optimizer_index_caching              integer     90
    optimizer_index_cost_adj             integer     30
    optimizer_mode                       string      CHOOSE
    optimizer_secure_view_merging        boolean     TRUE
    Test Case:
    var csv VARCHAR2(250);
    exec :csv := '1,2,3,4,5,6,7,8,9,10';
    EXPLAIN PLAN FOR WITH csv_to_rows AS
            SELECT UPPER(
                            TRIM(
                                    SUBSTR
                                            txt
                                    ,       INSTR (txt, ',', 1, level  ) + 1
                                    ,       INSTR (txt, ',', 1, level+1) - INSTR (txt, ',', 1, level) -1
                    )       AS token
            FROM    (
                            SELECT ','||:csv||',' txt
                            FROM dual
                    )       t
            CONNECT BY LEVEL <= LENGTH(:csv)-LENGTH(REPLACE(:csv,',',''))+1
    SELECT * FROM csv_to_rows;
    SELECT  * FROM TABLE(DBMS_XPLAN.DISPLAY);
    Results:
    Execution Plan
    Plan hash value: 2403765415
    | Id  | Operation                     | Name | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT              |      |     1 |    19 |     2   (0)| 00:00:01 |
    |   1 |  VIEW                         |      |     1 |    19 |     2   (0)| 00:00:01 |
    |*  2 |   CONNECT BY WITHOUT FILTERING|      |       |       |            |          |
    |   3 |    FAST DUAL                  |      |     1 |       |     2   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       2 - filter(LEVEL<=LENGTH(:CSV)-LENGTH(REPLACE(:CSV,',',''))+1)
    Statistics
              1  recursive calls
              0  db block gets
              0  consistent gets
              0  physical reads
              0  redo size
            502  bytes sent via SQL*Net to client
            396  bytes received via SQL*Net from client
              2  SQL*Net roundtrips to/from client
              1  sorts (memory)
              0  sorts (disk)
             10  rows processed
    Question:
    Every once in a while I need to use [Tom Kyte's Varying in Lists|http://tkyte.blogspot.com/2006/06/varying-in-lists.html] method (for 9i as indicated in his blog entry) to convert a comma separated list to a "bindable" in list.
    As one can see above the cardinality estimates are not correct. The execution plans I have seen from this method usually result in a nested loop join using an index. While this makes sense for small result sets it may not be the most efficient method with larger number of entries in the comma separated list.
    Has anyone found a way to expose the correct or near correct cardinality to the optimizer at runtime? I can use the cardinality hint but the problem with that is that it must be defined as a scalar value and that may not work for all cases. The dynamic sampling won't work in this scenario because cardinality statistics already exist against DUAL.
    I haven't noticed any detrimental effects in my environment so this may be purely an academic discussion but I thought I'd throw it out there :)

    I have definitely considered using this as a possibility but I have tried to shy away from writing data (even temporarily) when all I'm looking to do is query data.I agree with you about hard-coding the cardinality values.
    A silight variation on David's suggestion is to use the dynamic sampling hint to get the statistics at run-time. There will be a slight performance cost to do this.
    Remember that all of the explain plan statistics are estimates, which may or may not be accurate. Usually they are good, but every once in a while they are incorrect.

  • Prepare has not been completed succesfully

    Hi Experts,
    I started an upgrade release 4.6C to ECC 6.0 on windows 2003 db version is SQL Server 2005,
    I am getting an error message at the begining of prepare phase,
    I've also updated sapup.exe version and source system kernel to 2364,
    how can i prevent this error,
    ERROR: PREPARE has not been completed successfully.
    Correct the problems reported by PREPARE otherwise
    you cannot start the upgrade.
    here is UpgDialog.log
    Target SAP system is AHQ
    Enter the SAP instance number [00]:
    ? INSTANCE NUMBER   =
    Waiting for input since 30.Eki.2008 10:31:46
    > INSTANCE NUMBER   =  00
    Type of database system is mss
      >>>>>>>>>> Input Wizard <<<<<<<<<<
    Please enter up to 24 mount points for CDs.
    Enter at least the mount point for the CD titled "Upgrade Master CD/DVD"
    ? MOUNT POINT 01 = E:\upgdvds\upgmaster_51033520\UMN_WINDOWS_I386
    Reading data from "Upgrade Master CD/DVD"...
    SAP  UPGRADE  CONTROL  PROGRAM
    ================================
    This is SAPup version 7.00/3 upgrade to release
            600 of EA-APPL
            600 of EA-DFPS
            600 of EA-FINSERV
            600 of EA-GLTRADE
            600 of EA-HR
            400 of EA-IPPE
            600 of EA-PS
            600 of EA-RETAIL
            600 of ECC-DIMP
            600 of ERECRUIT
            600 of FI-CA
            600 of FI-CAX
            600 of FINBASIS
            600 of INSURANCE
            600 of IS-CWM
            600 of IS-H
            600 of IS-M
            600 of IS-OIL
            600 of IS-PS-CA
            600 of IS-UT
            600 of LSOFE
            2005_1_700 of PI_BASIS
            700 of SAP_ABA
            700 of SAP_AP
            600 of SAP_APPL
            700 of SAP_BASIS
            700 of SAP_BW
            600 of SAP_HR
            600 of SEM-BW
            2005_1_700 of ST-PI
    Target SAP system is AHQ, MSSQL database
    ? continue
    ? cancel
    Waiting for input since 30.Eki.2008 10:34:32
    > continue
    ERROR: PREPARE has not been completed successfully.
    Correct the problems reported by PREPARE otherwise
    you cannot start the upgrade.
    ? continue
    ? cancel
    And also in /usr/sap/put/log directoy these logs existent;
    SAPup.log;
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.013.
    SEVERE ERROR: problems with SERVER mode - abort
    ...CANCELED at 20081030104921.
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.013.
    ...begin dialogue at 20081030105012
    ...end dialogue at 20081030105013
    ...begin dialogue at 20081030105013
    ...end dialogue at 20081030105015
    ...begin dialogue at 20081030105034
    ...end dialogue at 20081030105039
    Reading Parameter File "C:\usr\sap\put\bin\DBSYNC.PAR" at 20081030105039
    Condition level 1, total => FALSE '#if ( "MSS" == "ORA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "OPS" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "ADA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "INF" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "DB6" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "D4A" )' => FALSE
    Condition level 1, total => TRUE '#elseif ( "MSS" == "MSS" )' => TRUE
    ...begin dialogue at 20081030105039
    ...end dialogue at 20081030105041
    ...STARTED at 20081030105041.
    Reading Parameter File "C:\usr\sap\put\bin\TRATTR.LST" at 20081030105041
    Reading Parameter File "C:\usr\sap\put\bin\TRGROUP.LST" at 20081030105041
    ...begin dialogue at 20081030105041
    ...end dialogue at 20081030105104
    ...CANCELED at 20081030105104.
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.011.
    ...begin dialogue at 20081030105626
    ...end dialogue at 20081030105627
    ...begin dialogue at 20081030105627
    ...end dialogue at 20081030105630
    ...begin dialogue at 20081030105711
    ...end dialogue at 20081030105715
    Reading Parameter File "C:\usr\sap\put\bin\DBSYNC.PAR" at 20081030105715
    Condition level 1, total => FALSE '#if ( "MSS" == "ORA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "OPS" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "ADA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "INF" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "DB6" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "D4A" )' => FALSE
    Condition level 1, total => TRUE '#elseif ( "MSS" == "MSS" )' => TRUE
    ...begin dialogue at 20081030105715
    ...end dialogue at 20081030105719
    ...CANCELED at 20081030105719.
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.013.
    ...begin dialogue at 20081030105752
    ...end dialogue at 20081030105753
    ...begin dialogue at 20081030105753
    ...end dialogue at 20081030105756
    ...begin dialogue at 20081030105814
    ...end dialogue at 20081030105818
    Reading Parameter File "C:\usr\sap\put\bin\DBSYNC.PAR" at 20081030105818
    Condition level 1, total => FALSE '#if ( "MSS" == "ORA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "OPS" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "ADA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "INF" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "DB6" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "D4A" )' => FALSE
    Condition level 1, total => TRUE '#elseif ( "MSS" == "MSS" )' => TRUE
    ...begin dialogue at 20081030105818
    ...end dialogue at 20081030105824
    ...STARTED at 20081030105824.
    Reading Parameter File "C:\usr\sap\put\bin\TRATTR.LST" at 20081030105824
    Reading Parameter File "C:\usr\sap\put\bin\TRGROUP.LST" at 20081030105824
    ...begin dialogue at 20081030105824
    ...end dialogue at 20081030110026
    ...CANCELED at 20081030110026.
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.013.
    ...begin dialogue at 20081030110034
    ...end dialogue at 20081030110035
    ...begin dialogue at 20081030110035
    ...end dialogue at 20081030110038
    ...begin dialogue at 20081030110054
    ...end dialogue at 20081030110104
    Reading Parameter File "C:\usr\sap\put\bin\DBSYNC.PAR" at 20081030110104
    Condition level 1, total => FALSE '#if ( "MSS" == "ORA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "OPS" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "ADA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "INF" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "DB6" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "D4A" )' => FALSE
    Condition level 1, total => TRUE '#elseif ( "MSS" == "MSS" )' => TRUE
    ...begin dialogue at 20081030110104
    ...end dialogue at 20081030110123
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.013.
    ...begin dialogue at 20081030110134
    ...end dialogue at 20081030110140
    ...begin dialogue at 20081030110140
    ...end dialogue at 20081030110143
    ...begin dialogue at 20081030110149
    ...end dialogue at 20081030110154
    Reading Parameter File "C:\usr\sap\put\bin\DBSYNC.PAR" at 20081030110154
    Condition level 1, total => FALSE '#if ( "MSS" == "ORA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "OPS" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "ADA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "INF" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "DB6" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "D4A" )' => FALSE
    Condition level 1, total => TRUE '#elseif ( "MSS" == "MSS" )' => TRUE
    ...begin dialogue at 20081030110154
    ...end dialogue at 20081030110155
    ...STARTED at 20081030110155.
    Reading Parameter File "C:\usr\sap\put\bin\TRATTR.LST" at 20081030110155
    Reading Parameter File "C:\usr\sap\put\bin\TRGROUP.LST" at 20081030110155
    ...begin dialogue at 20081030110155
    ...end dialogue at 20081030110328
    ...CANCELED at 20081030110328.
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.013.
    ...begin dialogue at 20081030110335
    ...end dialogue at 20081030110335
    ...begin dialogue at 20081030110335
    ...end dialogue at 20081030110337
    ...begin dialogue at 20081030110342
    SEVERE ERROR: problems with SERVER mode - abort
    ...CANCELED at 20081030110342.
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.013.
    ...begin dialogue at 20081030110858
    ...end dialogue at 20081030110859
    ...begin dialogue at 20081030110859
    ...end dialogue at 20081030110901
    ...begin dialogue at 20081030110937
    ...end dialogue at 20081030110940
    Reading Parameter File "C:\usr\sap\put\bin\DBSYNC.PAR" at 20081030110940
    Condition level 1, total => FALSE '#if ( "MSS" == "ORA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "OPS" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "ADA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "INF" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "DB6" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "D4A" )' => FALSE
    Condition level 1, total => TRUE '#elseif ( "MSS" == "MSS" )' => TRUE
    ...begin dialogue at 20081030110940
    ...end dialogue at 20081030110941
    ...STARTED at 20081030110941.
    Reading Parameter File "C:\usr\sap\put\bin\TRATTR.LST" at 20081030110941
    Reading Parameter File "C:\usr\sap\put\bin\TRGROUP.LST" at 20081030110941
    ...begin dialogue at 20081030110941
    ...end dialogue at 20081030110945
    ...CANCELED at 20081030110945.
    CHANGES.LOG
    MILESTONE
    "BEG_IR"
    "STO_IR"
    "20081030104921"
    "20081030104921"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105012"
    "20081030105012"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105013"
    "20081030105013"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105013"
    "20081030105013"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105015"
    "20081030105015"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105034"
    "20081030105034"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105039"
    "20081030105039"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105039"
    "20081030105039"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105041"
    "20081030105041"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "STO_IR"
    "20081030105041"
    "20081030105041"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105041"
    "20081030105041"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105104"
    "20081030105104"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "STO_IR"
    "20081030105104"
    "20081030105104"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105626"
    "20081030105626"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105627"
    "20081030105627"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105627"
    "20081030105627"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105630"
    "20081030105630"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105711"
    "20081030105711"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105715"
    "20081030105715"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105715"
    "20081030105715"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105719"
    "20081030105719"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "STO_IR"
    "20081030105719"
    "20081030105719"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105752"
    "20081030105752"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105753"
    "20081030105753"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105753"
    "20081030105753"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105756"
    "20081030105756"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105814"
    "20081030105814"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105818"
    "20081030105818"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105818"
    "20081030105818"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105824"
    "20081030105824"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "STO_IR"
    "20081030105824"
    "20081030105824"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105824"
    "20081030105824"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110026"
    "20081030110026"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "STO_IR"
    "20081030110026"
    "20081030110026"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110034"
    "20081030110034"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110035"
    "20081030110035"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110035"
    "20081030110035"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110038"
    "20081030110038"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110054"
    "20081030110054"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110104"
    "20081030110104"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110104"
    "20081030110104"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110123"
    "20081030110123"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110134"
    "20081030110134"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110140"
    "20081030110140"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110140"
    "20081030110140"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110143"
    "20081030110143"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110149"
    "20081030110149"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110154"
    "20081030110154"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110154"
    "20081030110154"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110155"
    "20081030110155"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "STO_IR"
    "20081030110155"
    "20081030110155"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110155"
    "20081030110155"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110328"
    "20081030110328"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "STO_IR"
    "20081030110328"
    "20081030110328"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110335"
    "20081030110335"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110335"
    "20081030110335"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110335"
    "20081030110335"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110337"
    "20081030110337"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110342"
    "20081030110342"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "STO_IR"
    "20081030110342"
    "20081030110342"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110858"
    "20081030110858"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110859"
    "20081030110859"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110859"
    "20081030110859"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110901"
    "20081030110901"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110937"
    "20081030110937"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110940"
    "20081030110940"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110940"
    "20081030110940"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110941"
    "20081030110941"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "STO_IR"
    "20081030110941"
    "20081030110941"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110941"
    "20081030110941"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110945"
    "20081030110945"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "STO_IR"
    "20081030110945"
    "20081030110945"
    "0"
    "0"
    "0"
    "0"
    TOOLOUT.LOG
    SAPup>  Starting subprocess disp+work.exe with id 732 at 20081030103432
    EXECUTING C:\usr\sap\AHQ\SYS\exe\run\disp+work.exe -V
    disp+work information
    kernel release                46D
    kernel make variant           46D
    DBMS client library           SQL_Server_7.00                
    DBSL shared library version   46D.00
    compiled on                   NT 4.0 1381 Service Pack 6 x86 MS VC++ 12.00
    compile time                  Jan 14 2008 08:47:41
    update level                  0
    patch number                  2364
    source id                     0.2364
    supported environment
    database (SAP, table SVERS)   46A
                                  46B
                                  46C
                                  46D
    DBMS server                   MSSQL 6.5.213 or higher
                                  MSSQL 7.0.1 or higher
    operating system              Windows NT 4.0
                                  Windows NT 5.0
                                  Windows NT 5.1
                                  Windows NT 5.2
                                                                                    System build information:
                                  LCHN  : 955407
    disp+work patch information
    ( 0.001) Correct cursor preservation (I) (note 307486)
    ( 0.002) SU53 reports always 'Check on S_TCODE SU53' (note 310513)
    ( 0.003) PXA: Emergency mode (note 307976)
    ( 0.004) Correct shortcut handling under EASY ACCESS (note 309791)
    ( 0.005) POST driver: no set locale (note 310076)
    ( 0.006) ASSIGN attr+off(len) TO <fs> (note 302214)
    ( 0.007) Contextmenu for tableview cells (note 309755)
    ( 0.008) Rfc and full screen (note 308383)
    ( 0.009) Dropdown listbox performance (note 307795)
    ( 0.010) Correct cursor preservation (II) (note 307486)
    ( 0.011) Spool-Patch-Collection 26 (note 92482)
    ( 0.012) Correct cursor preservation (III) (note 307486)
    ( 0.013) Correct cursor preservation (IV) (note 307486)
    ( 0.014) Core in dyCheckRadioGroups() (note 308958)
    ( 0.019) STAT: DB Resonse Time for SQL Server (note 310288)
    ( 0.021) Rfc authority problem (note 93254)
    ( 0.024) RFC extended trace information (note 311386)
    ( 0.027) CALL SCREEN: error 'MISMATCH DYNPRO NAME / CONTENT' (note 310186)
    ( 0.028) ABAP: OO-Transactions and event LOAD-OF-PROGRAM (note 312244)
    ( 0.029) Profile 'abap/oo_warn' suppress OO-context errors (note 182767)
    ( 0.031) Occasional core when reading statistics file (note 313669)
    ( 0.032) ABAP: unnecessary class-constructor calls (2) (note 213622)
    ( 0.035) Corrections in errormessage handling (sapdext) (note 312252)
    ( 0.040) TSTC: transaction is not an oo-transaction (note 315037)
    ( 0.044) F4 on checkbuttons (note 312258)
    ( 0.045) Core in moveleft() (note 312418)
    ( 0.046) Error trace: invalid dynpro dynpabsv.c 3490 (note 314373)
    ( 0.047) Error trace: memory conflict diagscrol.c (note 313967)
    ( 0.048) Iterator problem with iXML collections fixed (note 315119)
    ( 0.050) Invocation of not-implemented methods (note 314064)
    ( 0.051) Core at dynamic invoke with interface reference (note 314487)
    ( 0.052) GW: Avoid multiple send (note 314495)
    ( 0.053) Spool-Patch-Collection 27 (note 92482)
    ( 0.054) Printing via e-mail (note 311037)
    ( 0.055) User default time zone from TTZCU-TZONEDEF (note 314300)
    ( 0.056) Bad batch job statistic (note 315147)
    ( 0.057) LOOP AT SCREEN: counter field increased (note 314516)
    ( 0.058) Missing init. in temse (note 314094)
    ( 0.065) GW: shared block leak with multiple reg programs (note 309969)
    ( 0.067) RFC: load balancing over SAPRouter (note 316221)
    ( 0.068) No debugging until login while remote debugging (note 316456)
    ( 0.069) Open SQL: INTO CORRESPONDING with JOINs (note 315747)
    ( 0.071) Support 'Windows NT 5.1' (note 316188)
    ( 0.072) Destroyed dynpro load (note 207817)
    ( 0.073) Error in spool entry queue (note 316148)
    ( 0.074) mySAP.com workplace single signon enabling (note 177895)
    ( 0.075) Sap statistic destroys eye catcher (note 317178)
    ( 0.076) Syslog messages while printing (note 316630)
    ( 0.077) Performance optimization for list boxes (note 214806)
    ( 0.078) Loop in batch input (note 316686)
    ( 0.080) Loop in batch input 2 (note 316686)
    ( 0.081) Don't block s-messages in local update processing (note 312252)
    ( 0.084) Correct error message in conversion exit 'ALPHA' (note 318027)
    ( 0.085) Destroyed dynpro load (note 207817)
    ( 0.086) Print from rfc server (note 318692)
    ( 0.087) Unknown syntax errors after changing the kernel (note 142888)
    ( 0.088) RFC: error discarding unneeded tables (note 319634)
    ( 0.089) Sapstartsrv handle service stop and shutdown correctly (note 142100)
    ( 0.091) GW: Nonblocking connect problems (note 319675)
    ( 0.092) Tstc: transaction is not an oo-transaction (note 315037)
    ( 0.093) Coredump with 'INSERT LINES OF ...' (note 142100)
    ( 0.094) Corrupted cluster item displayed (note 318904)
    ( 0.096) BDC: Enable input in list screens (note 212569)
    ( 0.099) Hanging apps after writing core (note 320168)
    ( 0.102) Syntax warning for literals crossing line boundaries (note 319328)
    ( 0.103) Generation error at statement 'IF itab IS SUPPLIED' (note 321069)
    ( 0.105) Spool-Patch-Collection 28 (note 92482)
    ( 0.109) Several errors within footline (note 312848)
    ( 0.111) Check dynpro processor state (note 301406)
    ( 0.112) Memory usage roll area 0+1 (note 322070)
    ( 0.113) Sapstartsrv: GetProcessList exception, librfc32 delayload (note 142100)
    ( 0.114) Rfc call and default fontsize data (note 323342)
    ( 0.115) OBJECTS_NOT_COMPATIBLE with READ TABLE (note 323039)
    ( 0.116) Random syntax errors (MOVE-CORRESPONDING) (note 207149)
    ( 0.117) SKIP 1ST SCREEN: ignore GRAPH dynpros (note 317917)
    ( 0.118) Japanese IXML, table TCP0F (note 301406)
    ( 0.119) SE30 errors (note 170470)
    ( 0.121) Correct call of POV modules for comboboxes (note 323141)
    ( 0.122) Exception in NiExit (note 319675)
    ( 0.123) GW: No restart during db reconnect (note 321863)
    ( 0.125) TX variants: correct reset field input (note 325275)
    ( 0.126) ITS_LOGIN_CHECK_RFC rejected as XXPASS caller (note 324758)
    ( 0.129) Error message: correct cursor setting (note 318292)
    ( 0.130) Check dynpro processor state (II) (note 301406)
    ( 0.131) Correct SET FOCUS CONTROL for NO-PAI (note 322455)
    ( 0.132) Init tcview components (note 323686)
    ( 0.133) BDC: No loosing track of data during F4-Help (note 323061)
    ( 0.136) BDC: Avoid duplicate messages in log (note 324490)
    ( 0.138) Resize: docking control - dynpro (note 323974)
    ( 0.139) GW: Secinfo for start of external programs (note 323925)
    ( 0.140) False error texts for workplace ticket logon (note 325222)
    ( 0.141) "user locked" for logon attempt at CUA master system (note 325213)
    ( 0.143) HPL2 driver: unreadable text for green/red (note 323460)
    ( 0.146) Loop of dispatcher (note 325559)
    ( 0.148) Spool-Patch-Collection 29 (note 92482)
    ( 0.149) Control Framework global flush mode (note 316243)
    ( 0.150) TX variants: correct reset field input (II) (note 325275)
    ( 0.152) Em detach before process restart (note 326876)
    ( 0.153) Workplace: multiple logon popup for wingui sessions (note 326604)
    ( 0.154) ABAP Debugger: Rollback before restart (note 325903)
    ( 0.156) Conversion X to STRING (note 327086)
    ( 0.158) Bugfix new-page print on + message (note 107321)
    ( 0.159) IXML: coredump when parsing empty XML document (note 326888)
    ( 0.160) Resume in current screen after returning from exit module (note 327803)
    ( 0.161) SORT: close extract file, if runtime error occurs (note 328691)
    ( 0.162) Adapt ABAP runtime to new signal handling (note 329091)
    ( 0.163) BDC: corresponding screen to bsdup-entry in dybimsgi (note 330071)
    ( 0.164) Stat-file is not deleted in old 4.6 releases (note 329603)
    ( 0.169) Do not change loopheader during help processing (note 330761)
    ( 0.171) Disabling GUI in aRFC when called from tRFC (note 329811)
    ( 0.174) Test dynpro: do not call POV modules (note 332538)
    ( 0.175) No commit during wait in update task (note 332077)
    ( 0.176) Printing frames in text mode (note 320792)
    ( 0.177) Spool-Patch-Collection 30 (note 92482)
    ( 0.178) TSTC transaction is not an oo-transaction (note 315037)
    ( 0.179) RFC-Import of deep structures failed (note 333694)
    ( 0.180) STRING_BAD_REF in control break processing (note 332663)
    ( 0.181) Increase structure stack (note 332500)
    ( 0.184) PXA: initialization (note 160875)
    ( 0.185) PXA_NO_FREE_SPACE (note 147568)
    ( 0.186) Update task: increase vb2Cnt for update type 5 (note 333878)
    ( 0.187) Correct handling of empty loop lines (note 334886)
    ( 0.188) TX variants: correct reset field input (III) (note 325275)
    ( 0.189) EmHyperContextCreate() => alreday exists (note 334389)
    ( 0.192) Default cursor: reset cursor offset (note 334951)
    ( 0.194) Invalid client index of sap gateway (note 333949)
    ( 0.195) RFC authority check failed (note 93254)
    ( 0.196) BDC: No loosing track of data after F4-Help (note 323061)
    ( 0.197) ABAP: optimized dynamic SELECT clauses (note 324772)
    ( 0.198) Bugfix new-page print on + message (note 107321)
    ( 0.199) Bugfix displaying printer name after print (note 107321)
    ( 0.201) Error recovery (in ni datagram) after workprocess-restart (note 335967)
    ( 0.207) Diag: correct list size (note 337298)
    ( 0.209) GW: memory block freed twice (note 337957)
    ( 0.210) Incorrect logon ticket expiration calculation  (note 337794)
    ( 0.218) Errortrace: invalid offset (dybasfield.c 95) (note 337820)
    ( 0.219) Deactivate LIST TO MEMORY on selection screen (note 313558)
    ( 0.220) Dbbmng0.c: generic invalidation of shared buffer objects (note 338451)
    ( 0.221) Itab operations on tableview-controls (note 339270)
    ( 0.222) GW: RFC attached gui (note 337425)
    ( 0.223) ASSIGN: set output length accurately (note 338925)
    ( 0.224) Tabstrip pages and wrong scroll offset (note 339469)
    ( 0.225) Set pf-status excluding and rollout (note 338954)
    ( 0.226) Auth problems with 20 characters transactions (note 339913)
    ( 0.227) Batch input: new algorithm for QID-generation (note 338246)
    ( 0.229) Inappropriate short dump ZDATE_ILLEGAL_LOCTIME (note 323954)
    ( 0.230) Print of a list dumps (note 338994)
    ( 0.231) Archive device (note 339659)
    ( 0.232) S-messages in CTU-log (note 339302)
    ( 0.238) Correct trace SET PARAMETER (note 340096)
    ( 0.240) Print of a list dumps (II) (note 338994)
    ( 0.242) Start Row Start Column for Dynproresizing (note 351685)
    ( 0.243) GW: Bad em context handling (note 351526)
    ( 0.244) SORT AS TEXT: length too short (note 350526)
    ( 0.245) Get cursor information on pushbutton (note 351890)
    ( 0.247) ABAP: Slin default check; type I vs. type P (note 351976)
    ( 0.248) GW: CCMS Monitoring Patch-Collection 1 (note 202591)
    ( 0.249) Short dump CALL_TRANSACTION_LOCKED (note 350360)
    ( 0.250) Controls and list processing (note 352065)
    ( 0.251) Blanks in authorization values (note 207196)
    ( 0.252) Tableview line/column selection (note 350363)
    ( 0.253) Spool-Patch-Collection 31 (note 352269)
    ( 0.254) Decrease and increase for dynpro and window (note 352542)
    ( 0.255) ABAP Debugger: Avoid DEBUGGER_ILLEGAL_VALUE in RFC-Debug. (note 182989)
    ( 0.256) Incomplete DATA in D010INC and D010TAB (note 352480)
    ( 0.257) Diag: warning and resize (note 212524)
    ( 0.258) Workplace: provide logon ticket for X.509 logon (note 350776)
    ( 0.260) StartRow StartColumn for Dynproresizing (note 351685)
    ( 0.261) EmHyperContexts: reduce memory consumption (note 353103)
    ( 0.262) Invalid focus memory (note 353496)
    ( 0.263) EmHyperContexts: reduce memory consumption (II) (note 353103)
    ( 0.266) Slow SetQoS due to unnecessary DNS query (note 180940)
    ( 0.268) ABAP-Exception-Handling: Internal State-Stack (note 350146)
    ( 0.269) BDC: no user command allowed on SAPMSYST 0040 (note 163639)
    ( 0.270) Wrong portability warnings from extended syntax check (note 353681)
    ( 0.271) Passing EXP-IMP parameters in RFC calls (note 352629)
    ( 0.272) Spool-Patch-Collection 31a (note 352269)
    ( 0.273) Modal level and suppress dialog (note 355616)
    ( 0.274) DBIF_RSQL_INVALID_REQUEST with very old cluster records (note 353651)
    ( 0.275) Horizontal radiobutton groups (note 355260)
    ( 0.276) Proportional cut for variable Dynpro-objects (note 351685)
    ( 0.277) Hostname resolution blocks processes (note 356788)
    ( 0.278) Tabstrip pages and wrong scroll offset (note 339469)
    ( 0.280) Core in DiagiTableHeader (note 159421)
    ( 0.281) GW: Bad statistic after summer time switch (note 353893)
    ( 0.283) CPIC-Timeout for frontend printing (note 352269)
    ( 0.284) List scrollbar and docking control (note 357241)
    ( 0.285) Sy-SubRc 8 with SELECT SINGLE on logic cluster table  (note 355714)
    ( 0.287) Missing entry in table FIDO (note 357019)
    ( 0.290) BDC: conversion of old batch-input logfiles (note 356758)
    ( 0.293) Invalid sapgui data (note 358681)
    ( 0.294) Reading of ASTAT records fails in 4.6D (note 358532)
    ( 0.295) ABAP: Loop in function LookForFref (note 357698)
    ( 0.297) Muliconnect error reporting (note 358171)
    ( 0.298) RFC: data dependent read error (note 358557)
    ( 0.300) Protect against 'error in datastream' (note 359511)
    ( 0.301) Treatment of looplines by loc. horiz. resize (note 212861)
    ( 0.302) Initial values with DynpValuesUpdate (note 359873)
    ( 0.303) ABAP: warning for duplicate keys removed (note 359114)
    ( 0.304) Core dump when calling RfcClose (note 359865)
    ( 0.306) Suppression of unnecessary syslog messages (note 359523)
    ( 0.308) System Core Dump with F4-Button in R/3-Dialog(modal) setting (note 212861)
    ( 0.309) Core dump in RFC engine (note 353136)
    ( 0.311) Start EASY-ACCESS only for dialog sessions (note 360980)
    ( 0.314) Check if dynpro exists before access it (note 361120)
    ( 0.315) Optimize concatenate for STRING (note 327185)
    ( 0.317) New RFC logon method 'external identification' (note 358469)
    ( 0.319) List scrolling: last line missing (note 362181)
    ( 0.320) GW: Set locale in update task (note 360971)
    ( 0.321) SORT: avoid EXSORT_TOO_MANY_PARALLEL_SORTS (note 361532)
    ( 0.322) Extended syntax check with BETWEEN ... AND (note 361470)
    ( 0.323) ICMAN fails to open event flags for HTTP connections (note 360696)
    ( 0.326) Open SQL: improved statement generation for UPTO (note 361392)
    ( 0.327) Check (ABAP_ASSERT) in ASSIGN to avoid core (note 363059)
    ( 0.329) Bad NOWP request (note 365156)
    ( 0.330) ABAP; SCAN STRUCTURE: error in SELECT-ENDSELECT logic (note 363992)
    ( 0.331) Native SQL: return code for EXECUTE PROCEDURE (note 364707)
    ( 0.332) Semaphore error in ASTAT (note 363499)
    ( 0.333) Printing with format LETTER (note 363624)
    ( 0.334) Problems with missing or short quickinfo (note 363394)
    ( 0.335) Parameters in macro _splitpathU swapped (note 365337)
    ( 0.339) Modified length mismatch (note 207817)
    ( 0.340) Problems with missing or short quickinfo (2) (note 363394)
    ( 0.341) Errortrace invalid value dybas.c 0179 (note 337820)
    ( 0.342) Errortrace invalid parameter dynpdiag 1131 (note 337820)
    ( 0.343) Errortrace dytracefocus invalid container (note 353496)
    ( 0.346) Spool-Patch-Collection 32 (note 352269)
    ( 0.347) Invalid focus memory 2 (note 353496)
    ( 0.348) Prevent duplicate RFC struct parameter transmission (note 365916)
    ( 0.351) Native SQL: memory leak for stored procedures (note 367509)
    ( 0.352) Resizing side to side and one below other Dynpro-Objects (note 367811)
    ( 0.353) Check ztta/dynpro_area (note 167229)
    ( 0.354) Problems with missing or short quickinfo (3) (note 363394)
    ( 0.355) GW: Bad NOWP request II (note 365156)
    ( 0.358) Breakpoint in ABAP Debugger at CONTINUE (note 368433)
    ( 0.359) Errortrace: should not happen (dycuahlp 1661) (note 369415)
    ( 0.360) Reactivate suspended clients (note 367384)
    ( 0.361) Disable persistent trace for RFC-Library (note 364034)
    ( 0.365) Large file support (note 330992)
    ( 0.366) IMPORT: avoid IMPORT_INIT_DECOMPRESS_FAILES (note 370053)
    ( 0.367) BAPI_USER_CHANGE returns wrong/blank error message (note 369761)
    ( 0.368) ABAP debugger: field display and global TABLES-parameters (note 370103)
    ( 0.369) ABAP debugger: empty source display (note 370717)
    ( 0.370) Saplicense: license buffer not initialized (note 371301)
    ( 0.371) List token in SELECT (note 370587)
    ( 0.373) GW: Duplicate conversation ids in gateway work processes (note 371481)
    ( 0.375) Dynamic Type at CREATE DATA (note 371607)
    ( 0.376) Printing selection page & long transaction (note 370661)
    ( 0.377) Library iXML: correction of CDATA size problem (note 371846)
    ( 0.378) DEC field input for none DDIC fields (note 373047)
    ( 0.379) Spool-Patch-Collection 33 (note 352269)
    ( 0.380) C-Call ABAP_CALLSTACK (note 371779)
    ( 0.381) Loop during decompression of corrupted Sources/Loads (note 374200)
    ( 0.382) Extended table compression for certain RFC connections (note 373452)
    ( 0.383) SORT: avoid EXSORT_TOO_MANY_PARALLEL_SORTS and recursion (note 361532)
    ( 0.384) PostScript error with TrueType fonts (note 373604)
    ( 0.385) XML-Import failed after empty structure tags (note 374447)
    ( 0.386) Disable QoS support by default (note 180940)
    ( 0.387) Message display type (note 368333)
    ( 0.389) DEC field input for none DDIC fields II (note 373047)
    ( 0.390) Long running report (note 373343)
    ( 0.391) Illegal request looping in dispatcher (note 373345)
    ( 0.394) Fix printing selection page & long transaction (note 370661)
    ( 0.397) Reserve address space for Extended Memory (note 373326)
    ( 0.399) VALUE /namespace/const (note 371720)
    ( 0.402) DYNG: get translated buttontexts from D021T (note 363394)
    ( 0.403) Correct returncode for SET_DYNP_FIELD_VALUE (note 374941)
    ( 0.404) Refresh control from screen (note 375251)
    ( 0.406) Receive result of aRFC (note 375356)
    ( 0.410) Disp+Work doesn't start up (note 376242)
    ( 0.414) DEC field input for none DDIC fields (note 373047)
    ( 0.415) Core dump in GenViewGetPbagRudi (note 375055)
    ( 0.416) DBIF_REPO_PART_NOT_FOUND during Garbage-Collection (note 374884)
    ( 0.417) Control focus correction (note 374510)
    ( 0.418) Title problems (note 374560)
    ( 0.419) Window width > 255 cause list problems (note 375856)
    ( 0.420) IS REQUESTED/SUPPLIED and RETURNING parameter (note 375329)
    ( 0.423) DEC field input for none DDIC fields (note 373047)
    ( 0.424) Core in appl info (note 376906)
    ( 0.425) Core in DiagIConvert, if trace level 3 (note 377184)
    ( 0.426) Correction for Spool-Patch-Collection 33 (note 352269)
    ( 0.429) Change default for cursor preservation (note 378706)
    ( 0.430) Error trace from dyariftb() (note 378093)
    ( 0.431) Enqueue table overflow, syslog message corrected (note 378682)
    ( 0.433) DEC field input for none DDIC fields (note 373047)
    ( 0.434) Illegal chars set spooljob to error (note 379119)
    ( 0.435) Debugger: data references and tables of type I (note 378838)
    ( 0.436) Set DISPLAY AGAIN in TH (note 380164)
    ( 0.437) Prepare: several mySAP.com components in one DB (note 379572)
    ( 0.439) Workplace: disable password logon (note 379081)
    ( 0.445) DiagSetCodepage() failed (note 382240)
    ( 0.446) Sapstartsrv update available.log on Start/Stop (note 142100)
    ( 0.447) Ldapreg: ITS LDAP registration (note 379691)
    ( 0.448) GW: Wp stuck in PRIV mode (note 381870)
    ( 0.449) Too many invalidations on USRBF2 (note 319727)
    ( 0.450) Correct static focus on subscreens (note 380809)
    ( 0.451) Correct HOLD DATA message (note 381528)
    ( 0.452) Trace DYNP_SET/GET_STATUS (note 381694)
    ( 0.453) Init screen buffer parameters (note 382032)
    ( 0.454) No core in dypov_treatDpovtabRow (note 381221)
    ( 0.455) Server shutdown after bind error (note 382440)
    ( 0.457) Handling of fatally corrupted cluster records (note 381968)
    ( 0.466) EXPORT: dynamic export of strings (note 384694)
    ( 0.467) Message in help: no core dump (note 384639)
    ( 0.468) Pull up other objects down of table after TABLE_PBO_DONE (note 383033)
    ( 0.469) Tablecontrol init and context (note 373977)
    ( 0.470) Correction of the nls locale check tool (note 40815)
    ( 0.471) GW: Missing aRFC response (note 384015)
    ( 0.472) GW: Core during write of statistic (note 384433)
    ( 0.473) Wp stuck in PRIV mode (II) (note 381870)
    ( 0.474) Shared Pool disturbed corrected (note 384810)
    ( 0.477) SORT/EXTRACT: large file support (note 384257)
    ( 0.478) Codepage problem: sap8000 (shift_jis) (note 384947)
    ( 0.479) Active/Inactive-Handling (note 385628)
    ( 0.480) Sporadic logon failures in batch processing (note 385894)
    ( 0.483) GW: Free unallocated memory (note 387747)
    ( 0.484) SORT/EXTRACT: large file support (II) (note 384257)
    ( 0.487) Open SQL: several minor errors (note 386783)
    ( 0.489) RABAX no dbrollback and dbcommit at core (note 386268)
    ( 0.490) C-call DY_GET_S_MESSAGE available (note 383089)
    ( 0.491) Correct I message for batch input (note 386661)
    ( 0.492) Do not skip message popup (note 385147)
    ( 0.493) Async RFC: set size of full screen (note 385132)
    ( 0.494) Correct error messages for CALL SUBSCREEN (note 386674)
    ( 0.495) Logon tickets slightly too long valid (note 387595)
    ( 0.496) Format error during output of empty strings (note 385796)
    ( 0.497) RFC: patch collection (46D) (note 387366)
    ( 0.498) Method calls in arithmetics (note 387066)
    ( 0.499) Reallocate the number of boxes for resizing (note 388988)
    ( 0.500) Generate correct forkey selects in dynpro (note 388699)
    ( 0.501) Destroyed dynpro load (note 207817)
    ( 0.502) Open a new audit file next day after maxsize event (note 321148)
    ( 0.503) Delete audit files with extended filenames (SM18) (note 370829)
    ( 0.504) DiagSetCodepage() failed (note 382240)
    ( 0.507) Missing arfc response (II) (note 384015)
    ( 0.508) Generation of very long sources: repeating END_INBUF (note 389041)
    ( 0.509) Correct hold control framework focus (note 389364)
    ( 0.510) BDC: F1 or F4-request in bdcdata (note 323061)
    ( 0.511) Overflow of memory (note 370661)
    ( 0.512) PARAMETERS referencing a named DDIC include (note 389940)
    ( 0.515) DB2/390: default dbs/db2/use_hints=abap->1 (note 162034)
    ( 0.516) Recovery from NI-error after WP-restart (note 335967)
    ( 0.517) Avoid RFC server timeout (note 390219)
    ( 0.522) Avoid core in ABAP debugger by bad string references (note 391169)
    ( 0.523) Keep scrollposition (note 391871)
    ( 0.524) ABAP debugger: Display header for bad object reference (note 391187)
    ( 0.530) Enqueue traces during transaction reset (note 392873)
    ( 0.531) Garbage-Collection beyond 600MB (note 393378)
    ( 0.534) Enqueue traces during transaction reset (II) (note 392873)
    ( 0.535) CPICFAIL in smq1 after kernel upgrade (note 394549)
    ( 0.536) APO: correct internal table processing in COM routines (note 395695)
    ( 0.537) DYNPRO_FIELD_CONVERSION on Get Parameter (output) (note 395450)
    ( 0.538) Core in dyGetDataR() (note 395299)
    ( 0.540) Core in DpFreeResource after restart (note 394454)
    ( 0.542) Restore of sy.datar when popping screen (note 393511)
    ( 0.543) Open SQL: Memory leak when updating with %_HINTS (note 393897)
    ( 0.547) List scrolling: last line missing(2) (note 362181)
    ( 0.548) DiagSetCodepage() failed (note 382240)
    ( 0.549) Limit on number of sessions per logon (note 392369)
    ( 0.552) ABAP: error in string access with offset or length (note 396800)
    ( 0.553) Wrong portability warnings from SLIN (note 353681)
    ( 0.555) SY-VLINE in Thai on AS/400 (note 391627)
    ( 0.557) Unsuccessful READ on a SORTED TABLE (note 395205)
    ( 0.559) Sapstartsrv shutdown one process after the other (note 142100)
    ( 0.560) GW: COMPUTE_INT_TIMES_OVERFLOW in SAPLSALK (note 395671)
    ( 0.561) MS: improved trace features (note 396750)
    ( 0.562) ABAP: PERFORM .. CHANGING VALUE(<itab-line>-comp) (note 399078)
    ( 0.564) No hint generation in case of SELECT SINGLE (note 397170)
    ( 0.565) READ TABLE with attribute keys (note 399263)
    ( 0.566) Error in msg-server communication (note 398525)
    ( 0.568) Spool-Patch-Collection 34 (note 352269)
    ( 0.569) GW: Destroyed update start message (note 157840)
    ( 0.576) ABAP debugger: display active calls (note 399920)
    ( 0.577) ABAP debugger: display of interface aliases (note 399915)
    ( 0.578) ABAP: SET LOCALE and SUBMIT / CALL TRANSACTION (note 399918)
    ( 0.579) Enforce minimal patch level for database library (note 400216)
    ( 0.581) Ticket logon resets initial flag (password) (note 402076)
    ( 0.582) New translations cause locks on D020 (note 36795)
    ( 0.585) Catching of problems during string <-> char handling (note 402340)
    ( 0.586) GET LOCALE: language incorrect (note 402801)
    ( 0.587) Icons are not printed properly (note 402967)
    ( 0.588) Em context destroyed after exception (note 403562)
    ( 0.589) Dummy call: super constructor (note 401553)
    ( 0.590) Visibility of local types (note 401910)
    ( 0.591) Coredump with READ TABLE and float attributes (note 400516)
    ( 0.592) Offset/length specifiers in a table key definition (note 402255)
    ( 0.594) Resize: docking control - dynpro (note 323974)
    ( 0.598) Avoid inconsistent overall source time stamp (note 405821)
    ( 0.599) PXA: correct unfound object cache & statistic counters (note 406075)
    ( 0.600) SY-VLINE and JAVASCRIPT in Thai on AS/400 (note 391627)
    ( 0.601) Avoid inconsistent overall source time stamp (II) (note 405821)
    ( 0.605) RFC_DEBUGGING_NO_DIALOG_USER (note 407471)
    ( 0.606) Core in dyAbapGetContainerPosition (note 405930)
    ( 0.607) X.509 certificate logon: timezone not set (note 408601)
    ( 0.608) Unsuccessful READ on a SORTED TABLE (II) (note 409175)
    ( 0.609) IPC, max shm size detection accelerated (note 406738)
    ( 0.610) Graphical characters and page borders (note 406673)
    ( 0.611) SE30: close measurement on /n (note 381500)
    ( 0.612) Detail selection does not work correct (note 400090)
    ( 0.613) Negative value for hdcurrow is not permitted (note 352542)
    ( 0.624) Cutting terminal names (note 412628)
    ( 0.625) Update debugging (note 336925)
    ( 0.626) Control for Table-Control in Resizing is wrong (note 388988)
    ( 0.627) Correct treatment of field symbols (note 406306)
    ( 0.629) Init params of ab_ListGetFieldName (local field symbols) (note 413506)
    ( 0.630) Open SQL: more than 255 alias names in SELECT list (note 411136)
    ( 0.631) Open SQL: wrong SY-DBCNT for FETCH NEXT (note 412399)
    ( 0.632) Core in db_blob (note 412063)
    ( 0.633) Core in DiagGetWindowDimension (note 412168)
    ( 0.634) Core by 'Display current statement' in debugger (LREF) (note 411673)
    ( 0.636) Coredump in PfOpenScratchFile (note 414242)
    ( 0.637) VALUE class=>const (note 413384)
    ( 0.639) Hebrew Sapscript printing causes signal 11 (note 155261)
    ( 0.640) Workarea change in case of SELECT SINGLE with SY-SUBRC 4 (note 410175)
    ( 0.641) Function DB_DBSCHEMA returns correct result now (note 411971)
    ( 0.642) Wrong syntax error at literals in macros (note 411757)
    ( 0.643) Change of an interface (note 411769)
    ( 0.647) Dbbuf: restrict rtbb/buffer_length to 200000 [kB] (note 414220)
    ( 0.649) Inserted option WAN_CONN into RfcOpenEx (note 415169)
    ( 0.650) SU01: error texts for invalid passwords (note 369761)
    ( 0.651) CONVERT TIME STAMP... for 9999/31/12 23:59:59 (note 401610)
    ( 0.653) Text of check- and radiobuttons with icon (note 414703)
    ( 0.654) MESSAGE ... INTO no rabax at message x (note 408740)
    ( 0.655) New list line at program load (note 412142)
    ( 0.656) Displaying frames in lists (note 412787)
    ( 0.657) Selection page and empty report (note 370661)
    ( 0.658) VMIT (NT): higher precision (note 414135)
    ( 0.659) Runtime error DSTEP_WRONG_PROGRAM (note 416350)
    ( 0.660) Core in csulzh.c (note 413899)
    ( 0.661) Msg_server accept ad-msg opcode 60 AD_SELFIDENT (note 415447)
    ( 0.662) Highlighting in Hebrew list printing (note 353987)
    ( 0.663) Extended syntax check with BETWEEN ... AND (2) (note 361470)
    ( 0.664) Breakpoint at (RFC) function module (note 414952)
    ( 0.665) Don't break iXML because of missing character (note 410929)
    ( 0.667) WP opmode switch (note 415840)
    ( 0.674) Msg_server accept ad-msg opcode 60 AD_SELFIDENT (note 415447)
    ( 0.675) Duplicate key in VBMOD (note 416961)
    ( 0.676) Trace spa/gpa memory overflow (note 34533)
    ( 0.677) Dbbuf: check rtbb/buffer_length and rtbb/max_tables (note 414220)
    ( 0.678) Display '?' in DropdownListboxes (note 417405)
    ( 0.679) Correct call dialog for system messages (I) (note 416053)
    ( 0.680) Correct call dialog for system messages (II) (note 417096)
    ( 0.682) Memory leak in short storage (MEMSAV) (note 419819)
    ( 0.683) Spooler C-call info msg in trace (note 418740)
    ( 0.684) Dithering of color bitmaps (note 410727)
    ( 0.685) Standalone enqueue server prepared (note 419283)
    ( 0.686) Correction of the nls locale check tool (note 40815)
    ( 0.687) System Core Dump in C-Destructors of ABAP Objects (note 416163)
    ( 0.688) Q

    Hi Experts,
    After i tried a few times, i can successfully start prepare with upgrade asistant monitor - Administrator >> Start Prepare,
    Thanks

  • Latin MIDI loops don't load the right kit

    I tried to pull in the Software Instrument Loop: Latin Percussion 01 Loop from the Apple Loop Browser and the result is completely different from the preview you get out of the Browser. The patch that seems to be loaded when you drag it to let it make its own track is Crystal  Pad.esi, which I searched for in the library and is not there. I tried a couple of the latin kits and they still have the irritating 16th note whistle. selecting notes in the piano roll editor and there seems to be some notes mapped to nothing.
    Is there a kit somwhere that plays this loop properly? I looked through World and Legacy/World and nothing I tried comes close. Perhaps there is a key map out there or some environment patch?

    What version of oracle you have? CBO work is different in 9i and 10g.
    Usually cost based optimizer do not want to use index for >< condition with binding variables because optimizer can not use statistic to determine selectivity, and by default selectivity of <> operators is low.
    (As I remember '>' selectivity by default is 5%, you have two conditions > and <, therefore resulting selectivity will be 0.05*0.05=0.0025 as two independent events, but selectivity of other conditions
    ORDER_MVTS.MVT_TYPE = 'DELIVERY' or ORDER.CUSTOMER_CODE = 'ADIDAS' looks much better for CBO)
    The best solution I see is do not use binding variables. Actually your query looks as searching query, which executes not so often, therefore you will not have perfomance win along of skipping execution plan creation.
    Edited by: JustasVred on Apr 1, 2009 10:10 AM

  • How can I set a point size for staticTexts

    Hi everyone
    How can I set a point size for staticTexts?
        staticTexts.add({staticLabel:"Please select a tedious job"});
    thanks
    Teetan

    Thank you Vandy
    Thank you pixxxel schubser
    And thank you Peter Kahrel
    But Ho can call function for this script?
    //======================================================================
    Thank you Vandy
    Thank you pixxxel schubser
    And thank you Peter Kahrel
    But Ho can call function for this script?
    //======================================================================
    var stringList = [  
    "01.  digit at end: superscript",
    "02.  digit at beginning: superscript",
    "03.  notes  applied to italic (table only)",
    "04.  Initial Cap+ markup",
    "05.  Small Cap + markup",
    "06.  del [ ] + markup",
    "07.  add an EM at beginning",
    var win = new Window("dialog","Tedious Jobs_(\"TDJs\")");  
    this.windowRef = win;  
    win.grp = win.add ("group", undefined);  
    win.grp.alignChildren = "top";  
    win.grp.margins = 5;  
    win.grp2 = win.grp.add ("group", undefined);  
    win.grp2.orientation = "Column";  
    win.grp2.alignChildren = "left";  
    win.grp3 = win.grp.add ("group", undefined);  
    win.grp3.orientation = "Column";  
    win.grp3.alignChildren = "fill";  
    win.grp2.Txt1 = win.grp2.add ("statictext", undefined, "Please select a tedious job");  
    win.grp2.Txt1.indent = 0;  
    win.grp2.Ddl1 = win.grp2.add ("dropdownlist", undefined, stringList);  
    win.grp2.Ddl1.selection = 0;  
    win.grp2.sTxt1 = win.grp2.add ("statictext", undefined, "________________________________________");  
    win.grp2.sTxt3 = win.grp2.add ("statictext", undefined, "Be careful and pay attention in what you selected.");  
    win.grp2.sTxt3.graphics.font = ScriptUI.newFont ("Arial", "Regular", 10);  
    win.quitBtn = win.grp3.add("button", undefined, "Ok");  
    win.cancelBtn = win.grp3.add("button", undefined, "Cancel");  
    win.defaultElement = win.quitBtn;  
    win.cancelElement = win.cancelBtn;  
    win.quitBtn.onClick = function() {  
    win.close();  
      if (w.show() == 1) { 
                    var mRes = mStringList.selection.text;
                    mSelection = mStringList.selection.index;
                    app.insertLabel( "mDialog", mSelection.join() );    // to store dropDownList positions (as a string "," delimited)
                    return mRes;
            } else  {  exit();  } 
    app.doScript('main()', ScriptLanguage.JAVASCRIPT, undefined, UndoModes.FAST_ENTIRE_SCRIPT, "TDJs"); 
    function main(){
    var myObject;
    var myCheckSelection = false;
    if(app.documents.length > 0){
      if(app.selection.length > 0){
       switch(app.selection[0].constructor.name){
        case "InsertionPoint":
        case "Character":
        case "Word":
        case "TextStyleRange":
        case "Line":
        case "Paragraph":
        case "TextColumn":
        case "Text":
        case "Cell":
        case "Column":
        case "Row":
        case "Table":
      mySelected = app.insertLabel( "mDialog", String(mySelection.selectedIndex) );     //     to remember selection’s set 
      if(app.selection && app.selection[0].hasOwnProperty ("tedious_works") );
          tedious_works(); 
    else{
      alert("Wrong selection. Please try again.");
    function tedious_works() {  
      app.findGrepPreferences = app.changeGrepPreferences = null; 
      switch (mySelection.selectedIndex){ 
           case 1: {
       app.findGrepPreferences.findWhat = "^\\d";
       app.changeGrepPreferences.position = 1936749411;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
                break; 
           case 2:{
       app.findGrepPreferences.findWhat = "(?i)\\(note.+\\)$";
       app.changeGrepPreferences.appliedCharacterStyle = "Italic";
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "(附[註注].+)$";
       app.changeGrepPreferences.appliedCharacterStyle = "Italic";
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
           break; 
           case 3:{
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<a";
       app.changeGrepPreferences.changeTo = "A";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<b";
       app.changeGrepPreferences.changeTo = "B";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<c";
       app.changeGrepPreferences.changeTo = "C";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<d";
       app.changeGrepPreferences.changeTo = "D";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<e";
       app.changeGrepPreferences.changeTo = "E";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<f";
       app.changeGrepPreferences.changeTo = "F";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<g";
       app.changeGrepPreferences.changeTo = "G";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<h";
       app.changeGrepPreferences.changeTo = "H";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<i";
       app.changeGrepPreferences.changeTo = "I";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<j";
       app.changeGrepPreferences.changeTo = "J";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<k";
       app.changeGrepPreferences.changeTo = "K";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<l";
       app.changeGrepPreferences.changeTo = "L";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<m";
       app.changeGrepPreferences.changeTo = "M";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<n";
       app.changeGrepPreferences.changeTo = "N";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<o";
       app.changeGrepPreferences.changeTo = "O";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<p";
       app.changeGrepPreferences.changeTo = "P";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<q";
       app.changeGrepPreferences.changeTo = "Q";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<r";
       app.changeGrepPreferences.changeTo = "R";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<(?<!’)s";
       app.changeGrepPreferences.changeTo = "S";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<t";
       app.changeGrepPreferences.changeTo = "T";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<u";
       app.changeGrepPreferences.changeTo = "U";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<v";
       app.changeGrepPreferences.changeTo = "V";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<w";
       app.changeGrepPreferences.changeTo = "W";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<x";
       app.changeGrepPreferences.changeTo = "X";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<y";
       app.changeGrepPreferences.changeTo = "Y";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<z";
       app.changeGrepPreferences.changeTo = "Z";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
           break; 
           case 4:{
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<A";
       app.changeGrepPreferences.changeTo = "a";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<B";
       app.changeGrepPreferences.changeTo = "b";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<C";
       app.changeGrepPreferences.changeTo = "c";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<D";
       app.changeGrepPreferences.changeTo = "d";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<E";
       app.changeGrepPreferences.changeTo = "e";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<F";
       app.changeGrepPreferences.changeTo = "f";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<G";
       app.changeGrepPreferences.changeTo = "g";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<H";
       app.changeGrepPreferences.changeTo = "h";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<I";
       app.changeGrepPreferences.changeTo = "i";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<J";
       app.changeGrepPreferences.changeTo = "j";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<K";
       app.changeGrepPreferences.changeTo = "k";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<L";
       app.changeGrepPreferences.changeTo = "l";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<M";
       app.changeGrepPreferences.changeTo = "m";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<N";
       app.changeGrepPreferences.changeTo = "n";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences.findWhat = "\\<O";
       app.changeGrepPreferences.changeTo = "o";
       app.changeGrepPreferences.underline = true;
       app.selection[0].changeGrep();
       app.findGrepPreferences = app.changeGrepPreferences = null;
       app.findGrepPreferences = app.changeGrepPreferences = null;

  • Query don't use the right index when using bind variables

    Hi people !
    I need some help because I have an issue with a query that don t use the right Indexes as it should
    First of all, I have mainly three tables :
    ORDER : Table that contains description for each Order (approximately 1 000 000 Records)
    ORDER_MVTS : Table that contains the tasks made (called movements) to set up each Orders
    with quantity of packages prepared for each product (approximately 10 000 000 Records)
    PRODUCT : Tables that contains the products (approximately 50 000 Records)
    When I launch the query with hard coded values, it brings back response very fast
    because it uses the right index (ORDER_DHR_VALID) which represent the date and hour of the order
    (with format 'DD/MM/YYYY HH24:MI:SS'). The selectivity for this index is good.
    NB 1: I have to use the trick " >= Trunc(date) and < trunc(date) +1 " to filter on a simple date because
    the index contains hour and minutes (I know it wasn't probably a bright idea at conception time).
    NB 2: The index on ORDER_MVTS.PRODUCT_CODE is'nt discriminating enough because there is'nt enough different products.
    It's the same for index on CUSTOMER_CODE and on MVT_TYPE so only the index on ORDER.DHR_VALID is good.
    Here is the correct explain plan when I execute the query with hard coded values :
    SELECT SUM(ORDER_MVTS.NB_PACKAGE)
    FROM ORDER_MVTS, PRODUCT, ORDER
    WHERE ORDER.DHR_VALID >= TRUNC(to_date('14/11/2008 10:04:56','DD/MM/YYYY HH24:MI:SS'))
    AND ORDER.DHR_VALID < TRUNC(to_date('14/11/2008 10:04:56','DD/MM/YYYY HH24:MI:SS')) + 1
    AND ORDER_MVTS.MVT_TYPE = 'DELIVERY'
    AND PRODUCT.CODE = ORDER_MVTS.PRODUCT_CODE
    AND ORDER_MVTS.ORDER_CODE = ORDER.CODE
    AND ORDER.CUSTOMER_CODE = 'ADIDAS'
    AND PRODUCT.CODE = 1234
    Rows Row Source Operation
    1 SORT AGGREGATE
    2 NESTED LOOPS
    4 NESTED LOOPS
    2 INDEX UNIQUE SCAN (object id 378548) --> PRODUCT_PK
    4 TABLE ACCESS BY INDEX ROWID ORDER
    777 INDEX RANGE SCAN (object id 378119) --> ORDER_DHR_VALID
    2 TABLE ACCESS BY INDEX ROWID ORDER_MVTS
    30 INDEX RANGE SCAN (object id 377784) --> ORDER_MVTS_ORDER_FK
    Now the problem is when the query is used in a Cursor with bind variables.
    It seems like Oracle don't use index on ORDER.DHR_VALID because he can't figure out that he have
    to actually filter on a short period of time (only one day).
    So Oracle uses the index on ORDER_MVTS.PRODUCT_CODE which is'nt a bright idea (it takes 10 secondes instead of just one)
    Here is the bad explain plan :
    Rows Row Source Operation
    1 SORT AGGREGATE
    2 NESTED LOOPS
    722 NESTED LOOPS
    2 INDEX UNIQUE SCAN (object id 378548) --> PRODUCT_PK
    722 TABLE ACCESS BY INDEX ROWID ORDER_MVTS
    1790 INDEX RANGE SCAN (object id 377777) --> ORDER_MVTS_PRODUCT_FK
    2 TABLE ACCESS BY INDEX ROWID ORDER
    1442 INDEX UNIQUE SCAN (object id 378439) --> ORDER_PK
    Now I have found two solutions to this problem :
    1) using a Hint to force the use of index on ORDER.DHR_VALID (with /*+ INDEX(ORDER ORDER_DHR_VALID) */ )
    2) Using Dynamic SQL and keeping the date hard coded (but not the other values except mvt_type)
    For example :
    QUERY :=
    'SELECT SUM(ORDER_MVTS.NB_PACKAGE)
    FROM ORDER_MVTS, PRODUCT, ORDER
    WHERE ORDER.DHR_VALID >= TRUNC(TO_DATE('''||To_char(P_DTE_VAL,'DD/MM/YYYY')||''',''DD/MM/YYYY'')) '||
    AND ORDER.DHR_VALID < TRUNC(TO_DATE('''||To_char(P_DTE_VAL,'DD/MM/YYYY')||''',''DD/MM/YYYY'')) + 1 '||
    AND ORDER_MVTS.MVT_TYPE = 'DELIVERY'
    AND PRODUCT.CODE = ORDER_MVTS.PRODUCT_CODE
    AND ORDER_MVTS.ORDER_CODE = ORDER.CODE
    AND ORDER.CUSTOMER_CODE = :CUSTOMER
    AND PRODUCT.CODE = :CODE ';
    These two solutions work but Number 1 is bad in theory because it uses a Hint
    and Number 2 may be difficult to code.
    So my question is : Does someone knows another solution to force the use of index ORDER_DHR_VALID that can be simple and reliable.
    Thank you very much for support
    Edited by: remaï on Apr 1, 2009 4:08 PM

    What version of oracle you have? CBO work is different in 9i and 10g.
    Usually cost based optimizer do not want to use index for >< condition with binding variables because optimizer can not use statistic to determine selectivity, and by default selectivity of <> operators is low.
    (As I remember '>' selectivity by default is 5%, you have two conditions > and <, therefore resulting selectivity will be 0.05*0.05=0.0025 as two independent events, but selectivity of other conditions
    ORDER_MVTS.MVT_TYPE = 'DELIVERY' or ORDER.CUSTOMER_CODE = 'ADIDAS' looks much better for CBO)
    The best solution I see is do not use binding variables. Actually your query looks as searching query, which executes not so often, therefore you will not have perfomance win along of skipping execution plan creation.
    Edited by: JustasVred on Apr 1, 2009 10:10 AM

  • Any ideas on this one??  textpane weird thing

    I need to search through the document in a jTextPane and color certain words...I had it working but it skipped a character on every new line. I searched and found this, http://forum.java.sun.com/thread.jsp?forum=31&thread=42144 but it does not help with a solution. Can someone please help.
              StringTokenizer sT = new StringTokenizer( textArea.getText() );
                   int numberOfTokens = sT.countTokens();
         int startpos = 0;
              for( int j = 0; j < numberOfTokens; j++ )
                        //System.out.println("After For Loop");
                        String token = sT.nextToken();
                        if( token.equalsIgnoreCase( "test" ) )
                             //System.out.println("in if loop");
                             //System.out.println(token);
                             textArea.select( textArea.getText().indexOf( token,startpos ), ( textArea.getText().indexOf( token,startpos ) + token.length() ) );
    int start = textArea.getSelectionStart();//textArea.getText().indexOf("test",startpos);
    int end = textArea.getSelectionEnd();//start + 3;//
    startpos = start+1;
    System.out.println("after start,end "+start+" "+end);
    if (start != end)
    MutableAttributeSet attr = new SimpleAttributeSet();
    StyleConstants.setForeground(attr, Color.red);
    doc.setCharacterAttributes(start, end-start, attr, true);
    textArea.requestFocus();

    Here's an idea that should work...
    int start = textArea.getSelectionStart();//textArea.getText().indexOf("test",startpos);
    int end = textArea.getSelectionEnd();//start + 3;//
    // CHANGE
    // right here, check if you've crossed a newline
    // if you have, update startpos, and subtract 1 character
    while (int x = textArea.getText().substring(startpos,start).indexOf('\n')!=-1) // there is a newline character
    startpos = x + 1;
    start -= 1;
    startpos = start+1;
    that should fix it

  • Store multiple values into a variable

    I was wondering if it was possible to store multiple values into one varaible. Something along the lines of...
    Oracle: 10g
    --Table xSample (this is obviously a dumbed down version of the table for the sake of showing what I want to accomplish
    S_ID   YEAR
    1         2009
    2         2009
    3         2009
    4         2009
    --Query
    select     s_id
    into       pID
    from      xSample
    where    year = 2009;Basically the reason I was trying to figure out how to store multiple values into a variable is b/c I was going to use that variable (pID) as a parameter and have it's values passed dynamically when the proc was called. The values would go into a query that would look something like:
    select *
    from cust_data
    where person_id in (pID)
    aka
    select *
    from cust_data
    where person_id in (1,2,3,4)Not sure if this is possible, but if anyone knows of a way I could accomplish this that would be great.
    Edited by: user652714 on Dec 23, 2009 9:37 AM

    Here's a basic idea building a comma seperated list, then consuming it in another query (taking the in list approach from Tom's post, linked earlier).
    create table xsample (s_id number not null, year number);
    insert into xsample select level, 2009 from dual connect by level <=4;
    commit;
    declare
       --4000 should be lots ... hopefully?
       v_parameter_list varchar2(4000);
    begin
      --create the comma seperated list
      select
        substr(max(sys_connect_by_path(s_id, ',') ), 2, 4000)
      into
        v_parameter_list
      from
        select s_id, row_number() over(order by 1) as rn
        from xsample
        where year = 2009
      start with rn = 1
      connect by prior rn = rn - 1;
      --consume the comma seperated list
      for x in
        with data as
          select
            trim( substr (txt,
            instr (txt, ',', 1, level  ) + 1,
            instr (txt, ',', 1, level+1)
            - instr (txt, ',', 1, level) -1 ) ) as token
          from
            select ','||v_parameter_list||',' txt
            from dual
          connect by level <= length(v_parameter_list)-length(replace(v_parameter_list,',',''))+1
        select *
        from xsample
        where s_id in (select * from data) 
      loop
        dbms_output.put_line('next item = ' || x.s_id);
      end loop;
    end;
    /

Maybe you are looking for

  • My i pod doesn't work

    My i pod nano is shut down and it doesn't work any more, i have tried all the buttons and it is still the same. i just want someone to help and tell me what do i have to do to return it or change it or repair it, who do i need to call or what do i ne

  • Authenticate against external windowsdb member server

    I would like to know if anyone has been able to get the ACS appliance version to authenticate users against a Windows Member Server not a DC (no AD).

  • Wrong DBHOST in Table DB4TABLE_STAT und DB4TABLE_HIST after relocation

    after the relocation of one of our SAP system to a new host, there is still the old dbhost-name in Column DBHOST in Tables DB4TABLE_STAT and DB4TABLE_HIST, DB4INDEX_STAT, DB4INDEX_HIST, (we are on IBM-i) within the default-Profile, there is already t

  • Not recognizing HP OfficeJet 6700 Premium for Scanning

    Hi to all,  I bought and set up an HP OfficeJet 6700 Premium. It is working fine for printing. However it won't recognize the HP Office Jet for scanning. Attempted both from device and from PC. I get a message that device was "not found"...I am runni

  • Sharing iphoto photos

    Hi, I setup a load of photos under my iphoto library, i then somehow, dont ask me how share this with my wifes iphoto on same machine so she could print etc... and now my iphoto cant see them anymore and i cant find out how to get them back so we can