911- textarea captured but can not displayed well on Browser with linebreak

Please have a look at point 1 and answer point 2. Please do any suggestion
1.
Here is a test.jsp code:
<script language="javascript1.2">
function OK()
alert(document.frm.textarea.value);
return true;
</script>
<%
if (request.getMethod().equalsIgnoreCase("POST"))
out.println(request.getParameter("textarea"));
else
%>
<form name="frm" method="post" onSubmit="return OK();">
<textarea cols="10" rows="5" name="textarea"></textarea>
<input type="submit">
</form>
<%
%>
2. when I enter
this is a test
thsss
we get the msgbox display
this is a test
thsss
which is OK.
Now when we're back to the server, which send to the brower
this is a test
thsss
but the Browser could not display as it is. On the browser, I use view source and see exactly whatever we entered
(/n or /n/r)
-- Paul.

the esiest way to make it work is to use <pre></pre> tag. In your case it will look like
<script language="javascript1.2">
function OK()
alert(document.frm.textarea.value);
return true;
</script>
<style>
pre{font-family:verdana;};
</style>
<%
if (request.getMethod().equalsIgnoreCase("POST"))
out.println("<pre>" + request.getParameter("textarea") + "</pre>");
else
%>
<form name="frm" method="post" onSubmit="return OK();">
<textarea cols="10" rows="5" name="textarea"></textarea>
<input type="submit">
</form>
<%
%>
Notice that I used a style sheet to change the default font for <pre> (you can write your own style sheet). Good Luck.

