Layout columns executed in WIB blocked but not in BPS

Hello Guys,
I have a Layout with 6 Columns with this settings:
col1: key col with attr
col2: key col
col3: key col
col4: key col
col5: key col
col6: key col
when I execute this layout in BPS I can enter data without any problem but when I execute the same layout with a WIB I can only enter data in col1 because the others are blocked.
Any idea?
Regards,
EV

Hi,
In WIB for layout, attributes for property "ONLY READ FOR OUTPUT" make it as "TRUE", the then layout will be displayed and no data can be entered. "FALSE" value will allow the user to input the data.
But suprisingly, you are able to enter the data in  Column1. Then there must be other valid reason.
Please update the thread once you get any solution.
Regards,
Ravi

Similar Messages

  • JAR Executable works in netbeans but not under Dos?

    Hi all,
    I have created a jar executable and it works fine in netbeans(it was not created in netbeans) but I can't get it to run on the command line. If I type java ClassName.MainClass it will run but not using the command java JarFile.jar or java -jar JarFile.jar
    Any help would be most appreciated.

    When creating the manifest file did you add a carriage return at the end of the manifest? e.g.
    Main-Class:Hello.class
    (carriage return here on new line)
    I think it runs into problems if you dont add a carriage return ( a new blank line after manifest).
    Hope this helps
    Riz

  • When e-mailing pdfs, the text becomes blurry/blocked, but not images

    Recently, when e-mailing pdfs to certain individuals, they complain that the pdfs they receive contain blocked/blurry text. ALL of the text is dropped or blurred, but not the images. I originally thought that it was a probelm with only the pdfs created from Publisher, but this week it happened to several pdfs that I did not originally create. One person uses his iPad to view files, and wants all pdfs created as "Print to PDF" options--however, that compromises the resolution of the file. Does anyone else experience this probelm? Is there a solution?

    Please let me know which device are they trying to open the PDFs on? Are they trying to open it on their desktops or on a portable device?
    Also, what happens if the same PDF is not opened via mail but is open directly on the individuals machine? Is the behavior the same.
    Thanks
    Ankit

  • Cursor query works in anonymous block but not in procedure

    Hello,
    My cursor query works fine in anonymous blcok but fails in pl/sql block.
    Anonymous block:
    declare
    cursor c1 is
    select object_name
    from all_objects
    where owner='IRIS_DATA'
    and object_type='SEQUENCE';
    v_string varchar2(2000);
    begin
    for c2 in c1 loop
    v_string := 'DROP SEQUENCE IRIS_DATA.'||c2.object_name;
    execute immediate v_string;
    end loop;
    commit;
    exception
    when others then
    dbms_output.put_line('Exception :'||sqlerrm);
    end;
    works fine.
    but inside the procedure the it doesn't go inside the cursor loop
    procedure get_sequence is
    l_dp_handle NUMBER;
    v_job_state varchar2(4000);
    l_last_job_state VARCHAR2(30) := 'UNDEFINED';
    l_job_state VARCHAR2(30) := 'UNDEFINED';
    l_sts KU$_STATUS;
    v_logs ku$_LogEntry;
    v_row PLS_INTEGER;
    v_string1 varchar2(2000);
    cursor seq_obj is
    select object_name
    from all_objects
    where owner='IRIS_DATA'
    and object_type='SEQUENCE';
    begin
         log_status('get_sequence started.');
         --Cursor records to drop the sequences before importing.
         for seq_obj_rec in seq_obj loop
    log_status('get_sequence: Dropping sequence started.');
         v_string1 := 'DROP SEQUENCE IRIS_DATA.'||seq_obj_rec.object_name;
    execute immediate v_string1;
         end loop;
         log_status('get_sequence: Dropping sequence completed.');
    exception
    WHEN OTHERS THEN
    log_status('get_sequence: exception.');
    end get_sequence;
    it's not going into the seq_obj_rec cursor.
    I granted select on all_objects to the user.this user is also having the DBA role as well.
    Please advice.

    PROCEDURE Get_sequence
    IS
      l_dp_handle      NUMBER;
      v_job_state      VARCHAR2(4000);
      l_last_job_state VARCHAR2(30) := 'UNDEFINED';
      l_job_state      VARCHAR2(30) := 'UNDEFINED';
      l_sts            KU$_STATUS;
      v_logs           KU$_LOGENTRY;
      v_row            PLS_INTEGER;
      v_string1        VARCHAR2(2000);
      CURSOR seq_obj IS
        SELECT object_name
        FROM   all_objects
        WHERE  owner = 'IRIS_DATA'
               AND object_type = 'SEQUENCE';
    BEGIN
        Log_status('get_sequence started.');
        --Cursor records to drop the sequences before importing.
        FOR seq_obj_rec IN seq_obj LOOP
            Log_status('get_sequence: Dropping sequence started.');
            v_string1 := 'DROP SEQUENCE IRIS_DATA.'
                         ||seq_obj_rec.object_name;
            EXECUTE IMMEDIATE v_string1;
        END LOOP;
        Log_status('get_sequence: Dropping sequence completed.');
    EXCEPTION
      WHEN OTHERS THEN
                 Log_status('get_sequence: exception.');
    END get_sequence; How do I ask a question on the forums?
    SQL and PL/SQL FAQ
    scroll down to #9 & use tags in the future.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Tried the solutions posted for this "SubVI filter not executable​. Undefined error" but not solving the problem

    Hello,
    I am trying to use a lowpass filter for my application but getting the error "SubVI filter not executable. Undefined error".I tried working with the solutions at this post 
    http://forums.ni.com/t5/LabVIEW/SubVI-filter-not-e​xecutable-Undefined-error/m-p/1996701#M657751 and results with
    1. Create a blank vi, put a VI filter in the block diagram (this should not be functional as it is not wired), copy it and paste it in my other project. I believe if the filter is the first vi of a blank project, it is funcitonal and then you may copy it wherever you need to.
    Result:
    2.Tried to open the filter panel of the Filter but showing the same error as shown inthe below image
    Don't why the solutions worked for others are not working.Can someone suggest a solution for this.
    thanks in advance.

    Hi PatanGova,
    Very strange error. Actually, there are no required inputs on this express VI, so it should be able to run even without wires. It is not correct as you said: "this should not be functional as it is not wired". Nothing will happen, true, but the run arrow should not be broken.
    For some reason, the VI with the Filter express VI fails to compile. I tried it on my computer (LV 2013) and get no error when I add it to a new VI. As was suggested in the linked forum thread, you need to open the front panel of the Filter VI and run it to see the explicit error.
    If you do, do you also get the error:
    "This VI claims to be part of a library that does not include the VI. The VI might have been deleted from the library. Add the VI to the library again or select File - Disconnect from the library."?
    If you do, it seems that you may have a project library somewhere that has taken ownership of the express VI. The ownership prevents you from running or editing the express VI. To free the VI, you need to do one of two things. Either, you need to load the library into memory, or you need to disconnect the VI from the library. Either way, you need to find the project library that has taken the ownership of the VI. As soon as it is released, it should run for you. You release it by selecting File»Disconnect from Library on the VI.
    The workaround described in your link (and also here: http://forums.ni.com/t5/LabVIEW/compatibility-prob​lem-labview-2009-2010-2011-quot-This-VI-claims/td-​... tells that you can make a copy of the VI and thereby create another instance that is free. This solution may work for you as well, but if not, you may not have created the copy properly. Maybe your copy of the VI also became part of some project library that took ownership. In either way, you should rather find the project library to release the VI before trying the workaround to copy it.
    If project library ownership is not the problem, maybe the problem is connected to LV 2011, as most forum posters report that it only happens here.

  • SSIS Package runs from the Package executer and from BIDS but not from the sql agent schedular

    Hi Experts,
    I have 2 packages :
    1. Main Package -For each loop package
    2. Sub Package - As we need to collect the information from several other DB with same table structures .
    The Main Package calls the Sub Package and loops through several linked server (9 of them ) .
    From last 2 weeks the scheduler is running on time but no data is loaded into our destination DB . 
    Daily i need to manually run the package .
    The SQL Agent task is scheduled using the service account from which  the sql server was installed on the server so it has the full privledges.
    If i run the Main package from the BIDS i see 2 messages related to the configuration of xml no error message and executes fine.
    If i run the Package from the execute package utility it runs fine.
    Now if the package is scheduled for a nightly load it executes fine successfully no error message also in the Job History
    but when i check for the data loaded on that day no data loads up in the destination DB . Due to this behavior of the sql agent even if am on leave i have to login on to the server and exec manually so if at times i forget the exec we are in big trouble
    Please experts help me in troubleshooting the issue.
    Thanks
    Priya

    Hi Visakh16 ,
    We are using a service account to run the package .. Earlier in the BIDS i was getting the error crypotgenic
    something password .. I googled out and changed the security : Protection Level : Dont save Sensitive
    information . So that error now its not showing in the BIDS
    And how is login mapping done for the linked servers?  You've configured a mapped login for the service account also?
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Column alias works in MySQL, but not in cfoutput

    I have the attached query that works fine in MySQL, but
    throws an error "1stpay not a valid identifier name" - like it
    doesn't recognize the aliases. However, it's recognizing my 2
    aliases above. So is it the "if" lines that it's not liking?
    Ultimately, I'd like to also create a column that adds the values
    in "1stpay" and "2ndpay", but haven't figured that one out yet in
    MySQL.
    Thanks,
    Richard

    That did it.....I should have tried that already!
    Thanks Dan!!!

  • APP (F110) SHOULD ALLOW TO BLOCK BUT NOT ALLOW TO UNBLOCK

    Hi Friends.
    Deepawali Wishes.
    I have one requirement in APP that should allow the user to block the documents which are free for payment(In editi payment proposal) but should not allow the user to unblock those documents which are blocked for payment in FB60/MIRO/F-02/F-47 etc.
    Thanks in advance.
    Srini

    Dear Srini,
    Deepawali Wishes to you too.
    Check out the options in the customizing for payment blocks. You can create blocks that cannot be removed at the time of payment proposal.
    The path is -
    SPRO>>Financial Accounting (New)>>Accounts Receivable and Accounts Payable>>Business Transactions>>Outgoing Payments>>Outgoing Payments Global Settings>>Payment Block Reasons>>Define Payment Block Reasons.
    Hope this helps.
    Thanks and Regards,
    Anit

  • Web layout displays fine in Safari, Firefox but not in IE6

    HI there
    Am new to this forum and really hope you can help. I have
    designed a website for someone integrating various flash files into
    dreamweaver 2004 MX.
    Each flash file represents, top nav bar, side nav bar, right
    nav bar, title of body, and body of page.
    I am using server side includes for each flash file such that
    each nav bar etc has its own html doc.
    I have used relative positioning in order that the website be
    centered on the page.
    My problem is this:
    I am using Dreamweaver on Parallels VM on my intel Mac and
    therefore check the layout on Safari and Firefox.
    When trying to position each layer on dreamweaver such that
    they viewed correctly on those browsers they had to be positioned
    such that looked 'skewed' on the dreamweaver preview. In other
    words the left nav bar would appear to be much lower down compared
    to the top nav bar; the right nav bar was even lower on the page,
    about half way down; and the title and body layers were 'pushed' to
    the bottom.
    The thing is i had to position it this way so that it would
    look fine on safari and firefox - -otherwise the layers would
    overlap or be way out place.
    The only way to see this for yourself is to look at the
    website on IE6. ON IE6 it looks exactly as it does on dreamweaver
    preview. however, on IE7, Safari and Firefox it looks as how i want
    it to look.
    So just to recap on my ramblings: Website layers look out of
    position on Dreamweaver preview and IE6, but look fine on other
    browsers.
    Does anyone know why this is happening?
    The website is
    PUURGEN.COM

    HI Murray.
    You dont really seemed to have tried to answer my question
    and you seem to be a little misinformed about flash these days.
    please read the following for example:
    http://googlewebmastercentral.blogspot.com/2008/06/improved-flash-indexing.html
    http://www.adobe.com/devnet/flashplayer/articles/swf_searchability.html
    Ok, this is just for google, but Yahoo is very soon to follow
    suit.
    quote:
    Originally posted by:
    Newsgroup User
    > Each flash file represents, top nav bar, side nav bar,
    right nav bar,
    > title of
    > body, and body of page.
    <OUCH>
    This is a guaranteed no-show in search engine indexes, you
    know? Not only
    can they not index your site, they cannot read any of its
    contents. And as
    for accessability, forget it.
    Are you sure you want to continue on this non best-practice
    road?
    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
    ==================
    "rustypico" <[email protected]> wrote in
    message
    news:[email protected]...
    > HI there
    >
    > Am new to this forum and really hope you can help. I
    have designed a
    > website
    > for someone integrating various flash files into
    dreamweaver 2004 MX.
    >
    > Each flash file represents, top nav bar, side nav bar,
    right nav bar,
    > title of
    > body, and body of page.
    > I am using server side includes for each flash file such
    that each nav bar
    > etc
    > has its own html doc.
    >
    > I have used relative positioning in order that the
    website be centered on
    > the
    > page.
    > My problem is this:
    >
    > I am using Dreamweaver on Parallels VM on my intel Mac
    and therefore
    > check
    > the layout on Safari and Firefox.
    > When trying to position each layer on dreamweaver such
    that they viewed
    > correctly on those browsers they had to be positioned
    such that looked
    > 'skewed'
    > on the dreamweaver preview. In other words the left nav
    bar would appear
    > to be
    > much lower down compared to the top nav bar; the right
    nav bar was even
    > lower
    > on the page, about half way down; and the title and body
    layers were
    > 'pushed'
    > to the bottom.
    >
    > The thing is i had to position it this way so that it
    would look fine on
    > safari and firefox - -otherwise the layers would overlap
    or be way out
    > place.
    >
    > The only way to see this for yourself is to look at the
    website on IE6.
    > ON
    > IE6 it looks exactly as it does on dreamweaver preview.
    however, on IE7,
    > Safari and Firefox it looks as how i want it to look.
    >
    > So just to recap on my ramblings: Website layers look
    out of position on
    > Dreamweaver preview and IE6, but look fine on other
    browsers.
    >
    > Does anyone know why this is happening?
    >
    > The website is
    >
    >
    http://www.puurgen.com
    >

  • Can select resource content in anonymous block, but not in stored procedure

    I know the problem relates to the ACLs but am curious about the following behaviour:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    running on Windows XP sp2
    Trying to access an existing resource '/home/test/test.dtd'
    /home is owned by SYS
    /home/test is owned by me
    /home/test.test.dtd is owned by me
    The following SQL and anonymous block retrieve the content of the resource:
    select extract(p.res,'/*').getClobVal()
    from resource_view p
    where p.any_path = '/home/test/test.dtd'
    declare
    alldata clob;
    begin
    select extract(p.res,'/*').getClobVal()
    into alldata
    from resource_view p
    where p.any_path = '/home/test/test.dtd'
    dbms_output.put_line(substr(alldata, 1, 255));
    end;
    BUT when I encapsulate the anonymous block in a stored procedure, I am told that the folder '/home/test/' does not exist.
    As said, the problem related to the ACL on the folders, what I cannot understand, and caused me considerable confusion, is why I was unable to get the content from a stored procedure when I was able to do so from an anonymous block.
    regards
    Richard

    Use equals_path(res,'/home/test/test.dtd') = 1OK, OK, but how do you use wildcards (if you want to) since any_path like '/home/test%' works?
    Who was the stored procedure owned by. Was it a stand-alone stored procedure or a
    method on a package. If it was a method on a package is it AUTHID creator or AUTHID
    definer.Everything apart from the '/home' folder is owned by the current user.
    The PL/SQL was in a packaged procedure, a stand-alone stored procedure, and an anonymous block. It exhibited the same behaviour in each. All were defined with default AUTHID which is definers rights which is the same as the current user in this case.

  • Query executes at MySQL prompt, but not in code.

    I've done a fair amount of work using JDBC connecting to a MySQL database, and this is the first time this has ever happened to me. I was getting an
    java.sql.SQLException: Syntax error or access violation,  message from server: "You have an error in
    your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to
    use near ''ship')' at line 1"So I added line to print out the query that it was creating, which ended up being
    SELECT id, amount FROM inventory WHERE location=14 AND locationType='ship' AND commodity=5locationType is an enum with 'ship' as one of the choices. Now, the odd thing is, that when I simply copy that line into the MySQL command line and add a semicolon it runs just fine. It returns no records, which I haven't noticed as being a problem in the past.
    Most notably, the error cites the query as having a portion "'ship')", which has an extra ")" from the query that it outputs to the screen. I've got no idea where that comes from. The code that generates the query is pretty straightforward:
    query = new StringBuffer("SELECT id, amount FROM inventory WHERE location=").append(newInv.location);
    query.append(" AND locationType=").append(Server.getLocationEnum(newInv.locationType)).append(" AND commodity=");
    query.append(newInv.commodity);(in Server)
    public static String getLocationEnum(int t)
      if(t == LOCATION_TYPE_SHIP) return "'ship'";
      else if(t == LOCATION_TYPE_FACILITY) return "'facility'";
      else if(t == LOCATION_TYPE_SHOP) return "'shop'";
      else return "ERROR: TYPE NOT FOUND";
    }So, does anyone have any thoughts?

    Nevermind.

  • Layout looks good on large screens – but not on laptop

    Hi, is there any specific reason why a website would look OK on a large screen and yet fall apart on a laptop (13") screen?
    Here's a link:
    http://davidcoshdesign.com/nea/index.html
    Is this related to my earlier post about coding errors?
    RP.

    Hi, is there any specific reason why a website would look OK on a large screen and yet fall apart on a laptop (13") screen?
    I don't know what you mean by "Fall apart."  Which browsers are you testing your site with?
    If the page is oversized and centered, it will should appear centered on all viewports that are wider than the #wrapper width.  If the display doesn't support that width, your page should appear flush left in browser with horizontal scrollbars.
    Related link: 
    Google labs - Browser Size
    http://browsersize.googlelabs.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Executing a procedure - Works on Isql Plus but not SQL Developer??

    Hi folks.
    I am playing around with some design and structure stuff, mostly just passing values around procedures. I have one procedure (procedure1) which takes a sysdate and then passes it to another procedure (procedure2) which takes the parameter and does a dbms_output.put_line.
    Both objects are valid, and compile correctly. I use
    exec procedure1;
    in iSql Plus and it works perfectly. It prints the dates out and all.
    However if I use the exact same command in SQL Developer it gives me error "ORA-00900: invalid SQL statement"
    I don't understand why this happens?? The code executes perfectly in one but not the other...

    Remember that SQL*Plus commands don't work in the worksheet. So, this would fail
    exec my_procIn the worksheet you have to declare an anonymous block....
    begin
        my_proc;
    end;
    /If you right-click on the procedure in the Navigator and select Run then SQL*Dev will throw up a harness for you. Very handy if you want to get DBMS_OUTPUT, set variables, etc.
    Cheers, APC
    http://radiofreetooting.blogspot.com

  • My photosmart 8250 prints the headings & color blocks on the diagnostic pages, but not the text.

    My photosmart 8250 suddenly stopped printing ( I have Windows 7). The cartridges have ink & there are no error mssgs. The self-test disgnostic prints the headings, borders & color blocks, but not the text under each heading. I ran the diagnostic utility & it said there were too many print jobs (?) and I cancelled them as directed.I re-ran the test & It  said there were no problems found. But it still isn't printing. I went to the control panel and ran THAT diagnostic & it said it found some problem with the USB connection, but that it was resolved. But, it STILL won't print.  I tried everything the diagnostic utility suggested - uninstalled and reinstalled the updated  software & driver, restarted the computer, etc. and it still won't print.

    Hi - Try following the steps in this document.  It will walk you through cleaning the rollers, which in many cases is the cause of this type of problem.
    Hope that helps.
    Say Thanks by clicking the Kudos thumbs up. Please mark the post that solves your problem as an Accepted Solution so other forum users can utilize the solution.
    I am an HP employee.

  • Placing Summary column in master data block

    I have a master/detail datablock form. i want to show the sum of "amount" field that is present in detail datablock and this summar field must be placed in master data block but it does not compile the form and shows following error.
    FRM-30377: Summary item must reside in single-record block or in same block as summarized item.
    Item: S
    Block: PBL_PAYMENT_MASTER
    FRM-30085: Unable to adjust form for output.
    it works only by putting it in the same detail block with "Query All Records" to YES.
    But I want to place this summary column in master data block but then it is not working.
    How we can solve this problem.

    Hi,
    In this case:
    -- i put my summary column in the master data block with :Query_All_RECORDS set to yes
    --but Physically it is placed on detailed block on the canvas
    and it Works with this trick.
    Regards,
    Abdetu.

Maybe you are looking for

  • Drilldown and interactive reports

    hi, is there any difference between drilldown and interactive reports. if there exits , what is the difference? kindly help me. i will reward good points. regards thiru

  • 4 iphone users each with own itunes acct

    we have 4 iphone users in the house.  4 authorized computers. (though we only have 3 computers in the home-the other authorized pc is dead) seems to be that to get my music that I d/l on the mac to itunes I need to erase and sync my phone as it's ass

  • How to find out the info regarding Solaris, server hang or shutdown.

    Hi As I am handling the Solaris 9 Server remotely. As in last week the server has stopped to respond suddenly, we have tried to ping, ssh which was not working. As ultimately we have asked the Data Centre Team to hard reboot the same, to resolve the

  • Problem in pricing procedure

    Dear CONS          In purchase order item details condition tab I entered gross price, discount, fright, tax amount. The total ( effective price) comes certain amount. in the same codition tab in upper portion ( item details) qty as well as net price

  • My macbook pro (late 2008) won't recognize dvd or cd?

    A few days ago my computer stopped recognizing that a disc was in the drive.  It has worked fine up until now.  Each time I insert a disc, the computer will spin the disc, then spit it back out.  I have tried opening programs that use the drive such