CHECK behaviour??

Hi Experts,
Pls. clarify my basic doubt that, Wht is CHECK behaviour in the folllowing scenarios?
1) LOOP
check not my_itab[] is initial.
endloop.
2) form_1
check not my_itab[] is initial.
endform.
3) Main Prog. blocks
check not my_itab[] is initial.
logic...
4) Is END-OF-SELECTION triggers, if CHECK is true i.e. my_itab does hv records?
1) IF
check not my_itab[] is initial.
endif.
thanq

CHECK evaluates the subsequent logical expression . If it is true, the processing continues with the next statement.
In loop structures like
DO ... ENDDO
WHILE ... ENDWHILE
LOOP ... ENDLOOP
SELECT ... ENDSELECT
CHECK with a negative outcome terminates the current loop pass and goes back to the beginning of the loop to start the next pass, if there is one.
In structures like
FORM ... ENDFORM
FUNCTION ... ENDFUNCTION
MODULE ... ENDMODULE
AT
CHECK with a negative outcome terminates the routine or modularization unit.
If CHECK is not in a loop or a routine or a modularization unit, a negative logical expression terminates the current event. In contrast, the statement REJECT terminates the current event, even from loops or subroutines.
Regards,
Santosh

Similar Messages

  • Ask to OneDrive for business developers to modify a recently changed behaviour of application (since update KB2881087)?

    Hi.
    Since update KB2881087, OneDrive for business application has started behaving in a problematic way. Is there a way to report/ask to OneDrive for business developers to restore old behaviour?
    All problem is explained at
    http://community.office365.com/en-us/f/156/p/254376/790491.aspx#790491
    The problem is that before that update (win 7 64 bit ultimate edition en-US), if the startup folder link was removed, that link did not reappear (link inserted only at first folder sync). After that update, the program checks the startup folder link existence
    and if not present, re-creates it. I use bitlocker in just one partition, where I put the sync folder. After that update I have to remember to delete the link every time I shut down the computer in order to avoid the OneDrive for business job deletion at next
    startup when the program does not find the folder (protected into bitlocker).
    I need to deploy OneDrive for business into my organization but this problem prevents this.
    I would suggest to developers, as told in the office365 forum, to remove the startup check or, better, to:
    - have an option to modify startup check behaviour or
    - make OneDrive resilient to folder not found behaviour (if it is not found, simply pause syncing -not removing the whole job- , waiting for the folder re-appearing, very useful if using bitlocker)
    Thanks,
    Diegus.

    Hi,
    If you have any suggestions to our products, please feel free to submit Feedback in this page:
    http://office.microsoft.com/en-US/suggestions.aspx
    I can't guarantee whether the product will change but be assured Microsoft will always treat users' suggestions seriously, our developers strive to capture Microsoft users' ideas and are working hard to create a more powerful and easy-to-use product.
    Regards,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • How to pass the currency of particular company code into a text variable.

    Hi
    I want to pass the currency of particular company code into a text variable.
    The company code is selected by the user using Input variable "0S_COM_M".
    I have created a text variable "ZD_CURR" with processing type customer exit.
    I have written the following abap code but its not working.
    DATA : LV_CURR type /BI0/OICURRENCY.
      WHEN 'ZD_CURR'.
        IF I_STEP = 2.
          CLEAR  XTAB.
          READ TABLE I_T_VAR_RANGE INTO XTAB WITH KEY VNAM = '0S_COM_M'.
          SELECT SINGLE CURRENCY FROM /BI0/PCOMP_CODE INTO LV_CURR WHERE COMP_CODE =  XTAB-LOW.
          L_S_RANGE-LOW = LV_CURR.
          L_S_RANGE-SIGN = 'I'.
          L_S_RANGE-OPT  = 'EQ'.
          CLEAR E_T_RANGE.
          APPEND L_S_RANGE TO E_T_RANGE.
        ENDIF.
    Pls let me know how to resolve this issue or what modification can be done to this code.
    Is there a way where we can debug customer exit code for variables.
    Thanks.

    Hi.
    You should debug your code to check behaviour of it.
    Just set external breakpoint (or create checkpoint via tc SAAB) and run your query.
    You may run query via RSRT.
    Regards.

  • DW CS3 and Flash Player 8

    Myself and colleagues, using the various CS3 tools, have
    recently come across a worrying problem in Dreamweaver CS3. We
    create Flash movies and save them out in Flash 8 format, so that
    they can be played on machines with Flash Player v8 without the
    user being prompted to install Player v9, which is not possible for
    our student open access machines as student users don't have admin
    rights to install to HD. It's no bother exporting a Flash CS3 movie
    as Flash 8. When we come to place the Flash 8 movie into a web page
    in DW CS3, though, DW puts in Javascript code that forces a check
    for Player v9.
    Now, we can klunk our way around this by manually editing the
    JS and <object> code in every single page, eg:
    quote:
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    width="700" height="420"
    hspace="0" vspace="0"
    title="Referencing Websites learning
    object">
    but this is not a tenable solution in anything but the short
    term. Is there a tweak we can make to DW such that, when we embed a
    Flash movie in a page, we can either turn off Player version
    checking (we do this in the Actionscript so it's redundant to do it
    in the HTML/JS) or set it to check for a version earlier than 9?
    I've done a Help and Knowledgebase search, and the only
    half-relevant doc I can find is the article
    on
    placing Flash video which refers to
    Commands > Remove Flash Video Detection which isn't
    available on my copy of DW, at least when a SWF file is embedded
    into the page.
    Thanks in advance for any helpful suggestions.
    Cheers
    Fred Riley
    Learning Technologist, School of Nursing, University of
    Nottingham, UK

    > Do you, or
    > anyone else, know if there's a way to set DW3 to not
    insert this version
    > checking behaviour by default?
    Just don't click on the checkbox when you insert the Flash.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Fred Riley" <[email protected]> wrote in
    message
    news:foeqos$3ub$[email protected]..
    >
    quote:
    Originally posted by:
    Doreen L. In the Tag
    > (object)
    > attributes panel located on the right side of your
    workspace, you'll see
    > 'codebase' with the prompt to download Flash 9. Just
    delete this.
    > Thanks
    > for the tip, Doreen - useful. When I select a SWF on the
    page and look in
    > Tag
    > Inspector, the codebase attribute reads:
    >
    quote:
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9
    > ,0,28,0
    which can be easily deleted. We'd have to do
    this for every
    > page
    > containing a SWF which would be a bit tedious and
    time-consuming. Do you,
    > or
    > anyone else, know if there's a way to set DW3 to not
    insert this version
    > checking behaviour by default? Fred
    >

  • Unable to select logical relations in DataModeler version 4.1.0.866 Build 866 on Mac Yosemite 10.10.1

    Hi Team,
    I can not select logical and physical relations in DataModeler version 4.1.0.866 Build 866 on Mac Yosemite 10.10.1 (Java SDK 1.8). DataModeler does not allow me to select them. I mean the next scenario: I create two entities (or tables) and add a logical (or physical) relation between them. After this I can not select the relation in diagram window. Meantime I still can select the relation in browser window.
    Could you please suggest me is it a bug (maybe a platform specific problem) or did I miss something in software options?
    I found a topic about the same issue. It describes the same problem, though the topic is without an answer and was archived.
    New bug - Unable to select logical relations in version 4.0.2.15 Build 15.21 on Mac
    At the end, if this is a bug (even a platform specific one), where may I publish details about it to ask for a fix from Oracle team someday in future?
    WIth best regards,
    Kostyantyn

    Hi Philip,
    Thank you for the good hint about "default line width and colour".
    Meantime the option does not resolve the problem in my case.
    According to your suggestion I set maximal width for relation lines and I still can not pick (select) it in diagram window.
    I checked behaviour of DataModeler with next display resolutions on MacBook Pro (Retina, 15-inch, Mid 2014) in System preferences Displays: "Best for display"; Scaled "More Space", "Larger Text", and "Best (Retina)"... And the problem takes place in all these cases.
    Please see attached image - this is how I see the relation line. And I still can hit it!
    If I use the DataModler on a casual external monitor, the problem is absent (no matter what a width is). Also I believe the problem takes place only on mac retina displays. Therefore I think this is a platform specific bug.
    I do understand a root cause of the problem may have no direct relation with Oracle DataModeler source code.
    With best regards,
    Kostyantyn

  • QUAD G5 wont stay on!

    I have one for you.... I GOT a new Quad .. for 3 days it was fine.. never went off once. Then I powered it off one night.. next morning powered it on. .it lasted 3 mins or so.. and went off. I tired to get it back on.. no avail... left it unlplugged for 30 mins.. went back on for 10 mins.. then off. I rang Apple.. it kept doing same thing.. on then off after a few mins. They said send it back for a repair. The Repair shop ran it thorugh every test they could find, hot cold starts overnight for 4 days.. nothing! They couldnt replicate the fault!
    I get it back today.. same thing.. on.. and off... Its NOT tripping the power, but it wont stay on more than a few minutes.. then goes off.. and you have to let the PMU reset... and then power on.. 3-10 minutes.. boom off!
    So I took it home, no problems! Ok must be the power at work, so I got the place re-wired, and got a 2 grand kick arse UPS with 2000 W loading, and power filtering, sinwave harmnic filtering you name it... (spent thousdands...) and guess what... same BLOODY problem, it wont stay on for more than a few minutes. I have swapped out power boards, just had only the mac and 23 screen connected, same problem. Yet away from here it seems ok.
    so NOW I have asked APPLE to come out here at work, and tell me WHAT IS WRONG, as electricans cant figure it out, I cant figure it out. This quad has been total crap! Anyone got any ideas at what the **** is going on here???

    Hi Grant
    Have you looked in the system logs to see if you've got things like thermal runaway detected will shut down or overtemp detected. it might be worth looking in your logs just after the next narcoleptic fit and posting what you find. Also any thing with PMU that being for the power supply.
    I had a dual 2.5 with thermal runaway that had to go back.
    Some basic stuff you have probably already eliminated like removing any third party ram and even additional hard drives etc.
    Sounds wierd about it working away from the office but many here have had the experience of the behaviour not being replicated when tested by apple or being intermittent.
    if you have apple coming out to you then I'd get as much background stuff done as you can.
    The ususal drag of backing up the hard drive or cloning it then zeroing it with disk utility and doing a re-instal. Checking behaviour before Instaling your apps, one at a time, to eliminate software as the issue.
    When they come you have a list of stuff done that points to a hardware issue.
    If you have had this issue from the start then it's really a DOA issue. If you can find something difinative then you can just ask them to class it as a DOA and get it replaced.

  • When images are attached in mail the same is received as thumbnail by receiver most of the times. At times it was resolved by unchecking and checking "windows friendly attachment". But the behaviour is very uncertain. How to resolve this?

    I am using macbook pro 13" Retina with Yosemite. All updates are done. The issue of mail attachment persists even after apple support suggesting to uncheck and check the "windows friendly attachment" option. The behaviour is very uncertain.

    I am using macbook pro 13" Retina with Yosemite. All updates are done. The issue of mail attachment persists even after apple support suggesting to uncheck and check the "windows friendly attachment" option. The behaviour is very uncertain.

  • I have FF and win7. Fonts turn to weird characters at more then 75% zoom when the checkbox "allow webpages to choose their own fonts" in the contents option advanced is checked, when forced to calibri this behaviour doesnt occur An aexample of that is

    I have FF and win7. Fonts turn to weird characters at more then 75% zoom when the checkbox "allow webpages to choose their own fonts" in the contents option > advanced is checked, when forced to calibri this behaviour doesnt occur
    An aexample of that is the product title on the product of this website:
    https://www.xstreetsl.com/modules.php?name=Marketplace&file=item&ItemID=2424553
    While switching to double check this I just saw that this also happens in this very window in wich i am typing my question now. If i copy and paste this text to for example notepad or anything else, it shows up like normal text.
    == This happened ==
    Every time Firefox opened
    == i installed firefox on win 7

    This issue can be caused by the bitmap version of the Helvetica or Geneva font or another (bitmap) font that can't be displayed by Firefox in that font size.
    Firefox can't display that font in the specified size and displays gibberish instead.
    You can test that by zooming out (View > Zoom > Zoom Out, Ctrl -) to make the text smaller.
    Uninstall (remove) all variants of that not working font to make Firefox use another font or find a True type version of that font that doesn't have the problem.

  • Strange check box behaviour on Linux

    Hi,
    I have a forms module (10g) that has a database block with a non-database checkbox. This checkbox has the following properties:
    -Value when checked: 1
    -Value when unchecked: 0
    -Check box mapping to other values: Unchecked
    -Initial value: 0
    On 10g iDS (Win2k), when the query is executed on that block, the checkbox is unchecked for all records, which is my expected behaviour.
    Running the same module on 10g ias server (Linux) against the same database shows all checkboxes checked!!
    I can bypass this by coding a post-query-trigger and setting the value to 0, but I would like to know if someone knows anything about that.
    Thanks in advance
    Gerald

    Thanks but didn't quite work.
    This is a Seam application so I have a ClientOfficeList class which looks like this.
    private static final String EJBQL = "select clientOffice from ClientOffice clientOffice";
    public ClientOfficeList() {
              clientOffice.setClientGroup(new ClientGroup());
              setEjbql(EJBQL);
              setRestrictionExpressionStrings(Arrays.asList(RESTRICTIONS));
              setMaxResults(25);
         } then the ClientOffice entity bean looks like this.
    I wasn't able to introduce a boolean property in the entity bean since it doesnt have a corresponding database column mapping
         public void setClientOffice(String clientOffice)
              this.clientOffice = clientOffice;
         @Column(name = "CLIENT_OFFICE_STATUS", nullable = false, length = 1)
         @NotNull
         public char getClientOfficeStatus()
              return this.clientOfficeStatus;
         }The xhtml looks like this
    <h:column>
                <f:facet name="header">
                    <ui:include src="layout/sort.xhtml">
                        <ui:param name="entityList" value="#{clientOfficeList}"/>
                        <ui:param name="propertyLabel" value="Office status"/>
                        <ui:param name="propertyPath" value="clientOffice.clientOfficeStatus"/>
                    </ui:include>
                </f:facet>
                <h:selectBooleanCheckbox value="#{_clientOffice.clientOfficeStatus}" />
            </h:column>

  • Strange behaviour with shorthand null check

    Today I had a strange occurance of a NPE with that code:
    SomeType type = (person.getType() != null ? TYPE1 : _ TYPE_2);
    When person is not null but person.getType() returns null, I always faced a NullPointerException. Changing the code to
    SomeType type = (person.getType() == null ? TYPE2 : _ TYPE_1);
    solved the problem and worked. I'd like to know if anyone here can explain this strange behaviour.
    Regards
    PantheraOnca
    Edited by: user4174452 on 05.07.2012 22:22

    Of course, your right. Wrote the original code in the office and just wanted to explain the "obscurity" by pseudo code.
    The original would not have been more explanatory, I think.....
    (TYPE_1 and TYPE_2 were originally enums and SomeType a suitable class)
    The point is that the check threw a NPE in the first case and worked in the second. You might reproduce this with arbitrary code. Will provide the Java-Version tomorrow....

  • Behaviour of checking Allow administrator interaction when the private key is accessed by the CA ?

    Setting up a new standalone root CA what is impact of selecting 'Allow administrator interaction when the private key is accessed by the CA' ?  not sure yet if we will be using a HSM module (which I know is a valid reason for selecting).  I don't
    want to limit our future options by not selecting this.  Is there any impact to selecting this if we end up not using CSP / HSM ?  and can the value be changed easily once the Root CA is installed ?

    This checkbox enables private key strong protection. This means that you will have to enter administrator password or confirm action each time private key is used. It will be used each time when new certificate/crl is issued. And when service starts. If
    you are using HSM, you should consult with HSM documentation to determine whether your HSM requires this setting. As you don't use HSM by now, then you should not enable this checkbox, because you won't see any prompt dialog on server core.
    My weblog: http://en-us.sysadmins.lv
    PowerShell PKI Module: http://pspki.codeplex.com
    Check out new:
    PowerShell FCIV tool.

  • Custom rule unexpected behaviour ("check comments demo")

    The standard "check comments demo" of DM3, via Tools > Design Rules > Custom rules.
    That rule fires on all tables. The warning is a bit unusual. It's the name of the rule, but I have been expecting one of the ruleMessage-s that are programmed in the code...
    See the screen [http://img854.imageshack.us/img854/8080/20110530163257001.jpg|http://img854.imageshack.us/img854/8080/20110530163257001.jpg]
    Can you help me fix that?
    Edited by: T. on May 30, 2011 7:55 AM

    I see you have copied text from library and put it as script. Script and library are used/evaluated in different way - function has return statement, last expression is taken as return value for script.
    In your case - you just need to invoke the function defined (you have definition, no usage):
    checkcomments(table);
    Philip

  • Very strange behaviour of checking valid SSL certificates

    While sniffing our network to solve a problem of using the Exchange Account on Iphone OS 3.1 I saw something strange:
    To use the Exchange Account on the Iphone, you first have to type your E-mail address, then optional domain, then the username/password.
    When you are finished the Iphone starts to check the validity of the SSL-Certificate in the following way:
    It takes the Domain from the right side of the "@"-sign and does something like "dig @domain.tld" and checks there if an valid certificate can be found. In my opinion this does not make sense, because Iphone does not check the certificate of the Exchange/Reverse Proxy. It checks whereever the dig leads it.
    I tried this with 4 different domains.
    Did anybody have the same problem?

    Cliff, Hi. I'm curious because this can't work. I have no problem synching with the exchange - as long as i accept the message that the certificate of the exchange (which is not the certificate of the exchange but the certificate of dig @reighthandsideofmailadress) is not valid (expired, wrong common name etc).

  • Checking for consistent consumer behaviour

    Hi All,
    I have a table which looks something like this (the data is not accurate):
    CUSTOMER     CREDIT ACTION     TIME_GAP
    123     15-Aug-11     
    123     18-Aug-11     3
    123     24-Aug-11     6
    123     9-Nov-11     77
    123     14-Nov-11     5
    123     18-Nov-11     4
    123     30-Nov-11     12
    123     14-Aug-12     258
    123     20-Aug-12     6
    123     24-Aug-12     4
    The table shows me for a list of customers, the date on which some sort of credit action was necessary (reminder letter, phone call, threat of legal action etc.) and the time gap (days) between one action and the preceding action.
    I am looking for consistent behaviour, e.g. if a customer has 3 credit actions required each within 90 days of the other, then we say that they are a credit risk as they consistently show that it is difficult to collect debt from them.
    However if there is a break (e.g. 180 days) between the string of credit actions then we say that they have broken the habit of not paying on time and we would start counting the 3 consecutive credit actions (within 90 days of each other) again.
    What is the most efficient way to write a query that will return customers for who the above description hold true?
    TIA
    ec :-)

    Interesting problem.
    Initial thought is to create a derived data set that contains a list of customers, with consecutive 3 credit actions, and the total days between these 3 actions.
    Basic approach:
    // sample table
    SQL> create table customer_actions(
      2          cust_id integer,
      3          day date,
      4          constraint pk_customer_actions primary key
      5          ( cust_id, day )
      6  ) organization index;
    Table created.
    // sample random data for 2 customers
    SQL> insert into customer_actions
      2  select     distinct
      3          123,
      4          trunc(sysdate,'yyyy')+trunc(dbms_random.value(1,1000))
      5  from       dual
      6  connect by level < 11;
    10 rows created.
    SQL>
    SQL> insert into customer_actions
      2  select     distinct
      3          456,
      4          trunc(sysdate,'yyyy')+trunc(dbms_random.value(1,200))
      5  from       dual
      6  connect by level < 21;
    20 rows created.
    // credit actions against customers
    SQL> select * from customer_actions order by 1,2;
       CUST_ID DAY
           123 2012/05/20
           123 2012/05/28
           123 2012/06/05
           123 2012/10/05
           123 2013/04/03
           123 2013/07/25
           123 2014/01/20
           123 2014/05/19
           123 2014/05/25
           123 2014/05/26
           456 2012/01/07
           456 2012/01/18
           456 2012/01/30
           456 2012/02/03
           456 2012/02/23
           456 2012/02/29
           456 2012/03/05
           456 2012/03/23
           456 2012/04/05
           456 2012/04/11
           456 2012/04/16
           456 2012/04/24
           456 2012/04/26
           456 2012/05/15
           456 2012/05/21
           456 2012/06/23
           456 2012/06/30
           456 2012/07/02
           456 2012/07/04
           456 2012/07/10
    30 rows selected.
    // basic derived data set - creating rows with 3 consecutive actions
    // against a customer (rows without 3 actual dates need to be discarded
    // when processing the data set)
    SQL> select
      2          cust_id,
      3          lag(day,2) over (partition by cust_id order by day)     as DAY1,
      4          lag(day,1) over (partition by cust_id order by day)     as DAY2,
      5          day                                                     as DAY3
      6  from       customer_actions
      7  order by 1,4,3,2;
       CUST_ID DAY1       DAY2       DAY3
           123                       2012/05/20
           123            2012/05/20 2012/05/28
           123 2012/05/20 2012/05/28 2012/06/05
           123 2012/05/28 2012/06/05 2012/10/05
           123 2012/06/05 2012/10/05 2013/04/03
           123 2012/10/05 2013/04/03 2013/07/25
           123 2013/04/03 2013/07/25 2014/01/20
           123 2013/07/25 2014/01/20 2014/05/19
           123 2014/01/20 2014/05/19 2014/05/25
           123 2014/05/19 2014/05/25 2014/05/26
           456                       2012/01/07
           456            2012/01/07 2012/01/18
           456 2012/01/07 2012/01/18 2012/01/30
           456 2012/01/18 2012/01/30 2012/02/03
           456 2012/01/30 2012/02/03 2012/02/23
           456 2012/02/03 2012/02/23 2012/02/29
           456 2012/02/23 2012/02/29 2012/03/05
           456 2012/02/29 2012/03/05 2012/03/23
           456 2012/03/05 2012/03/23 2012/04/05
           456 2012/03/23 2012/04/05 2012/04/11
           456 2012/04/05 2012/04/11 2012/04/16
           456 2012/04/11 2012/04/16 2012/04/24
           456 2012/04/16 2012/04/24 2012/04/26
           456 2012/04/24 2012/04/26 2012/05/15
           456 2012/04/26 2012/05/15 2012/05/21
           456 2012/05/15 2012/05/21 2012/06/23
           456 2012/05/21 2012/06/23 2012/06/30
           456 2012/06/23 2012/06/30 2012/07/02
           456 2012/06/30 2012/07/02 2012/07/04
           456 2012/07/02 2012/07/04 2012/07/10
    30 rows selected.
    // using this derived data set, we determine the total lapsed days
    // for the 3 credit actions (period between day1 and day2, plus period
    // between day2 and day3) - the result can then be used (via a case or
    // filter clause) to determine the customer's behaviour
    SQL> with data_set as(
      2          select
      3                  cust_id,
      4                  lag(day,2) over (partition by cust_id order by day)     as DAY1,
      5                  lag(day,1) over (partition by cust_id order by day)     as DAY2,
      6                  day                                                     as DAY3
      7          from    customer_actions
      8  )
      9  select
    10          cust_id,
    11          day1, day2, day3,
    12          round( (day2-day1)+(day3-day2) )        as DAYS
    13  from       data_set
    14  where      day1 is not null
    15  and        day2 is not null
    16  and        day3 is not null
    17  order by 1,2;
       CUST_ID DAY1       DAY2       DAY3             DAYS
           123 2012/05/20 2012/05/28 2012/06/05         16
           123 2012/05/28 2012/06/05 2012/10/05        130
           123 2012/06/05 2012/10/05 2013/04/03        302
           123 2012/10/05 2013/04/03 2013/07/25        293
           123 2013/04/03 2013/07/25 2014/01/20        292
           123 2013/07/25 2014/01/20 2014/05/19        298
           123 2014/01/20 2014/05/19 2014/05/25        125
           123 2014/05/19 2014/05/25 2014/05/26          7
           456 2012/01/07 2012/01/18 2012/01/30         23
           456 2012/01/18 2012/01/30 2012/02/03         16
           456 2012/01/30 2012/02/03 2012/02/23         24
           456 2012/02/03 2012/02/23 2012/02/29         26
           456 2012/02/23 2012/02/29 2012/03/05         11
           456 2012/02/29 2012/03/05 2012/03/23         23
           456 2012/03/05 2012/03/23 2012/04/05         31
           456 2012/03/23 2012/04/05 2012/04/11         19
           456 2012/04/05 2012/04/11 2012/04/16         11
           456 2012/04/11 2012/04/16 2012/04/24         13
           456 2012/04/16 2012/04/24 2012/04/26         10
           456 2012/04/24 2012/04/26 2012/05/15         21
           456 2012/04/26 2012/05/15 2012/05/21         25
           456 2012/05/15 2012/05/21 2012/06/23         39
           456 2012/05/21 2012/06/23 2012/06/30         40
           456 2012/06/23 2012/06/30 2012/07/02          9
           456 2012/06/30 2012/07/02 2012/07/04          4
           456 2012/07/02 2012/07/04 2012/07/10          8
    26 rows selected.I kept on wanting to write Day Z... as in World War Z.... ;-)

  • When i click on firefox it says "couldnt initialize security component"... "check that this directory has no read/write restrictions"..."If you continue to use this session, you might see incorrect application behaviour when accessing security features"

    i had a problem with firefox before saying that it was corrupted, so i restored it, and it fixed that problem. the actual browser still loads up but i havent used it just in case.

    See [[Could not initialize the browser security component]]
    Rename (or delete) secmod.db (secmod.db.old) in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder] in case there is a problem with the file.

Maybe you are looking for

  • Could not adjust InfoSet..

    Hello Experts, I have to enhance existing datasource which was extracted from SAP Query. However, I found that there was a problem with the infoset referred in the SAP Query. The system show messages that I need to adjust the InfoSet. Once I adjusted

  • What is the DebugTmp.txt that showed up on my computer?

    In my documents folder I found a file called DebugTmp.txt, what is this? Is it a virus? What should I do about it?

  • Can we set List View Lookup Threshold at site collection level ?

    Hello, Presently, we have requirement to set the List View Lookup Threshold  at Site Collection/Sub-Site level instead of web application level. Could you please let me know, are there any ways to set List View Lookup Threshold setting at Site Collec

  • Time Capsule "Deleted backup image"

    Hi! As usual, the Time Machine went on, except that a message prompted for backup consolidation. Since 1.4 TB out of the 2 TB of Time Capsule are used and a 75% disk usage is fine, I answered yes. Problem is, Time Machine actually erased my whole yea

  • Photoshop and Blackboard

    Computer OS involved: XP and Windows 7 Photoshop 11.0 and 11.0.2 Blackboard 9.1 An instructor (using Windows XP) came to us with the question of why she could not open psd files from Blackboard that students have uploaded for grading. I went over and