Similar Messages

  • HT204088 Today I have purchased never line app but can not download. I rechecked with credit card center it paid already. How I should do. It can refund or not?

    I paid from credit card 3.98 usd already for line sticker only 1 item already but can not download.  It can refund or not?

    1. iTunes won't offer cloud downloads for songs that it "thinks" are in your library, even if it "knows" the files are missing. If you've exhaustively searched for the missing files and there is no prospect of repair by restoring to them to their original locations, or connecting to new ones, then delete that tracks that display both the missing exclamation mark and are of media kind Purchased/Protected AAC audio file. Don't hide from iTunes in the cloud when asked, close iTunes, then reopen. You can download from the cloud links or iTunes Store > Quicklinks > Purchased > Music > Not on this computer > All songs > Download all.
    2. Why? Not sure, perhaps 3rd party tools or accidental key presses combined with previously hidden warning messages when trying to organize the library. There is a hint that using the feature to downsample media as it is synced to a device may also be involved, though I've not replicated it. Whatever the reason a backup would protect your media.
    tt2

  • Migrate an application from x86 to x64. Compiling succeed, but can not run. Always start with error 0xc0000142.

    platform: windows server 2008 r2; ide: visual studio 2005 (installed the x64 development kit)
    Hi, everyone.
    I want to migrate my application to x64 platform from x86/win32 platform. I added x64 platform in visual c++ 2005 option, and compiled successfully. But the application can not start. When start it always pop up an alert dialog saying "The application
    was unable to start correctly (0xc0000142). Click OK to close the application."  Meanwhile, it's worked well when I use win32 option to compile.
    Someone says online, the dependency walker can detect some root cause. I used it, and found that IEFRAME.dll may be had some problem because when I double click it, pop up a dialogue saying "Errors were detected when processing "c:\windows\system32\IEFRAME.DLL".
    See the log window for details.". But I can not resolve this issue.
    Please help me.

    If I had to try to solve this:
    I'd start by verifying that I can compile, and run a skeleton x64 Windows app.  Just create one from scratch using the Windows Application project template, add the x64 platform, build it and run.  Hopefully all goes well.
    If that works, then I'd try trimming down your app to just its essentials.  If you're not using revision control software, back up your projects now, because once you find the problem by hacking and slashing, you'll want to revert so you can make a
    clean fix.
    The first thing to do here is just put a return 0; in the beginning of WinMain to see if it's code at runtime that's causing the problem or something about the linking and dependent library loading.
    I'm guessing that, even with return 0, you will still have a problem, which would suggest that you are perhaps still linking against a 32-bit version of a library or something like that.  Start removing dependencies or references or libraries until
    you can build and run your stripped-down application.  Eventually you'll find the one reference/library that causes it to fail to load.
    You can also check the debug window to see if some modules loaded correctly and others not.
    You can also run
    Process Monitor (sysinternals) to see which dll it was accessing when it failed to load.
    Make sure you revert any changes you made while hacking and slashing, then make your platform fixes, and have another go.
    I suspect that eventually you'll find that you've added a link library that is a 32-bit .lib or a component that references a 32-bit library.  You'll have to make sure you specify the x64 .libs for whatever libraries you are using.  Sometimes this
    means that you have to change you additional linker directories to point to the x64 libs instead of the x86/win32 libs.  Be very careful about your platform when specifying linker libraries, directories, etc.
    It could also be that the x64 version of a dll has been copied to your output folder rather than the x86 version, assuming they have the same name.  You'll have to sort out your SDKs and get the right .libs and .dlls.
    Make sure that your settings and property pages are set correctly for Release and Debug, and for x86 and x64.

  • Cannot capture, but can do pretty much everything else with deck. What now?

    Hello everybody,
    I'm writing for the Gateway Media Center. We're basically a small group of students which handles anything video or TV related for a public school district, mainly the high school. Our main editing system (Mac connected to a MiniDV deck via FireWire)is the subject of this post.
    And we've got a bit of a problem. I've seen it at least once before on these forums, but no solution in that topic helped.
    Basically, we can't capture video or audio with Final Cut Pro, but we can control the deck, watch audio levels coming from the deck within Final Cut, and even record edited material to tape with the deck just fine. We CAN capture with another application.
    I'd like to say that NO, we have not updated anything within the past six months or so, at least not to my knowledge. (The problem started last week).
    *_A detailed decription of what DOESN'T work:_*
    Log & Capture window: The preview monitor within the window always shows the default color bars and the black horizontal band that roughly says 'Preview Disabled'.
    *With device 'FireWire NTSC' selected:*
    *Aud+Vid, Capture Now:* The black window with the whire Final Cut window opens. The bottom says 'Waiting for Timecode'. After this sits there for a few seconds, a message pops up and says roughly 'The operation could not be completed because there is no video'. The deck is automatically paused.
    *Video Only, Cap. Now:* same as above^.
    *Audio Only, Cap. Now:* Black window, bottom says 'capturing now', as it should, but when the Esc key is hit a message that says roughly 'ERROR: Final Cut could not read the movie file just captured' pops up.
    *With 'Non-Controlable device' selected:* same as above, except that 'Waiting for Timecode' is replaced with 'Allocating Disk Space'.
    *A detailed description of what DOES work:*
    - Video and Audio go TO the deck, whether it's from Timeline/Canvas, Viewer, or Print to Video. I succesfully recorded an edit to tape just yesterday.
    - The deck can be controlled with the JKL keys, the buttons on the Log & Cap. window, go to In point and even Batch Capture cues the tape correctly.
    - Timecode is visible in the top right of the preview monitor in the L&C window, and it is the right timecode.
    - Audio levels visible (in that stand-alone window which is usually to the right of the timeline) match what I'm hearing from the deck's analog monitor.
    - Vidi, a simple little program, can record video which is manually cued with the deck. The saved video file(s) can then be successfully imported into FCP.
    _*Trouble-shooting ALREADY attempted:*_
    1) Correct turn on order: Shut everything down, unplug the deck's power, turn on and log into Mac, plug in deck and wait for it to wake up, turn the deck on, then launch Final Cut.
    2) Check deck's input and output settings.
    3) Unplug other FireWire devices. (We use an external hard drive connected on the same firewire bus. Not that it's ever been a problem)
    4) Change Captrue Scratch location and make sure there's enough disk space.
    5) Delete Final Cut Pro Preferences and that 'com.apple.finalcutpro.plist' thing.
    _*Trouble-shooting NOT attempted:*_
    1) Replace FireWire cable. I think it's safe to say the cable's fine since the computer can capture with Vidi, but I guess I should try this too, next time I get a chance.
    2) Remove receipts and Re-install Final Cut Pro. (Really, a last resort.)
    _*The specs:*_
    Yes, this stuff is pretty old. Like I said, we're talking about a pulic school district, and the system usually suits us just fine.
    FCP: Final Cut Pro HD (Academic) 4.5
    +set up with the 'DV NTSC 48kHz' Easy Setup. Video playback on 'FireWire NTSC 720x480'. Yes, External Video All Frames.+
    *The Mac:* PowerMac G4 (of what I believe would be called the MDD case model family)
    OS: Mac OS X, version 10.3.9
    CPUs: Dual 1.25GHz PowerPC G4, 2 MB L3 cache per processor
    RAM: 1 GB DDR SDRAM
    HDDs: Two drives, reportedly on the 'ATA-6' bus.
    *The Deck:* JVC SR-DVM700 (3-in-1 MiniDV (with the 'PROFESSIONAL DV' logo), hard drive, and DVD-RW/RAM), 4-pin FireWire port connected to 6-pin port on Mac.
    +Deck's Monitor:+ one professional CRT video monitor with built-in mono speaker, analog inputs directly connected to deck, made by JVC.
    Sorry about the long post, I wanted to make it clear.
    We're getting into a nice crunch as the school year is ending, and we really need to get this running. Any tips would be great!
    Thanks,
    Jake T.
    +Gateway Media Communication Center / Gateway High School Video Club / Gateway Video Productions+

    That makes sense, but our problem started last week - Final Cut captured fine before then.
    And I don't think it's been updated lately, as 7.4.5 is the latest version of QuickTime for OS10.3.9. If an update caused the problem, wouldn't the update be to 7.4.5, and not 7.3.1?
    Nevertheless, I'll try it.
    Thanks,
    Jake T.

  • JEditorPane can not display the applet contained in a html

    We know that class JEditorPane can be used to display Html pages. but it has limitation. When a Html page contains Applet, it can not display the applet! Does anyone know if there's any solution for this problem?

    Hi, i do the 'CREATE_TEXT', after the PO created,   the PO created correctly except the Long Text.
    THE CODE:
    *********************1*********************
        CALL FUNCTION 'BAPI_PRODORD_CREATE'
          EXPORTING
            orderdata    = wa_po
          IMPORTING
            return       = rt
            order_number = aufnr
            order_type   = otype.
    Then i got a AUFNR,
    **********************2**********************
    CONCATENATE sy-mandt aufnr INTO t_name.
          CALL FUNCTION 'CREATE_TEXT'
            EXPORTING
              fid         = 'KOPF'
              flanguage   = 'E'
              fname       = t_name
              fobject     = 'AUFK'
              save_direct = 'X'
              fformat     = '*'
            TABLES
              flines      = it_text
            EXCEPTIONS
              no_init     = 1
              no_save     = 2
              OTHERS      = 3.
    and SY-SUBRC is 0.
    the long text also generated, but can not displayed on the CO03

  • SuperFrench is found but this font can not display any text

    "SuperFrench" font comes from Autodesk. this fonts's real file name is supef__.ttf
    If it is placed in C:\Windows\Fonts folder then it is available for Windows native apps such as MS Excel.
    Java GraphicsEnvironment finds "SuperFrench" font
    but this font can not display any text.
    This happens in both Java6(1.6.0_34) and Java7(1.7.0_06)
    try this
    import javax.swing.*;
    import java.awt.*;
    import java.util.*;
    public class FontTest01 {
      public static void main( String[] args ){
        FontTest01 app = new FontTest01();
        app.run();
      void run() {
        String fontName = "SuperFrench"; //** SuperFrench font
        GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
        String[] existFontNames = ge.getAvailableFontFamilyNames(Locale.ENGLISH);
        boolean fontExists = false;
        for( int i=0 ; i<existFontNames.length ; i++ ){
          if( existFontNames.equals( fontName ) ){
    fontExists = true; break;
    if( fontExists==false ){
    System.out.println( fontName +" does not exist" );
    System.exit(-1);
    JLabel label = new JLabel( "ABCDEFG" );
    Font font = new Font( fontName, Font.PLAIN, 20 );
    System.out.println( font.getFontName() );
    label.setFont( font );
    JFrame f = new JFrame();
    f.add( label );
    f.setSize( 180, 120 );
    f.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
    f.setVisible(true);
    Edited by: TadashiOhmura on 2012/06/17 23:04
    Edited by: TadashiOhmura on 2012/06/18 7:50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Thank you for your replay.
    I face the same trouble with JavaFX
    I report this problem into Jira and filed as RT-22641
    Some members of Oracle developer team write comments for this issue.
    http://javafx-jira.kenai.com/browse/RT-22641
    This font has some irreguler structure.
    I hope Java font system will deal with it.

  • Yosemite - MacBook Air 10.10 - "Notes" does not open - "Preview" opens, but does not display PDF's - "iCal" works in new strange ways, as if no one checked its operation - Everything worked very well until Upgrade to Yosemite ! - Happen to others?

    Yosemite - MacBook Air 10.10 - "Notes" does not open - "Preview" opens, but does not display PDF's - "iCal" works in new strange ways, as if no one checked its operation - Everything worked very well until Upgrade to Yosemite ! - Happen to others?

    Thanks for your lengthy reminder dude, I have a similar Mac with yours. I suspect its a software fault because it happens after I upgraded to Lion, 10.7.2.

  • HI,MASTER,Why FLEX s: textArea and s: RichEditableText default a P element, but can not afford t

    Why FLEX s: textArea and s: RichEditableText default a P element, but can not afford to remove。
    in
    if(textArea.textFlow.mxmlChildren.length==1)
        textArea.textFlow.removeChildAt(0);
    BUT When another visit to this element of TEXTFLOW, that P had been born

    Hi, That is by design, we automatic create a P child for empty textflow.

  • FF loads but does not display

    Since the upgrade to FF3.6, I've had several annoying glitches.
    1 Dclick desktop icon, FF loads into memory, but does not display. End task. Then Dclick the icon again. This time FF loads and displays normally.
    2. After closing FF with Save & Quit, next time I open FF, error message : "Well this is embarrassing, can't recover tabs". Start new session. FF opens with last tab instead of default site.
    3. On some sites I click icons and nothing happens. Sometimes other icons on same page will open, but most won't. Internet Explorer will open the same icons, so the Problem seems to be in FF.
    Am I the only one with these nuisances? Any help will be appreciated.
    == This happened ==
    Every time Firefox opened
    == after upgrade to FF 3.6

    Hello John.
    You may be having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not coming from one of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] and select ''Disable all add-ons''. If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and theme. You can troubleshoot plugins the same way.
    If you want support for one of your add-ons, you'll need to contact its author.

  • Date can not display correctly in excel from .jsp

    Hi,
    I create a .jsp report to export the data to excel. the report run OK, except the date field can not display correctly.
    for example in database :start date ='01-oct-2003'
    in the except it displays to 02/06/02.
    It seem all the date field can not be control in the report, and control by somthing else
    Doese anyone come accross this problem?
    Thanks

    Hi Rong,
    Are you using the following demonstration to build your JSP?
    http://otn.oracle.com/products/reports/htdocs/getstart/demonstrations/index.html
    (Output to Excel with Oracle9i Report)
    I tried to do the same, and inserted a database date field in the JSP using Reports. I found the following:
    While making the template inside Excel, if I make sure that the format of the date cells is "Date" - some particular date format, the date field values from Reports does not get exported correctly.
    However, if you make sure that inside the template, the format of the date cells is not date, but "General", then the date field values are correctly exported to Excel.
    Pl try it and let us know.
    Navneet.

  • New Ink Cartridge but can not print out/copy any document.

    I have HP Printer Deskjet 1050. I've just bought 1 x Original HP Ink Cartridge Colour Black No.61 that can be used as well for my HP Deskjet 1050 (because I could't get No.802 Black Cartridge). I have pulled out the empty one and pushed the new one in until I heard snap sound (I've followed as what is in the instruction poster). Before my old Ink was empty, I was able to print either black or colour. Now, after I've got new one pushed in, I couldn't print nothing, even the alignment page doesn't automatically print out after all cartridges are pushed in and cartridge door was closed. My Black Ink warning light is blinking all the time. I can scan to my computer/laptop but can not print it out or make copy from the printer. This printer is not compatible for my laptop with OS Windows 8.1 (64-bit), but I was able to use my printer for printing thru my laptop by using HP AiO Printer Remote. Please help?

    Hi @KroebY, 
    Welcome to the HP support Forums! I see you have replaced the black cartridge on your HP Deskjet 1010, but it is not registering the new cartridge. You are unable to copy or print, you can make a scan. I notice you said your DJ 1010 was not compatible with the Windows 8.1 Operating system, there are full feature software and drivers available for your printer.
    Let's start troubleshooting the print quality issues: Printer Prints a Blank Page or Does Not Print Black or Color Ink for the HP Deskjet Ink Advantage an...
    Does this help, are you now able to print and make a copy? If yes, continue below:
    Now, the software:
    1. Unplug the USB if using a direct connection.
    2. Remove the HP DJ 1010 software from your computers Control Panel's Uninstall a program option.
    3. Restart the computer.
    4. Make sure all the DJ 1010 software is gone from the programs list as well as your HP folder listed under the All programs in your Start Menu.
    5. Now go ahead and download the software and drivers for your DJ 1010 (DO NOT plug in USB until the software prompts you to):
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=dj-117518-4&cc=us&dlc=en&lc=en...
    6. Go ahead and print a test page.
    7. If you are unable to print a test page, please run the HP Print and Scan Doctor- It was designed by HP to provide users with the troubleshooting and problem solving features needed to resolve many common problems experienced with HP print and scan products connected to Windows-based computers.
    Please let me know if you are not able to print, and if the installation was successful.  I will watch for your reply.
    Thank you,
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • When I have video clips on my timeline, they do not play in the monitor screen. I hear the sound track but can not see the image. To test if my new files are somehow the problem, I went back and used video files that I used successfully a year ago, and th

    When I have video clips on my timeline, they do not play in the monitor screen. I hear the sound track but can not see the image. To test if my new files are somehow the problem, I went back and used video files that I used successfully a year ago, and they no longer play in the monitor window. I hear the sound track, but do not see any video. Have I changed some setting that controls video playback in the monitor window?

    Randy Ruttger
    Thanks for the follow up.
    Missing in this equation were the version of Premiere Elements that you were using and the computer operating system on which it was running. But...
    The deed is done. But.....Until now and after you went ahead and moved to version 12, we now learn what version of Premiere Elements you were using. We still do not know the computer operating system involved.
    You just said Premiere Elements 10. Premiere Elements 10 is hit by a serious known display issue if the computer uses a NVIDIA GeForce video card/graphics card. In this issue, the only remedy is to roll back the driver version to about May 2013. The description of the problem and how to do the roll back are described in one of the Announcements at the top of this forum. What video card/graphics card does your computer use?
    On another front, Adobe will be releasing a new version of Premiere Elements any day now. No one but Adobe knows the feature set for the new version. That type of information is announced at the moment of release of the new version.
    So the remedy to the problem that you presented in this thread could have been...
    1. Rolling back the NVIDIA GeForce driver version to about May 2013 if possible (Windows 8 or 8.1 64 bit, may not be possible)
    2. Move to another version of Premiere Elements (which you did)
    I offer the above for consideration so that you can review your decisions. We are pleased to learn that Premiere Elements 12/12.1 works for you.
    Please do not hesitate to ask questions and ask for clarifications, but remember that the answers are in the details.
    Best wishes,
    ATR

  • Trying to install MS Office 2011 for Mac SP 2 on my Macbook Air (Lion 10.7.3). I have to close Microsoft Database Daemon and SyncServicesAgent but can not see how to do so.  I have closed all applications.  Can anyone help? Many thanks

    Trying to install MS Office 2011 for Mac SP 2 (14.2.0) on my Macbook Air (Lion 10.7.3). I have to close Microsoft Database Daemon and SyncServicesAgent but can not see how to do so.  I have closed all applications.  Can anyone help? Many thanks

    Thanks Kurt!  I had tried all that and had tried closing both programmes from the application monitor, but SyncServices Agent refused to close.  I tried closing Launchd which is their mother application, but that just caused the screen go go blank.  In the end the two programmes let themselves be closed next time I tried the installation process so all was well.  Thanks for your help!

  • Page loads but will not display

    I have an IP address that allows me to view my cctv cameras.It works fine with Internet Explorer,but when i enter the same address in to my safari browser the page seems to load but will not display anything.
    I assume its some thing do with my internet security settings but do not now where to find them to allow this site. Can any one help please.
    Thanks

    Try temporarily turning off your firewall via SystemPreferences>Security>Firewall. If the site then works you can turn the firewall back on and specifically allow Safari.

  • Urgent: Graph can not display

    Hi,
    My report can not display graph correctly if I view the report from report server in html format, because the graph url use report server's hostname, not IP. If I use IP view the graph, there are no problem.
    So my problem is how to config the report server for the graph display correctly?
    I tried to modify the IMAGEURL in rwservlet.properties, it doesn't work.
    I tried to modify the hosts file in local maching to mapping the report server hostname and IP, the praph can display, but it's not a good idea for all user to config their client maching .
    Thanks in advance.
    report url:
    http://172.20.137.205:7777/reports/rwservlet?htportalconn&destype=cache&desformat=HTMLCSS&report=usage_report.rdf&p_conn_string=htportalconn&P_Bill_Period=200806&p_report_id=41
    graph url in report (can not display):
    http://hk8sp202:7777/reports/rwservlet/getfile/HW/YX+J7DBjNFKgUnojRyFXmKwm2qqSnwR277aMm/561014461.jpg
    if replace the hostname with IP in graph url, graph can display:
    http://172.20.137.205:7777/reports/rwservlet/getfile/HW/YX+J7DBjNFKgUnojRyFXmKwm2qqSnwR277aMm/561014461.jpg
    Sammy
    Edited by: Sammy Song on Sep 8, 2008 12:54 AM

    Hello Anek,
    Refer to SAP Note 704604 and 454042.
    Also,
    http://help.sap.com/saphelp_nw04/helpdata/en/76/41d43ab8029b66e10000000a114084/frameset.htm
    and
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4846ac90-0201-0010-099d-d3b4e271849c
    regards
    Atul Shrivastava
    PS:Award points for helpful answer.

Maybe you are looking for

  • How to use a calculated column in the same query

    Hi All, I need some help with using a calculated column in the same query. For eq I am joining a couple of tables and some of the select columns are calculated based on the columns of the tables and i want a new column in the same query to use this c

  • How do you delete Wiki attachments?

    Our /Library/Server/Wiki/FileData folder is about 7 GB, and I noticed that any time Server.app checks Wiki's settings, there's a mds/mdworker process in the background that rips through this folder before Server.app is able to report back. I think th

  • Problem in client export and import (SCC8)

    Hi, I was asked to copy client 300 data on one AIX server to client 210 on another AIX server. I have done the client export thru SCC8, transferred those files to other server thru ftp, added those requests to the import queue on target server. As an

  • Compatible to HDV

    I seriously have no idea what the **** im doing. I'm sorry but im ****** the **** off right now. Ok, all I want to do is record my project back on to my camera (on DVC HD tape im not trying to go to the ******* moon), I go to print to video and it sa

  • PO header on ME21N

    hi everyone is there an enhancement or user exit where we can keep the PO header(the screen which contains the Address tab page, the Org. Data tab page etc) open, like for example we can disable the button which is clicked to open the PO header.