Need to Increase OTL Field Display Size

In OTL, I modified the user-customizable views PA_ONLINE_PROJECTS_V to display the Project Number in this concatenated format...
(ProjNum) ProjDescription
using...
CREATE OR REPLACE FORCE VIEW apps.pa_online_projects_v (
     project_number,
     project_name,
     project_id,
     project_type,
     start_date,
     completion_date,
     carrying_out_organization_id,
     carrying_out_organization_name
AS
SELECT DISTINCT
     DECODE(project_number,SUBSTR(project_name,1,LENGTH(project_number)),project_name,SUBSTR('('||(project_number||') '||project_name),1,25)),
     project_name,
     project_id,
     project_type,
     start_date,
     completion_date,
     carrying_out_organization_id,
     (SELECT
          name
     FROM
          apps.hr_all_organization_units
     WHERE
          organization_id = carrying_out_organization_id)          carrying_out_organization_name
FROM
     apps.pa_projects_expend_v;
However, only the first 25 characters show up on the LOV and timecard. Other than that, it works perfectly across the system.
Does anyone know how to increase this from 25 to, say, 48 char? Oracle provided a white paper on this, but it only shows how to make the field display wider--not increase the number of characters.

Do you mean to say that LOV field is having width more than 25 chars but it still shows only 25 chars?
Are you using a seeded projects layout or a modified one? If it is a modified one, what is the value of QUALIFIER ATTRIBUTE5 for that LOV component?
--Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • I need to increase my FMS buffer size for display video smoothly

    I need to increase my buffer size in FMS.
    Please let me know form where i would be increase my FMS buffer size.
    My video is running from RTMP and i faces the problem to load. video stalled between the running. so i need to increase buffer size for running video smoothly.
    Please reply me as soon as possible so i can resoled my problem.
    Thanks in advance.....

    Hi,
    You can increase the buffer size by using the property bufferTime of NetStream Object you are using. For eg: if ns is your NetStream Object then it can be done by ns.bufferTime=<desired value>.
    Also you can go through this
    http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/NetStream.html#bufferT ime.

  • Need to get 2 fields displaying on same line, but close together

    hi -- I have 2 related fields that I want to display on the same line -- the first has length of 10, the second length of 20.
    On the same page, I also have some fields that are length 100.
    Let's call my first field ID and my second field NAME. I want NAME to display quite close to ID (maybe about 5 characters apart).
    I have its Begin On New Line = NO in display attritutes, Field = YES, and col and row span = 1.
    But the field of length 100 -- let's call it BIG -- causes problems. NAME displays way out to the right, beyond the end of BIG.
    I've tried setting the column span on BIG to 3 or 4; it helps a bit, but not much.
    I'm not sure how column widths on a page (if there is such a thing) are defined, but I'd like to get NAME displaying in the
    column after ID (or close to it, whatever will help me do this), where the space between ID and NAME is maybe 5 or 10 characters.
    How can I do this?
    Thanks much,
    carol

    hi Denes -- I've looked extensively at your example, and I think I understand conceptually what needs to happen. But I'm not
    quite getting yet. I've been playing around alot with the column span of the various items on my page... I'm wondering if you'd
    take a look at something I posted on apex.oracle.com. (workspace dew_mir, user [email protected], pswd labitu). Application 30636
    Field LOV Display, page 2.
    Of the left fields, Site Name, Site Common Name and Description are col span of 3. Latitude, Longitude, Elevation, Date Time Loaded
    and Date Format are col span of 2. The rest (the short ID fields) are 1.
    Objecttype Name and Lat Name represent the fields I want displaying further to the left. I'd expect Objecttype Name to
    be rendered after the end of the first column, which I would think would be just to the left of the short ID fields. Instead,
    it looks like it starts after the 2 column fields. For Lat Name, I'd expect that to be rendered at the end of the second column,
    which I'd think would be just to the left of the lat/long/elevation fields, but it's after the 3 column fields.
    Clearly there's something I don't understand about how columns are set up.
    Thanks,
    Carol

  • I need help increasing the stack/heap size of my JVM

    I am currently trying to run a recursive quick sort program to sort a reverse sorted array of 60,000. I realize this takes up a lot of memory and may not be the most efficient form of quick sort but I need to get some information from this program run. Everytime i try to run the program I get a stack overflow error. From what I have read on these forums this is due to an inadequate stack/heap. I have read that you just type a line of code in when you start up your JVM to increase the stack/heap but how exactly do you do this? Could someone give me a step by step process? I am new at this so the more details the better. Thanks!

    public static void quickSort(int f, int l){
         if (f < l){
              int m = split(f,l);
              quickSort(f, m-1);
              quickSort(m+1, l);
    public static int split(int f, int l){
         int x = a[f];
         int sp = f;
         for (int i=f+1; i<=l; i++){
              if(a[i] <= x){
                 sp++;
                 swap(i,sp);
         swap(f,sp);
         return sp;               
    // A method to swap values of an array
    public static void swap(int i, int j){
         int temp = a;
         a[i] = a [j];
         a[j] = temp;     
    }Haven't really looked at the code, but basically you'd have a source of randomness (an instance of Random for example) and choose x like this instead:private static Random random = new Random();
    public static int split(int f, int l){
         int x = a[random.nextInt(l-f) + f]; //but check for one-off errors here, I haven't checked this

  • 9.1 UI Customization for Field Display Size

    Hi, Guys,
    Just upgrade from 9.0 to 9.1 and started to do the UI customization.
    I noticed it seems that we can move around those fields on the forms, but we can not resize them. Is that correct?
    If we can, please advise how to. How about UDFs?
    Frank

    How did you go about updating your library to iPhoto 9?

  • Need to Increase more than LINE-SIZE 255?

    Does anybody know what the next larger Line-Size value I can bump this up to on a Std report? Or, doesn't it matter, meaning I can make it whatever I want.
    Thanks.

    Hi,
    You can have the line-size up to 1023 max.
    But as Rich suggested there format and all have to be considered if you are not able to take the print nicely.
    Cheers!!
    VEnk@

  • ALV field name size

    Hi guru's
    How do I increase the field name size on the ALV grid.
    Please help me...

    Hi Ndumiso,
    You can change that at fieldcatalog level
    loop at it_fieldcat into wa_fieldcat.
    IF wa_fieldcat-fieldname = '<FIELDNAME>'.
         wa_fieldcat-outputlen = '40'.
         MODIFY it_fieldcat from wa_fieldcat.
      ENDIF.
    Endloop.

  • Need to Increase the Font Size of a screen field in a Dialog Screen ?

    Hi ppl,
    I have a requirement wherein i need to increase the font size of one field on a dialog screen .
    i was going through the threads and found this which has beautiful example given by vijay
    Increase text size in Screen
    But I'm facing a problem in implementing it since the value in the field (of which the font size needs to be increased) depends on a nother field filled by user at runtime only.
    Can anyone gimme some suggestions or alternative way to solve my problem
    Thanks
    Sachin Soni

    Hi Sachin,
    There is not way to change the font style.
    But you can add ur own text through icons or graphics.
    Create your own graphics or icons and include it in ur module pool.
    Or,
    Goto the Layout Editor of your Screen.
    Double click on the text field .. Double clk the text fild, and from the Botton right u can see an arrow icon -> click on that -> will open a Popup -> in that set Area Title to TRUE.
    Hope this solves your problem.
    Thanks & Regards,
    Tarun Gambhir

  • How to increase the field size in modules

    Dear Oracle Team,
    When we add some items in reason codes from the dictionary, it has certain limit in reason code and title. So I can increase those field size to add bigger text for title names.
    I think it also applicable for the fields in other modules also. Looking your valuable support.
    Thanks & Regards,
    Sheik

    1.  Once you add a custom field to your database, it would be made available to either your reports (BI) or your layouts in PCM.
    2.  When you create the custom field, you would specify the field length/type/properties.  (i.e. "Char" field with 120 char field length)  If you set this to one value when you create (say 120 char) and want to CHANGE it to 140 characters, you cannot do this without deleting and re-creating the custom field.  I did check 14.0.3 and this continues in this version as well.
    2a.  Best practice is to be generous in your field sizes to avoid needing to change it later.
    As I mentioned before, any default fields in the database are fixed to their set properties and the only way to change them is to submit an SR to Oracle to request the change.

  • Need to increase size of Scroll bars

    Hi.... i need to increase the size of the scrollbars (need to make them longer) in my code..... could some one please help me some tips ??
    package number2_rlc;
    import java.awt.Graphics;
    //import javax.swing.JApplet;
    import java.awt.*;
    import java.applet.Applet;
    import java.awt.event.*;
    //import javax.swing.JButton;
    //import javax.swing.JTextArea;
    //import javax.swing.JTextField;
    //import javax.swing.ComponentInputMap;
    * @author Hasula
    //public class NewAppletX extends Applet  //public class NewAppletX extends java.applet.Applet
    public class NewAppletX extends Applet implements AdjustmentListener{
              private Scrollbar slider;
              private Scrollbar slider2;
              private Scrollbar slider3;
              private Button button1 ;
              private Button button2 ;
              private TextField jtf1;
              private TextField jtf2;
              private TextField jtf3;
              private TextField jtf4;
              private TextField jtf5;
              private int sliderValue;
             public void init(){
                 slider2=new Scrollbar(Scrollbar.VERTICAL,0,0,0,100);
                 slider2=new Scrollbar(Scrollbar.VERTICAL,0,0,0,100);
               slider=new Scrollbar(Scrollbar.VERTICAL,0,1,0,100);
                 button1=new Button("Charge");
                 button2=new Button("DisCharge");
                 jtf1=new TextField();
                 //jtf.setBackground(Color.PINK );
                // jtf.setVisible(true);
                //this.setBackground(Color.BLUE);
                //repaint();
                  slider.setBounds(100, 100, 50, 50);
                      slider.setVisible(true);
                      repaint();
                 //slider.setLocation(100,100);
                 add(button1);
                 add(button2);
                 add(jtf1);
                 add(slider);
                 add(slider2);
                 slider.addAdjustmentListener(this);
             public void paint(Graphics g){
                 showStatus("Scrollbar value is"+sliderValue);
                 //g.drawRect(40, 80, 60, 100);
                // g.fillRect(40, 80, 60, sliderValue);
                 //COMMENT FROM HERE FOR ORIGINAL CODE
                  super.paint(g);
        g.drawLine(15,50, 100,50); // Upto Hope
        g.drawLine(15,50,15, 100);
        g.drawLine(10,100, 20, 100); // negative plate
        g.drawLine(5,105, 30, 105);  //possitive plate
        g.drawLine(15,105,15, 200); //after positive plate
        g.drawLine(15,200,400,200); // Bottom line
        g.drawLine(400,200,400,130); // upto Capacitor
            g.drawLine(380,130 ,420,130);//btm capactior plate
            g.drawLine(380,110,420,110);//topcapacitor plate    
        g.drawLine(400,110,400,50); // Capacitor to Top line
        g.drawLine(150,50,400,50); // Top Line   
        g.drawLine(150,200,150,100); // upto Capacitor
        g.drawLine(150,130,150,50); // *********************************** Line which should Swing
                 //END COMMENT HERE
             public void AdjustmentValueChanged(AdjustmentEvent e){
                 sliderValue=slider.getValue();
                 repaint();
        @Override
        public void adjustmentValueChanged(AdjustmentEvent e) {
            throw new UnsupportedOperationException("Not supported yet.");
    }

    Before offering the solution, a few suggestions about improving the way you post code.
    -- Don't post commented-out lines unless they are really illustrative of what you tried (and didn't work) to solve the problem
    -- Don't leave multiple blank ines. Do leave a blank line between methods.
    -- Don't post the package statement, nobody's likely to create the same package to test your code.
    -- Remove totally irrelevant stuff like the ActionListener in this case.
    Now about the actual code.
    -- You don't need to call setVisible on a component added to a container, it is visible by default.
    -- You don't need to call repaint() in init(), painting takes place when the applet is displayed.
    And the solution:
    -- Don't call setBounds (...), call setPreferredSize (...),
    Here's your code reworked.public class NewAppletX extends Applet {
       private Scrollbar slider;
       private Scrollbar slider2;
       private Scrollbar slider3;
       private Button button1 ;
       private Button button2 ;
       private TextField jtf1;
       private TextField jtf2;
       private TextField jtf3;
       private TextField jtf4;
       private TextField jtf5;
       private int sliderValue;
       public void init () {
          slider2 = new Scrollbar (Scrollbar.VERTICAL, 0, 0, 0, 100);
          slider = new Scrollbar (Scrollbar.VERTICAL, 0, 1, 0, 100);
          button1 = new Button ("Charge");
          button2 = new Button ("DisCharge");
          jtf1 = new TextField ();
          slider.setPreferredSize (new Dimension (20, 100));
          add (button1);
          add (button2);
          add (jtf1);
          add (slider);
          add (slider2);
       public void paint (Graphics g){
          super.paint (g);
          showStatus ("Scrollbar value is"+sliderValue);
          g.drawLine (15,50, 100,50); // Upto Hope
          g.drawLine (15,50,15, 100);
          g.drawLine (10,100, 20, 100); // negative plate
          g.drawLine (5,105, 30, 105);  //possitive plate
          g.drawLine (15,105,15, 200); //after positive plate
          g.drawLine (15,200,400,200); // Bottom line
          g.drawLine (400,200,400,130); // upto Capacitor
          g.drawLine (380,130 ,420,130);//btm capactior plate
          g.drawLine (380,110,420,110);//topcapacitor plate
          g.drawLine (400,110,400,50); // Capacitor to Top line
          g.drawLine (150,50,400,50); // Top Line
          g.drawLine (150,200,150,100); // upto Capacitor
          g.drawLine (150,130,150,50); // *********************************** Line which should Swing
    }I would also suggest you draw all those lines once to a BufferedImage and drawImage the BI in the paint override.
    db

  • In previous versions of Firefox I was able increase the display size on Flickr which remained unless I altered it again. Does any one know how to do this on Firefox 4?

    Question
    In previous versions of Firefox I was able increase the display size on Flickr which remained unless I altered it again. Does any one know how to do this on Firefox 4

    Make sure that you not run Firefox in (permanent) [[Private Browsing]] mode.
    * You enter Private Browsing mode if you select: Tools > Options > Privacy > History: Firefox will: "Never Remember History"
    * To see all History and Cookie settings, choose: Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    * Uncheck: [ ] "Permanent Private Browsing mode"
    You can use one of these extensions to adjust the default font size and page zoom on web pages:
    * Default FullZoom Level - https://addons.mozilla.org/firefox/addon/6965
    * NoSquint - https://addons.mozilla.org/firefox/addon/2592

  • Bracket keys for increase/decrease on brush size don't update display settings - any workaround?

    I’m a PS user new to Illustrator (CS6). In PS, using the bracket keys [] to increase/decrease brush point size will simultaneously update the data displayed in the tool panel at the top.
    While I can use the bracket keys in Illustrator to change the appearance of the brush stroke, it is not being updated in the tool panel input or in the stroke window…so I can essentially have (2) 3 pt strokes created with the same brush that don’t visually match but whose display properties DO match. Because I will be doing lots of editing I certainly don’t want to work this way.
    Is this just one of those glitchy things? Anyone know an alternate method that works?
    TIA,
    Kim

    Hi Kurt-
    Not the blob brush, just the basic 3 pt round paintbrush tool.
    Kim

  • Need to show some fields in display mode

    Hi, i need to show some fields in display mode for VA02 transaction code( is to change the values) for some particular users. so do we have any user exits for this requirement?
    Please answer me. its very urgent.. thanks in advance. 
    ex: payment terms and freight terms.

    you can try this for header level data
    MV45AFZZ exit ""USEREXIT_FIELD_MODIFICATION"
    code would be like below
       CASE screen-name.
    To suppress  Pricing total and Cuurency field at header
          WHEN 'VBAK-NETWR'.
    *YOU CAN ADD YOUR CONDITION HERE WHICH IF SATISFY THEN *EXECUTE NEXT  LINE OR SKIP IT   
          screen-INPUT = 0.
          WHEN 'VBAK-WAERK'.
              screen-INPUT = 0
        ENDCASE.
    but it depend upon what data AND in which tab you want to hide, like is it at header level or at item level or pricing (HEADER OR ITEM) data each of them have different exit to restrict data modification.
    ENJOY SAP.

  • HT1461 I created a partition and installed Windows through bootcamp. But I need to increase my partition size due to me needing more space on the windows side. Can I do this with bootcamp, and how do I do it?

    I created a partition and installed Windows through bootcamp. But I need to increase my partition size due to me needing more space on the windows side. Can I do this with bootcamp, and how do I do it?

    Welcome to Apple Communities
    You can delete the partition in Boot Camp Assistant or use Camptune to modify it

  • Unable to increase display size in Yahoo Games Java applet; zoom doesn't work.

    My father is vision impaired. He play texas hold em in Yahoo Games. Once the game java applet launches, he needs to make the card display larger. I can't find any way to do this. he's using a PC with Windows 7.
    == This happened ==
    Every time Firefox opened
    == always ==
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4

    It's unclear if the problems discussed happen after OJC compiles, or Javac compiles, or both. We have uncovered a bug in the compilation of jspx files using OJC. There is a chance that this bug fix will fix the problems mentioned. Email me at keimpe.bronkhorst AT oracle.com if you want to try out a patched OJC. This is not an OJVM fix, so if you compile with Javac, I can't help you at this time.
    Keimpe Bronkhorst
    JDev team

Maybe you are looking for

  • Best Buy should not use UPS as a shipper

    Ordered an Ipad Air2 on 11-20-14 and it was shipped 11-20-14. Best Buy used UPS to ship the item. The Ipad Air2 was shipped from Best Buy Warehouse located just 80 miles from my home and the package final destination. The delivery date is 12-1-14. 11

  • No sound and USB ports do not work.

    Hi I have a HP Compaq SR5013WM I have a red x on the speaker no audio output device is installed I have reinstalled the driver over and over again checked the BIO download from Realtek ALC 888S, R2 57 and knowing has helped the Motherboard ASUS P5LP-

  • Composite grayscale printing option in Illustrator?

    Why is there no composite grayscale printing option in Illustrator? I see it in Acrobat and Indesign. There are times we need to print grayscale composites to check layout and content. Besides converting all colors to grayscale, I see no way to simpl

  • Pls answer  this date question

    --pls see this code create table tdate (name varchar2(5), tdate date); insert into tdate values ('mat', to_date('26 may 49','DD month yy')); insert into tdate values ('kris', to_date('26 may 49','DD month rr')); select name, to_char(tdate, 'DD Month

  • Lightrrom 2.1 slow - then fast - what the?

    LR 2.1 driving me crazy - grads so slow So searched online and saw mixed response to 2.1 in regard the grad and brush tools. Shortly after lr crashes. When I come back to it, the grads are MUCH faster. Previously about half a second (to update positi