Can anyone help explain what 'goflag' means

to all you lingo gurus out there..................lol! i have
just been reading a piece of code and really need to know what the
term 'goflag means? here is the full code:
on exitFrame me
global goflag
if goflag = 1 then
update
end if
if the frame = 28 then go frame "begin"
end
thank you help would be much appreciated!
happy may day!
rainbowii7

'flag' normally means a variable that can have one of two
values: TRUE or FALSE. In Lingo 1 is equivalent to TRUE and 0 is
equivalent to FALSE.
'g' is normally used as a prefix for global variables.
You will need to look for places in the code where goFlag is
set to TRUE or FALSE, in order to understand its purpose.
You can find a script named "Find Globals" at
http://nonlinear.openspark.com/tips/scripts/authortime/.
This can help you understand how another developer has used global
variables.

Similar Messages

  • Cant download new U2 album. |Says purchased on my account but no evidence anywhere and I definitely did not purchase it. Can anyone help with what is going on?

    Cannot download new U2 album. Says purchased on my account but no evidence anywhere and I definitely did not purchase it. Can anyone help with what is going on?

    It was given free to everyone on tuesday as part of the iPhone 5 event/announcement, so it will show as purchased in the store.
    If this is on your iPhone then either turn Settings > iTunes & App Store > Music (under 'show all') 'on' - it should then show in the Music app with a cloud icon against it for downloading.
    Or go to the Purchased tab in the iTunes store app, select Music, and it might then show under 'Various' - when downloaded it should correctly be under U2 in Music.
    If you are using your computer's iTunes then you should be able to download it into your library by ticking the 'show iTunes in the Cloud purchases' tick box on the Store tab in Edit > Preferences (iTunes > Preferences on a Mac) - it should then show in the Music part of your library with a cloud icon against it for downloading (downloading the booklet for it this way may not work, you may get a 'corrupt file' message when trying to open it).
    Or go to the Purchased link under Quick Links on the right-hand side of the iTunes store homepage and you should be able to download it from there.
    A third option on a computer is to sign out of your account (Store > Sign Out menu option), find the album in the store and then click on its free 'price' button - you should then be prompted to sign back in and the album should download.

  • I called *611 to check mr order status for the Iphone 6 plus.  It said 'recieved and activated'.  can anyone tell me what that means?

    When i called *611 to check my order statud for my 6+ it said 'revieved and activated'
    Can anyone tell me what that means?

        Hello ElAnBr10! So sorry for any confusion over your order status. I would take that comment ("received and activated") to mean exactly as it sounds: The device was shipped, received and activated. In order to confirm that, I propose we take a detailed review. I've sent you a direct message as a follow up to your post. Please reply there!
    DionM_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

  • Suddenly, I am seeing an error message that reads: "The iTunes Library cannot be saved. An unknown error occurred (-54)".  Can anyone tell me what that means?

    Suddenly, I am seeing an error message that reads: "The iTunes Library cannot be saved. An unknown error occurred (-54)".  Can anyone tell me what that means? Am I in danger of my iTunes library being lost?

    == Error -54 ==
    From an OS9 reference, error -54 is a software lock on a file or a permissions error. (Some of the old codes still apply to OSX although there is no formal list of OSX error codes.)
    First, try simply restarting your computer.
    iTunes Library cannot be saved (Error -54) - https://discussions.apple.com/thread/1912814
    Unknown error (-54) while syncing ipod - https://discussions.apple.com/thread/1082953 - problem was locked files
    Why does iTunes keep showing a -54 error when I sync my iPad? - https://discussions.apple.com/thread/3727114
    Error -54 possibly related to Touch Copy - https://discussions.apple.com/thread/3727114 - cleared by deleting preferences on iPad.

  • Can anyone kindly explain what mutative triggers are in Oracle?

    hi
    Can anyone kindly explain what mutative triggers are in Oracle with example?
    what is frag in oracle?

    Oracle raises the mutating table error to protect you from building in-deterministic software.
    Let’s explain that with a very simple example. Here’s a simple EMP-table:
    ENAME      SAL
    ======     ====
    SMITH      6000
    JONES      4000Let’s suppose you have a business rule that dictates that the average salary is not allowed to exceed 5000. Which is true for above EMP-table (avg. SAL is exactly 5000).
    And you have (erroneously) built after-row triggers (insert and update) to verify this business rule. In your row trigger you compute the average salary, check it’s value and if it’s more than 5000 you raise an application error.
    Now you issue following DML-statement, to increase the salary of employees earning less than the average salary, and to decrease the salary of employees earning more than the average salary.
    Update EMP
    Set SAL = SAL + ((select avg(SAL) from EMP) – SAL)/2;The end result of this update is:
    ENAME      SAL
    ======     ====
    SMITH      5500
    JONES      4500Note that the business rule is still OK: the average salary still doesn’t exceed 5000. But what happens inside your row-trigger, that has a query on the EMP-table?
    Let’s assume the rows are changed in the order I displayed them above. The first time your row trigger fires it sees this table:
    ENAME      SAL
    ======     ====
    SMITH      5500
    JONES      4000The row trigger computes the average and sees that it is not more than 5000, so it does not raise the application error. The second time your row trigger fires it sees the end result.
    ENAME      SAL
    ======     ====
    SMITH      5500
    JONES      4500For which we already concluded that the row-trigger will not raise the application error.
    But what happens if Oracle in it’s infinite wisdom decides to process the rows in the other order? The first time your row trigger executes it sees this table:
    ENAME      SAL
    ======     ====
    SMITH      6000
    JONES      4500And now the row-trigger concludes that the average salary exceeds 5000 and your code raises the application error.
    Presto. You have just implemented indeterministic software. Sometimes it will work, and sometimes it will not work.
    Why? Because you are seeing an intermediate snapshot of the EMP-table, that you really should not be seeing (that is: querying).
    This is why Oracle prevents you from querying the table that is currently being mutated inside row-triggers (i.e. DML is executed against it).
    It’s just to protect you against yourself.
    (PS1. Note that this issue doesn't happen inside statement-triggers)
    (PS2. This also shows that mutating table error is really only relevant when DML-statements affect more that one row.)
    Edited by: Toon Koppelaars on Apr 26, 2010 11:29 AM

  • I have recently upgraded to Yosemite and when launching PS I get error message 150:30.  Can anyone tell me what this means?

    I have recently upgraded to Yosemite and when trying to launch PS I get an error message 150:30.  Can anyone help me out with this please?

    Yes. The upgrade broke your CS4 install. You have to reinstall.
    Easiest way to fix this is to download the installer Download CS4 products and have your serial number at the ready.
    Then you will need to download and install the updates for Photoshop, Camera Raw, and Bridge here: Product updates
    There is a Terminal fix, but you have to be familiar with Terminal and running the python license Repair script. You will need the bash shell on your user account. If that makes sense to you, we can try that.
    Gene

  • HT201210 I have a iphone 4 and while it was updating it went into the connect to itunes and will not update to come out of it. can anyone help me "what to do?

    I have a iphone 4 and it will not come out of the connect to iphone  mode. I have connected to itunes and it will go about 3/4 of the way and say the phone cannot be updated. It was installing and update when this happened. can anyone help?

    Turn your phone off and connect your cable to the computer, but not the device just yet. Start up iTunes. Now, hold down the home button on your phone and plug it in to the cable - don't let go of the button until iTunes tells you it's detected a phone in recovery mode. Now you should be able to restore to factory settings.

  • Can anyone help me what is the use of business and proxy service in osb?

    Hi,
    I am new in Osb what is the use of business service and proxy service in osb.
    I know little bit proxy service is used for actual message flow. I saw some project proxy service invoking the (using service callout,routing and publish) service,but the wsdl of the services of the proxy and business service is same.
    Please can anyone explain the flow while executing through soapUI?(that means it will hit 1st business services or proxy service)
    I have this project structure
    business service
    1.reference.biz----> this is the wsdl of ex:reference.wsdl
    2.external.biz----> this is the wsdl of ex:external.wsdl
    proxy service
    1.referece.proxy--->this is the wsdl of ex:reference.wsdl(in this proxy we are routing to reference.biz proxy service both contains same wsdls why?)
    xqueries of request and response.
    Best Regards,
    Raju.
    Edited by: 996674 on Apr 2, 2013 10:53 PM

    Hi Raju,
    Proxy Service - It is the starting point of you OSB application which deal with receiving messages, inducing logic in it like transformation, if-else, replace, java call outs,etc. You can put in your program logic here and then invoke a business service to route it to your Database or to any other queue as per your requirement.
    Business Service - It is generally used for routing purposes, like inserting the input in your Database or sending it to a different queue or BPEL process, etc..
    Cheers,
    Rit

  • OT: Weird virus activity - can anyone help explain?

    Can anybody tell me what might be going on here?
    I have two laptops, and haven't had any virus issues with
    either in recent
    months, even years. They're well-protected.
    Just now, a potential client asked me to Google his name to
    show me that his
    web site was ranked well. When I clicked on the link in
    Google, a popup
    message appeared with some B.S. about needing virus
    protection. When I
    closed the popup window, another window opened, and another -
    lots of what I
    assume is a virus or malware of some kind.
    Client said that that happened to him too, but only when he
    clicked on his
    link from within Google. I tried accessing the exact same URL
    directly, and
    no malware activity.
    I tried the Google-search-and-link on my other laptop, and
    had the exact
    same result. I tried a different browser, exact same result.
    The behavior doesn't occur when I click any other link from
    Google.
    What in the world? Obviously I need to run programs to clean
    my system now,
    but I'm just wondering what's going on. Is is connected with
    his web site?
    It seems like it must be.
    Thanks a lot in advance,
    Patty Ayers | www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet

    "Jon Spivey" <[email protected]> wrote in
    message
    news:[email protected]...
    >> Client said that that happened to him too, but only
    when he clicked on
    >> his link from within Google. I tried accessing the
    exact same URL
    >> directly, and no malware activity.
    >>
    >
    > A lot of hackers write their code to only show something
    nasty to a
    > visitor from a search engine - the idea being that when
    the client/site
    > owner types his url into a browser he doesn't see
    anything wrong. Look at
    > the source of the client site carefully and you'll
    probably see what's
    > happened.
    Hi Jon. Thanks very much for your help. Interesting.. so it
    could be right
    in the site's home page code? I don't see anything at all...
    if you care to
    look, it's pasted below my signature. Any thoughts?
    Patty Ayers | www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    <?xml version="1.0" encoding="iso-8859-1"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head><meta name="keywords" content="builder,
    builders, home builders,
    homebuilders, real estate, floorplans, floor plan, floorplan,
    builder's
    listing service, developer, house, houses, housing, new
    house, new homes,
    single family, single-family, custom builder, custombuilder,
    custom homes,
    homes for sale, subdivision, community, neighborhoods,
    residential
    construction, Contractor, Property, Housing, Construction,
    Chapel Hill,
    Durham, NC, North Carolina, Chatham, Research Tiangle Park"
    />
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Keith Dixon Building Co Inc</title>
    <style type="text/css">
    <!--
    body {
    background-color: #C1BFAD;
    margin-top: 0px;
    h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    line-height: 1.5em;
    color: #666666;
    text-align: justify;
    padding-right: 30px;
    padding-left: 10px;
    -->
    </style>
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_preloadImages() { //v3.0
    var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
    Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;
    i<a.length;
    i++)
    if (a
    .indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
    function MM_swapImgRestore() { //v3.0
    var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a
    )&&x.oSrc;i++)
    x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
    var p,i,x; if(!d) d=document;
    if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);}
    if(!(x=d[n])&&d.all) x=d.all[n]; for
    (i=0;!x&&i<d.forms.length;i++)
    x=d.forms[n];
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    x=MM_findObj(n,d.layers
    .document);
    if(!x && d.getElementById) x=d.getElementById(n);
    return x;
    function MM_swapImage() { //v3.0
    var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
    Array;
    for(i=0;i<(a.length-2);i+=3)
    if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x;
    if(!x.oSrc)
    x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    </head>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0"
    marginwidth="0"
    marginheight="0"
    onload="MM_preloadImages('images/images/asplash%5BO%5D_05.gif')">
    <!-- ImageReady Slices (asplash.psd) -->
    <table width="700" height="471" border="0" align="center"
    cellpadding="0"
    cellspacing="0" id="Table_01">
    <tr>
    <td rowspan="4">
    <img src="images/asplash_01.gif" width="51" height="471"
    alt=""></td>
    <td colspan="2">
    <img src="images/asplash_02.gif" width="649" height="112"
    alt=""></td>
    </tr>
    <tr>
    <td>
    <a href="main/index.htm"><img
    src="images/asplash_03.jpg" alt=""
    width="324" height="163" border="0"></a></td>
    <td background="images/asplash_04.gif"> <h1>Home
    is where the heart is
    and a home built by Keith Dixon Building Company is a home
    that is worth
    every ounce of heart felt warmth. We build homes that you
    will be proud to
    call yours, a home that increases in value because of the
    commitment we put
    into every home we build...</h1></td>
    </tr>
    <tr>
    <td colspan="2">
    <a href="main/index.htm"
    onmouseover="MM_swapImage('Image1','','images/images/asplash%5BO%5D_05.gif',1)"
    onmouseout="MM_swapImgRestore()"><img
    src="images/asplash_05.gif" alt=""
    name="Image1" width="649" height="27" border="0"
    id="Image1"></a></td>
    </tr>
    <tr>
    <td colspan="2">
    <a href="main/index.htm"><img
    src="images/images/asplash_06.gif" alt=""
    width="649" height="169" border="0"></a></td>
    </tr>
    </table>
    <!-- End ImageReady Slices -->
    </body>
    </html>

  • Can Anyone Help Explain this to me?

    When you go to your usage, under lifetime (after a full charge) it will say 2 hours... I don't really know what "lifetime" means, but I would think that's the time the battery will last... Am I wrong in assuming this, and if i'm right isn't 2 hours rather low for a fully charged battery?
    Also, my usage is showing 1 hour 47 minutes... I've barely touched my phone all day... what's the deal?

    Well the usage that we were referring to in the original post is under Settings>>Usage, but I think you are referring to something different...
    Maybe they are guess-timating the percentage by how much green they are seeing on their battery (i.e. 50% is half bar)

  • Can anyone help diagnose what could be wrong with my form?

    Hello,
    I created this form last year and it was working just great.  I emailed it to the main user and he used it successfully for months.  His computer crashed and he had to reload stuff.  Since then there has been trouble.  The forms looks just fine to me.  I email it to him - or anyone including myself - or even save it to disk and try to open it and the weirdest thing happens.  All the typewritten stuff is gone and all that shows up are the boxes etc.
    This (for me) was a complicated form and I have no idea how to diagnose and correct this trouble.  I don't understand how it could look fine on my screen - but when I email it and then open the same file all the text is gone.  I don't know what I am missing.  Any help would be so appreaciated.  I know just enough to have created this form and that's about it.
    Thanks in advance!
    Eileen

    Does the main user of your form have Reader or Acrobat? Reader does not save data in the form fields (only view and print) unless the PDF has been Reader-enabled in Acrobat 8 Pro. or Acrobat 9. Also, if the form was Reader-enabled, and the main user did a Save As then the form will no longer be Reader-enabled.

  • Can anyone pls explain what this procedure does?

    i could only figure out that it will be performing a transpose.
    create or replace
    PROCEDURE TEST_TRANSPOSE(o_test OUT SYS_REFCURSOR) AS
    report_exists number(3);
    report_name varchar(30) := 'REPORT_TBL' ;
    query_main varchar(16000) := 'create table ' || report_name || ' as select MAGAZINE ' ;
    query_part varchar(1024) ;
    my_var varchar2(5);
    cursor cur_region is select distinct REGION from MAIN_TBL order by region;
    begin
    select count(*) into report_exists
    from tab
    where tname = report_name;
    if ( report_exists = 1 ) then
    execute immediate 'drop table ' || report_name ;
    end if;
    open cur_region ;
    loop
    fetch cur_region into my_var ;
    exit when cur_region%NOTFOUND;
    query_part := 'select nvl(sum(quantity),0) from MAIN_TBL x where x.magazine = main.magazine and x.region='''||my_var||'''' ;
    query_main := query_main || chr(10) || ',(' || query_part || ')"' || my_var || '"';
    end loop;
    close cur_region ;
    query_main := query_main || ' from (select distinct MAGAZINE from MAIN_TBL ) main' ;
    DBMS_OUTPUT.PUT_LINE(query_main);
    --execute immediate query_main ;
    open o_test for query_main;
    end;
    {code}
    i need to transpose  a table which has dynamic number of rows.This was what i tried.Could you pls bhelp me out to correct this i get "P_TRAN_YEAR" invalid identifier
    [code]
    create or replace
    PROCEDURE         PRM_R_MAT_RPT (p_EmpID     IN  Integer,
    P_TRAN_YEAR IN NUMBER,
    P_TRAN_MONTH IN NUMBER,O_rc OUT sys_refcursor) IS
    v_cnt NUMBER;
    v_sql VARCHAR2(32767);
    v_basic Number(16, 4);
    BEGIN
    select PPH_ORG_AMOUNT into v_basic from prm_p_hop
    where pph_emp_id=p_empid
    and pph_tran_year=p_tran_year
    and pph_tran_month=P_TRAN_MONTH
    and pph_hop_code=5
    and PPH_SALARY_THRU='R';
    -- SELECT  distinct count(*)
    --  INTO v_cnt
    --  FROM PRM_T_VAR_HOP
    --  where PTVH_EMP_ID=p_EMPID
    --  and PTVH_TRAN_YEAR=p_TRAN_YEAR
    --  and PTVH_TRAN_MONTH=P_TRAN_MONTH;
    v_sql := 'select  distinct PCH_SHORT_DESCRIPTION,v_basic,PTVH_AMOUNT Amount ';
    --  FOR i IN 1..v_cnt
    --  LOOP
    v_sql := v_sql || ',max(decode(rn, PCH_SHORT_DESCRIPTION)) as description ';
    --v_sql := v_sql || ',max(decode(rn, '||to_char(i)||', PDSL_INTEREST)) as interest'||to_char(i);
    -- v_sql := v_sql || ',max(decode(rn, '||to_char(i)||', PDSL_PRINCIPAL_SALARY)) as principle'||to_char(i);
    -- v_sql := v_sql || ',max(decode(rn, '||to_char(i)||', PDSL_SOCIETY_CODE)) as SOC_CODE'||to_char(i);
    --  END LOOP;
    v_sql := v_sql || ' from (select  PRM_T_VAR_HOP.*, PRM_C_HOP.*, row_number() over (partition by PTVH_EMP_ID order by PTVH_EMP_ID) as rn
    from  
    PRM_T_VAR_HOP,
    PRM_C_HOP
    WHERE PTVH_EMP_ID         =P_empid
    And   PTVH_TRAN_YEAR      =P_TRAN_YEAR
    And   PTVH_TRAN_MONTH     =P_TRAN_MONTH
    And   PTVH_HOP_CODE       =PCH_HOP_CODE
    AND   PCH_CALCULATION_BASIS=''V''
    AND   PCH_TAG              =''C''
    AND   PTVH_SALARY_THRU     =''R'')';
    OPEN O_rc FOR v_sql;
    END;
    [/code]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Your first piece of code does not work, because a create table statement cannot be issued using a ref cursor like that. When executed with the "execute immediate" command, it works. Then, the refcursor is only a "select * from report_tbl".
    What it does, is dynamically dropping and creating a table report_tbl and filling it with the results of a horribly inefficient pivot query. If the report_tbl has no other purpose after running this procedure, then I'd suggest to not drop and create tables dynamically like that. In the second variant of test_transpose, you can see how you can do that.
    SQL> create table main_tbl (magazine,region,quantity)
      2  as
      3  select 'MAGAZINE1','REGION1',1 from dual union all
      4  select 'MAGAZINE1','REGION2',2 from dual union all
      5  select 'MAGAZINE1','REGION3',3 from dual union all
      6  select 'MAGAZINE2','REGION1',4 from dual union all
      7  select 'MAGAZINE2','REGION2',5 from dual union all
      8  select 'MAGAZINE2','REGION3',6 from dual
      9  /
    Tabel is aangemaakt.
    SQL> create or replace PROCEDURE TEST_TRANSPOSE(o_test OUT SYS_REFCURSOR)
      2  AS
      3    report_exists number(3);
      4    report_name varchar(30) := 'REPORT_TBL' ;
      5    query_main varchar(16000) := 'create table ' || report_name || ' as select MAGAZINE ' ;
      6    query_part varchar(1024) ;
      7    my_var varchar2(7);
      8
      9    cursor cur_region is select distinct REGION from MAIN_TBL order by region;
    10  begin
    11    select count(*) into report_exists
    12    from tab
    13    where tname = report_name;
    14    if ( report_exists = 1 ) then
    15    execute immediate 'drop table ' || report_name ;
    16    end if;
    17
    18    open cur_region ;
    19    loop
    20      fetch cur_region into my_var ;
    21      exit when cur_region%NOTFOUND;
    22      query_part := 'select nvl(sum(quantity),0) from MAIN_TBL x where x.magazine = main.magazine and x.region='''||my_var||'''' ;
    23      query_main := query_main || chr(10) || ',(' || query_part || ')"' || my_var || '"';
    24    end loop;
    25    close cur_region ;
    26
    27    query_main := query_main || ' from (select distinct MAGAZINE from MAIN_TBL ) main' ;
    28    execute immediate query_main;
    29    open o_test for 'select * from ' || report_name;
    30  end;
    31  /
    Procedure is aangemaakt.
    SQL> var rc refcursor
    SQL> exec test_transpose(:rc)
    PL/SQL-procedure is geslaagd.
    SQL> print rc
    MAGAZINE     REGION1    REGION2    REGION3
    MAGAZINE1          1          2          3
    MAGAZINE2          4          5          6
    2 rijen zijn geselecteerd.
    SQL> create or replace procedure test_transpose (o_test out sys_refcursor)
      2  as
      3    l_query varchar2(1000) := 'select magazine';
      4  begin
      5    for r in (select distinct region from main_tbl)
      6    loop
      7      l_query := l_query || ', sum(decode(region,''' || r.region || ''',quantity)) ' || r.region;
      8    end loop;
      9    l_query := l_query || ' from main_tbl group by magazine';
    10    open o_test for l_query;
    11  end;
    12  /
    Procedure is aangemaakt.
    SQL> exec test_transpose(:rc)
    PL/SQL-procedure is geslaagd.
    SQL> print rc
    MAGAZINE     REGION1    REGION2    REGION3
    MAGAZINE1          1          2          3
    MAGAZINE2          4          5          6
    2 rijen zijn geselecteerd.Regards,
    Rob.

  • Can anyone help explain this reoccurring sys log?

    I've tried to track down this event that keeps on repeating so much its making my system log reach almost 60mb! Below is a copy of the log...
    Jun 21 07:14:15 localhost kernel: USBF: 16123.117 IOUSBInterface[0x2fadb00]::handleOpen failing because super::handleOpen failed (someone already has it open)
    ...Do I have some USB device bummin out my system? Such as a USB hub causing a conflict or something? If anyone knows how I can possibly cure or even track down the cause of this reoccurring event, that would be awesome!
    MUCHO THANKS!
    PowerMac G4 1.25GHZ   Mac OS X (10.3.9)  

    R.E.BELL...
    First of all how long has it been that you ran any type of a utility that clears out your System Logs? Yasu (outside link) is my favorite and well named. Tip is to never let your logs get into that 60MB condition.
    As far as the error goes, unless it is choking on it or something isn't working, I would say it is a benign, harmless, or oops! kind of an error.
    ...Ron

  • HT5957 My microphone is not working since the IOS 7.0.2 update a few days ago. Can anyone help. What do I do????????

    Is there anything I can do to get my microphone working again. Some one suggested a reset but if I do will that reset everything and will I lose all my contacts etc??? Help.

    Hey spiritdancer1955!
    I have an article here for you that can address this issue with your iPad:
    iPhone: Microphone issues
    http://support.apple.com/kb/ts5183
    While this article is written for the iPhone, the troubleshooting steps will still apply for your iPad. Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

  • Can anyone tell me what this means?

    This is from my Console..
    Jun 13 23:13:23 -MacBook-Pro mds[68]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    I still cannot use GarageBand without it freezing..in an attempt to figure it out, I copied this from the console after the Mac froze and I had to restart. Now Im getting a blue screen on startup..what the ****? Any help would be appreciated.

    That looks like something to do with Spotlight's indexing.
    Have you got any volumes listed in here:
     > System Preferences > Spotlight | Privacy
    If so, try removing them all using the minus '-' button at the bottom of the pane, then adding them back in. Make sure you're not actually adding in your root volume (which would tell Spotlight not to index your HD at all).

Maybe you are looking for

  • How to include a js file in the JSP page

    Hi i have included a script tag like the following in the JSP file <SCRIPT language="JavaScript">vDateFormat='mm/dd/yyyy';</SCRIPT> while deploying i am getting an error 'vDateFormat' unidentified Can any one help me

  • Is there a simulator for E-Series Cards?

    Hi Folks, I developed an application that uses an E-Series card. To make any updates, I need to connect remotely to the system that has the card. I'd like to try several programming techniques in a controlled environment first, then move the program

  • What is the Java default ORB implementation class?

    I have a web application deployed on the Sun Java System Application Server 8. This application will also act as a CORBA client by invoking remote methods on another CORBA server. Our first approach was to use the ORB provided by the Sun App Server.

  • U can't I get iOS 7 for iPod 4

    I can't get iOS 7 for iPod 4 y

  • Two computers in TC

    Hello i have to computers connected to a time capsule, and Imac and a Macbook, i need to know how do i set up my time capsule to save the information as split computers but still on certain folder being able to retrieve the information from both comp