Increase the size of the net order value

Hai,
i want to increase the size of the net order value, actually the net order length is 9 charector's but i want to increase the length up to 12 , is any possiablity is there, and another one is today i released one lostdated po. nextday i check the report how many released lost day, the report will show's the document date type so we con't findout how many are released lost day,if there any possiablity is there, send your feed back,
thanking you
T krishna Prasad

hi
for net order value field incease check in customization is there any setting there.
you need to develop your custom report.
Edited by: AP on Feb 17, 2009 7:39 AM

Similar Messages

  • At one point, a long time ago I was able to tweak a value that would increase the size of the X in the tabs. That helps since my hands tremble a lot

    Can you tell me how I can increase the size of the x in the Tab used to close the tab? Last time I did this "fix" was when there was a settings/config page to set all sorts of things. Doesn't seem to exist anymore. Please send the response to [email protected] or to [email protected] Thank you.

    Add code to the userChrome.css file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    .tab-close-button .toolbarbutton-icon,
    .tabs-closebutton .toolbarbutton-icon {
    height: 25px !important;
    width: 25px !important;
    margin:-4px 0px !important; /* use this if you want to adjust the top and bottom margins */
    }</nowiki></pre>

  • How to increase the size of the applet/ form displayed on the bowser

    kindly guide me how to increase the size of the applet / forms displayed on the browseri.e the width and length of the forms/applet so that i can display all the controls on the form .
    thanks with regards

    i changed the value of width and height in formsweb.cfg file in my devsuite_home/forms/server/formsweb.cfg , i am able to see the result when i compile and run the form in devsuite, whereas the same is not reflected when i run the same form in application server.
    when i tried to change the value of abbovementioned file in oracle_home /forms/server/formsweb.cfg of the application server file , the file does not have the applet wdth and applet height values. in fact this file does not have any applet information..
    pls guide
    thanks with regards.

  • Iam trying to increase the size of the font on my homepage on fox

    My homepage on Firefox is mytelus.com. The print is too small and I want to increase the size of the print. How do I do that? I have been able to increase the size of the print on my homepage on Internet Explorer, but can't seem to find instructions on how to do the same on my Firefox homepage. thanks

    Hi , 
     Your RV215W wont support for secondary IP address , only option for your to expand your subnet mask from 24 to 23 on your LAN interface . 
    Like XX.XX.24.0/23
    Configure your DHCP scope accordingly to support /23 sub net .
    HTH
    Sandy

  • Increase the size of the cache using the cache.size= number of pages ?

    Hi All,
    I am getting this error when I do load testing.
    I have Connection pool for Sybase database that I am using in my JPD. I am using Database control of weblogic to call the Sybase Stored procedure.
    I got following exception when I was doing load testing with 30 concurrent users.
    Any idea why this exception is coming ?
    thanks in advance
    Hitesh
    javax.ejb.EJBException: [WLI-Core:484047]Tracking MDB failed to acquire resources.
    java.sql.SQLException: Cache Full. Current size is 2069 pages. Increase the size of the cache using the cache.size=<number of pages>
         at com.pointbase.net.netJDBCPrimitives.handleResponse(Unknown Source)
         at com.pointbase.net.netJDBCPrimitives.handleJDBCObjectResponse(Unknown Source)
         at com.pointbase.net.netJDBCConnection.prepareStatement(Unknown Source)
         at weblogic.jdbc.common.internal.ConnectionEnv.makeStatement(ConnectionEnv.java:1133)
         at weblogic.jdbc.common.internal.ConnectionEnv.getCachedStatement(ConnectionEnv.java:917)
         at weblogic.jdbc.common.internal.ConnectionEnv.getCachedStatement(ConnectionEnv.java:905)
         at weblogic.jdbc.wrapper.Connection.prepareStatement(Connection.java:350)
         at weblogic.jdbc.wrapper.JTSConnection.prepareStatement(JTSConnection.java:479)
         at com.bea.wli.management.tracking.TrackingMDB.getResources(TrackingMDB.java:86)
         at com.bea.wli.management.tracking.TrackingMDB.onMessage(TrackingMDB.java:141)
         at com.bea.wli.management.tracking.TrackingMDB.onMessage(TrackingMDB.java:115)
         at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
         at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

    hitesh Chauhan wrote:
    Hi All,
    I am getting this error when I do load testing.
    I have Connection pool for Sybase database that I am using in my JPD. I am using Database control of weblogic to call the Sybase Stored procedure.
    I got following exception when I was doing load testing with 30 concurrent users.
    Any idea why this exception is coming ?
    thanks in advance
    Hitesh Hi. Please note below, the stacktrace and exception is coming from the
    Pointbase DBMS, nothing to do with Sybase. It seems to be an issue
    with a configurable limit for PointBase, that you are exceeding.
    Please read the PointBase configuration documents, and/or configure
    your MDBs to use Sybase.
    Joe
    >
    javax.ejb.EJBException: [WLI-Core:484047]Tracking MDB failed to acquire resources.
    java.sql.SQLException: Cache Full. Current size is 2069 pages. Increase the size of the cache using the cache.size=<number of pages>
         at com.pointbase.net.netJDBCPrimitives.handleResponse(Unknown Source)
         at com.pointbase.net.netJDBCPrimitives.handleJDBCObjectResponse(Unknown Source)
         at com.pointbase.net.netJDBCConnection.prepareStatement(Unknown Source)
         at weblogic.jdbc.common.internal.ConnectionEnv.makeStatement(ConnectionEnv.java:1133)
         at weblogic.jdbc.common.internal.ConnectionEnv.getCachedStatement(ConnectionEnv.java:917)
         at weblogic.jdbc.common.internal.ConnectionEnv.getCachedStatement(ConnectionEnv.java:905)
         at weblogic.jdbc.wrapper.Connection.prepareStatement(Connection.java:350)
         at weblogic.jdbc.wrapper.JTSConnection.prepareStatement(JTSConnection.java:479)
         at com.bea.wli.management.tracking.TrackingMDB.getResources(TrackingMDB.java:86)
         at com.bea.wli.management.tracking.TrackingMDB.onMessage(TrackingMDB.java:141)
         at com.bea.wli.management.tracking.TrackingMDB.onMessage(TrackingMDB.java:115)
         at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
         at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

  • To Limiting the size of the attached document in a "Purchase order"

    Does anyone knows how to limit the size of the document indexing in an "Purchase order"?
    Let me explain:
    By the tcode me23n I can create an annex to attach a file to the Purchase order,
    right now there is no limitation on the size of it,
    is there any way to limit that someone attach a giant file to a purchase order and leave me the Database trembling?
    thanks in advance.

    No cross posting
    Read the "Rules of Engagement"

  • IPhone 5 (16GB) iOS 7.0.4 Mail App size is 1GB and continuously increasing. How to reduce the size of the Mail App?

    Hi,
    I am using an iPhone 5 (16GB) iOS 7.0.4.
    Currently the size of the mail app is 1GB and is continously increasing, even though the advanced settings in the mail account have been set as following:
    MOVE DISCARDED MESSAGES INTO:
    Deleted Mailbox
    DELETED MESSAGES:
    Remove: After one day
    INCOMING SETTINGS:
    Delete from Server: When removed from Inbox
    The problem that I am facing is that only a few emails reside on my iPhone as I keep deleting emails, which are also deleted from the server automatically because of the settings as above, which is perfectly fine. The emails are deleted from the Mail app and only a very few of them are visible which I have not deleted as yet, and all is fine till here. The problem is that the size of the Mail app is more than 1GB and is continously increasing, when i check the size of the Mail app in the Settings > General > Usage section.
    When I search for an email that has previously been deleted from the search feature by swiping down in the main page, it still comes up in the search, and upon clicking the searched email, it takes me into the Mail app, however, the mail is not there. I have tried searching for emails which were deleted weeks ago, and they still come up in the search feature, however, they DO NOT open in the Mail app when i click them within the search feature in the main page.
    Up until a couple of months ago, the size of the Mail app was about 5.2GB and at this point I had no space on my 16GB iPhone 5, therefore I resetted my phone two months ago, and after a complete reset of the iPhone 5, the size of the Mail app went back to 0.3KB (like it was brand new out-of the box); however, within a matter of two months the size of the Mail app has now exceeded 1GB and is continously increasing, as I receive alot of emails which is why I delete them on daily basis and even delete them from the Trash folder (mailbox).
    I have read alot of blogs and even checked with other friends using similar settings on the same model, however, I just cant seem to figure this out. I would really appreciate if someone can help me with this issue as I dont want to have to reset it again after another 2-3 months.
    There are practically only 14-15 emails on my Mail app with not alot of KBs for these emails, and the trash folder is also empty, but the size of the Mail app is still not reducing. Please help!!
    Regards,
    Shoaib Malik

    Have you tried restarting or resetting your iPhone?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after It shuts down, press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds).
    Also consider deleting and reinstalling the Mail Account in question.

  • How do I change the size of the tools and the text for the menus in Photoshop?  I need a magnifying glass in order to make out what they are.

    How do I change the size of the tools and the text for the menus in Photoshop?  I need a magnifying glass in order to make out what they are.

    Okay, I've figured it out, so I'm going to answer my own question in hopes that it may help anyone else that would like to actually be able to see what they're doing when using Photoshop CC 2014 on a high resolution screen.
    1.  Open Photoshop.
    2.  Select Preferences from the Edit Menu, then select General.
    3.  Change the HUD Color Picker to Hue Strip (Medium).
    4.  Select Interface from the Preferences menu on the left side of the dialog box.
    5.  Change the UI Font Size to Large in the Text area of the Preferences dialog box.
    6.  Select Experimental Features from the Preferences menu on the left side of the dialog box.
    7.  Select Scale UI 200% for high-density displays (Windows only).
    8.  Click on OK, then Exit/Quit Photoshop.
    9.  Open Photoshop and everything should be readable.

  • How do I increase the size of the text on the toolbar?

    How do I increase the size of the toolbar text, please?  For some reason, it's now very tiny, and everything I do only increases the font size of whichever web sites I access (which is not what I'm wanting to accomplish). 
    Thanks in advance for any help in this. Actually, I'm wondering what I might have done that would make the toolbar so tiny?

    Do  you mean the menu bar at the very top of your screen?
    If so, open System Preferences > Displays > Display > Scaled
    Try a different resolution.

  • How do you increase the size of the tabs in excel?

    Hello,
    I am working with Excel on the new 27" iMac, can anyone inform how you are able to increase the size of the tabs on each worksheets?
    The software is OfficeMacs 2011.
    Thanks,
                  A

    http://answers.microsoft.com/en-us/mac?auth=1

  • How to increase the size of the fonts for file, bookmarks and all toolbars in firefox 4.01

    how can i increase the size of the fonts such as file, bookmarks,tools,etc and all toolbars

    Try this extension:
    *Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/theme-font-size-changer/

  • How to increase the size of the exported dashboard in powerpoint

    When I am trying to increase the size of the dashboard in the powerpoint then the fields are overlapping in the powerpoint slide.
    Actually in the preview the size of the fields is clear and font is visible. But in the ppt if the report size is not increased then the font is not clear, and when increasing the report in the ppt  then the fields are overlapping.
    How to resolve?
    Thanks in advance

    Siva,
    This is very common issue.
    Try increasing the font size and align your components in design mode, and try resizing the dashboard in ppt as well.
    Hope this helps...
    -Anil

  • How to increase font size in the report when emailed as PDF

    How do I increase the font size of the report when I distribute the report as PDF to the users. I tried using different paper sizes in the LayOut tab in Broad Caster and Orientations. When I open the PDF from the mail I see the report shrinked and not readable, but when I magnify the report the numbers are visible with no loss in quality. I cannot give the users to print a shrinked PDF file. I would like to see a visiable font and print the same size what I see.

    The size of the font is increased by selecting a bigger page size while emailing. This will automatically increase the size of the page.

  • When I quit itunes it restarts again with the dot under the itunes logo but the iTunes window doesn't open until I click the icon on the dock.  Also in the middle of the size vale in the size column the value starts with a number then a ? then a number.

    When I quit itunes it restarts again with the dot under the itunes logo but the iTunes window doesn't open until I click the icon on the dock.  Also in the middle of the size vale in the size column the value starts with a number then a ? then a number.

    This forum is for questions from those managing sites on iTunes U, Apple's service for colleges and universities to post educational material in the iTunes Store. You'll be most likely to get help with this issue if you ask in the general iTunes for Mac forums.
    Regards.

  • Apple Mail (Mavericks), Viewing size of list is too small.how do you increase the size of the email message list.  The font is too small, I can hardly read them.

    In Apple Mail, using Mavericks, how do you increase the size of the email message list that displays on the left side of the screen?
    The font size is so small.
    Thanks.

    Thank you for responding.  After investigating and checking further, it was clear that only one of your suggestions changes the font size of the list of emails, also called the In-box.  And that is the display resolution.
    However, changing the display resolution affects the dots per inch of everything, everywhere and makes it larger.
    Given the high end fee Apple charges for their products, and the generally well developed software they provide, it is hard to imagine they have not corrected this obvious slight of effort on the inbox text. At times Apple's "one-size-fits-all" and "it's our way or no way" mentality astounds me and makes me want to run back to Microsoft.
    Evidently this is a well known mistake, which has yet to receive any attention.
    Again, thank you for your effort and assistance on my behalf.

Maybe you are looking for