How to increase text size of a Column header of table in webdypro

Hi All,
Can anybody suggest me how to increase the text size of a column header of table in webdyrpo. I didnt find any option anywhere. can anybody help me out to solve this issue?
Regards
Ravikumar

Hi Ravikumar,
As Sukanta has suggested create a Simpletype of String Type and Length 40.
Then create a context for the column header and for its type, instead of choosing
from the drop down, choose the 3 dots.
In the window that appears, select Local Dictionary, and Select the Simpletype
that you have created, from the respective package name. And click OK.
This will make the text of ColumnHeader of type String and Length 40.
Hope it helps.
Regards,
Alka.

Similar Messages

  • Iphoto contact sheet - how to increase text size

    How to increase the text size on my contact sheet? Currently  it is too small to read

    The only way to change the text size is to reduce the number of columns for the contact sheet and then it's not a lot different.

  • How to Increase Text Size in Nokia N73 Music Edn

    Dear Friends,
    Greetings from Dhaka. I have just purchase a Nokia N73 Music Edn mobile. The all the text I find very small to read and write as well.
    I will remain grateful if any one can tell me the tricks to increase the text size so I can read and write easily.
    Yours Mujib
    Moderator note: e-mail address removed. It is unwise to publish personal contact information on the boards.
    Message Edited by michaels on 20-Aug-2008 09:08 PM

    You need to download and install an additional program to make the fonts bigger, it does not cost much (€9.95):
    http://shop.psiloc.com/en/Application,262290,Psiloc+Font+Magnifier

  • How to fix the size of the column in a table of ALV table  type?

    Hi all,
    I want o fix the size of the ALV column.
    Can any one help me out regarding this.
    Regards,
    Yugesh

    * Data declarations for instantiation
      DATA: l_ref_interfacecontroller TYPE REF TO iwci_salv_wd_table   ,
            l_ref_cmp_usage   TYPE REF TO if_wd_component_usage,
            l_value   TYPE REF TO cl_salv_wd_config_table   ,
    * Instantiate the ALV
      l_ref_cmp_usage =   wd_this->wd_cpuse_usg_alv_feclm( ) ."usg_alv_feclm is the name of your usage
      IF l_ref_cmp_usage->has_active_component( ) IS INITIAL .
        l_ref_cmp_usage->create_component( )                 .
      ENDIF                                                  .
    * Get model
      l_ref_interfacecontroller = wd_this->wd_cpifc_usg_alv_feclm( ).
      l_value = l_ref_interfacecontroller->get_model( )             .

  • Calculate total size of clob column in a table

    how to Calculate total size of clob column in a table.
    Thanks ,
    Sakthivel

    SAKTHIVEL wrote:
    I would like to calculate table size and particular clob column size inside that table. The size of the table and the size of the LOB are two totally different things.
    Barring cases where the LOB is less than 4k and stored inline, the LOB data is stored outside the table in a separate segment.
    If you want to get the combined size of the table and of its LOB segments, you could do something like
    SELECT SUM(bytes)/1024/1024 gb
      FROM dba_segments
    WHERE (owner = <<table owner>> and
           segment_name = <<table name>>)
        OR (owner, segment_name) IN (
            SELECT owner, segment_name
              FROM dba_lobs
             WHERE owner = <<table owner>>
                AND table_name = <<table name>> )Justin

  • How to increase the size of text boxes in FCPX without stretching the text inside?

    How to increase the size of text boxes in FCPX without stretching the text inside?

    There are two basic Title formats — I should say Layouts — available:  Text (plain) and Paragraph.  (The plain text version usually does not appear with the blue dot controls — those generally appear for the paragraph type control.)
    If the Title is using a Paragraph layout, it's like having a mini version of Text Edit available inside FCPX. You can tell when you click on the text (when the title is selected) -- a rectangle will appear around the text like so:
    double clicking on the text will give you the bounds controls which you can use to redefine the text area without distorting the text. Once selected, notice the button that appears in the top right corner of the canvas:
    Pressing that will activate the ruler. You can right click on the ruler and add Tab Stops (left, right, center and decimal.)
    So if the title uses paragraph formatting, you can create a very WYSIWYG type of display text (use the Text inspector to alter text selections within the paragraph bounds.)

  • How to increase page size for balance file upload in Workspace.

    Hi All,
    Please suggest how to increase page size for balance file upload in shared Workspace pages.
    Thanks,

    A word of caution is in order regarding changing from facing to non-facing and back again. If you have overridden master page items, you'll get a second, non-overridden copy on all the even-number pages when that half of the master page is re-applied. This applies to master text frames which override automatically when text flows into them as well as to objects you manually override. I think you'll find this particular technique also only works for master text frames, whereas the Layout Adjustment should work in all situations where frames snap to guides.

  • How To Increase the Size of Memo Fields 4000 Char in WebCenter 11g?

    How To Increase the Size of Memo Fields greater than 4000 Char in WebCenter Content (UCM) 11g?
    I was able to increase the size of Memo field from 2000 Char to 4000 by setting parameter value MEMOFIELDSIZE=4000 . But the requirement is to increase the size more than 4000 around 7000 char but Database(Oracle 11G) is not supporting more than 4000 char.
    Is there any other way to increase the size of Memo field?
    Thanks in Advance!!
    Regards
    Ram

    Hello All,
    Thanks for your responses.
    Let me explain the scenario again in detail:
    1. we have three meta-data fileds xProductCategory,xProductFamily and xProducts
    2. These fields are related with DCL feature and corresponding values are being stored in corresponding custom Views
    3. xProducFamily is dependent of xProductCategory and xProduct is dependent on xProductFamily
    4. currently, there are around 250 Product values and average name of Product can be of 25 Char, so if we are selecting all product values for some Contents then Product Values are being stored in DocMeta table as comma separated values with one space, so total characters are being very high than 4K Char.
    5. Currently view that is storing the Product values, stores "Name" column instead of ID(like 1,2,3....)
    6. And our Content Server is integrated with Oracle WebSenter Portal, where logic has written to retrieve the contents based on "Product Name" instead of "Product ID" and already we are in UAT phase.Currently we are not in situation to revert the changes from Product Name to Product ID.
    7. Also if we are storing the values on the basis of Product ID, then again the issue may arise in Future, if the number of Products increased.
    Hoping the issue explanation is clear now and waiting for some possible solution for increasing the length of memo field.
    Thanks in Advance !!
    Regards
    Ram

  • How to increase the size of sort_area_size

    How to increase the size of sort_area_size and what size should be according to the PROD database
    Thanks

    user10869960 wrote:
    Hi,
    Many Thanks Charles
    Oracle does not recommend using the SORT_AREA_SIZE parameter unless the instance is configured with the shared server option. Oracle recommends that you enable automatic sizing of SQL working areas by setting PGA_AGGREGATE_TARGET instead. SORT_AREA_SIZE is retained for backward compatibility."
    --How can i know the instance is configured with the shared server option or not?This might be a tough question to answer. A shared server configuration may be enabled, but the clients may still connect using dedicated sessions, in which case PGA_AGGREGATE_TARGET would still apply.
    From
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/dynviews_2088.htm
    V$SESSION includes a column named SERVER which will contain one of the following for each of the sessions: DEDICATED, SHARED, PSEUDO, or NONE. As a quick check, you could query V$SESSION to see if any sessions are connected using a shared server connection.
    From:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/manproc.htm
    There are several parameters which are used to configure shared server support, as well as several views to monitor shared server.
    As Robert mentioned, when the WORKAREA_SIZE_POLICY is set to AUTO, the SORT_AREA_SIZE setting is not used, unless a shared server configuration is in use.
    --What default value is WORKAREA_SIZE_POLICY and SORT_AREA_SIZE ?From:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams157.htm
    "Setting PGA_AGGREGATE_TARGET to a nonzero value has the effect of automatically setting the WORKAREA_SIZE_POLICY parameter to AUTO. This means that SQL working areas used by memory-intensive SQL operators (such as sort, group-by, hash-join, bitmap merge, and bitmap create) will be automatically sized. A nonzero value for this parameter is the default since, unless you specify otherwise, Oracle sets it to 20% of the SGA or 10 MB, whichever is greater."
    Actually I am facing performence issue since long time till now i did not get the solution even i have raised SRs but i could not.When the issue occur system seems hang.what i monitored whenever hdisk0 and hdisk1 use 100% the issue occur.
    Regards,
    SajidWhen you say that you have had a performance issue for a long time, is it a performance problem faced by a single SQL statement, a single user, a single application, or everything on the server? If you are able to identify a single user, or SQL statement that is experiencing poor performance, I suggest starting with a 10046 trace at level 8 (wait events) or level 12 (wait events and bind variables) to determine why the execution appears to be slow. If you have not yet determined a specific user or SQL statement that is experiencing performance problems, you might start with either a Statspack Report or an AWR Report (AWR requires a separate license).
    If you believe that temp tablespace usage may be a contributing factor to the performance problem, you may want to periodically run this query, which will indicate currently in use temp tablespace usage:
    {code}
    SELECT /*+ ORDERED */
    TU.USERNAME,
    S.SID,
    S.SERIAL#,
    S.SQL_ID,
    S.SQL_ADDRESS,
    TU.SEGTYPE,
    TU.EXTENTS,
    TU.BLOCKS,
    SQL.SQL_TEXT
    FROM
    V$TEMPSEG_USAGE TU,
    V$SESSION S,
    V$SQL SQL
    WHERE
    TU.SESSION_ADDR=S.SADDR
    AND TU.SESSION_NUM=S.SERIAL#
    AND S.SQL_ID=SQL.SQL_ID
    AND S.SQL_ADDRESS=SQL.ADDRESS;
    {code}
    The SID and SERIAL# returned by the above could then be used to enable a 10046 trace for a session. The SQL_ID (and CHILD_NUMBER from V$SESSION in recent releases) could be used with DBMS_XPLAN.DISPLAY_CURSOR to return the execution plan for the SQL statement.
    You could also take a look in V$SQL_WORKAREA_ACTIVE to determine which, if any, SQL statement are resulting in single-pass, or multi-pass executions, which both access the temp tablespace.
    Charles Hooper
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • How to increase database size actually in my company use MSSQL

    Hi Expert,
    Can any body tell me how to increase database size actually in my company use MSSQL but i dont know how to increase DB size. in MY PRD system it shows-
    Data Files
    No. of files-4
    Total size(MB)-79,840
    Alocated MB-79,825(99.98%)
    Free MB-15(0.02%)
    LOG
    no of files-1
    total size(MB)-2385
    alocate MB-16
    free-2342
    recovery model-Full
    Reuse wait resion-NOTHING
    Now What i do give me suggessin
    Thanks In Advance

    Hi,
    you don't have to stop your database to increase the file size - it's an online operation. If you are more familiar with SQL code here is what you have to do:
    use <SID> /*Put your database name here, e.g. PRD*/
    go
    select file_id, name, physical_name, size
    from sys.database_files
    where type_desc = 'ROWS'
    In the resultset you will find a column called 'name' - that are the logical file names that we need for the increase. If you have a standard installation the names should look like <SID>DATA{1-4}. Next step ist the actual increase of the files:
    /*Replace <SID> with your DB name*/
    alter database <SID> modify file(name='<SID>DATA1', size=25GB) /*25GB ist just an example*/
    alter database <SID> modify file(name='<SID>DATA2', size=25GB)
    alter database <SID> modify file(name='<SID>DATA2', size=25GB)
    alter database <SID> modify file(name='<SID>DATA4', size=25GB)
    Thats it. If you run the first statement again, you will see that the filesize has been increased. You can also check on  filesystem level.
    Regards,
    Sven

  • How to increase the size (Length and width)  of check box

    Hi All,
    I have to increase the size of ( width and length) of check box, I have revised to check box topic in dev guide but didnt find any clue, i have also tried to use CCStyle class but that is also not working, I would appreciate if some can help me out on this. Thanks in advance , let me know if any clarification required.
    Thanks
    Pratap

    Hi Pratap ,
    I honestly don't know how to increase the size
    But i am giving you an alternate solution : we can create two Images with check box type 1 ) with checked
    2 ) with unchecked . ( you can create image of any size ) and get them displayed on OAF screen dynamically using switcher case .
    Dynamically displaying image will give the illusion of check box being checked and unchecked .
    keep this image moved to following media directory
    eg : /oraapp/mfgtestcomn/java/oracle/apps/media .
    Implement the switcher case , add the fire action to this Image Column , create a transient attribute and attach to this
    column . Depending on the value returned by transient attribute display the image on the column .
    Let me know if its not clear .
    Keerthi

  • How to increase font size on Safari browser itself?

    Hello All
    I have been using my iMac for only a couple of weeks now, but during that time I have searched high and low for a setting to adjust the size of the font on the Safari browser - NOT the text on the web pages it displays (I figured that bit out!), the text on the actual browser frame itself e.g. the bookmark title, the titles displayed on the tabs etc
    I also have not figured out how to increase the size of the text on the navigation bar at the top of my iMac where all of the available options for the program in use are displayed (file, edit, view and so forth)...
    I am very pleased with the Mac overall, but the issue of these tiny weeny text sizes on the Mac navigation systems is a problem - anyone with real eyesight troubles would certainly be in a pickle!
    Hopefully someone here will know what to do - I guess I just haven't found the secret yet!
    Thanks!

    Greetings,
    Sorry, but you can't change the size of the fonts or the menus in application windows. They aren't that small, so if you have trouble seeing them, you can use the Zoom feature of Universal Access to enlarge everything you move your mouse over. It's in System Preferences.

  • How to increase line-size in Function module

    Hi All,
        How to increase line-size in function module..
    I am displaying a list in function module.The output is of width more than 150..
    Regards,
    Srinivas

    Hi Srini,
    U can try by setting the system variable SY-LINSZ = 150.
    or
    Use new page command.
    Vasanth

  • How to increase the size of bootcamp partition in macbook-late 2009

    How to increase the size of the bootcamp partition in macbook late 2009, without using any third party softwares.

    Pick yourself up by your own bootstrap too?
    Reinstall after restoring to HFS only then.
    You want something that works, then spend the $20 on Paragon CampTune or WinClone 3.

  • How to increase the size of piechart in ssrs?

    Hi how to increase the size of piechart in my design mode its showing very large one,when running/preview mode its displaying very small, i have total 10 values to dispaly in the legend series values,So here i have set the visibulity option to out side ,
    so if the pie chart is dispalying small ,the values of the legend will come in one place and ,so can you suggest me how to increase the size of my chart and how would i show my legend values separatly without closing one by one.
    Can some one please help me out for this..

    Hi Ychinnari,
    According to your description that you want increase the size of pie chart in the design mode to make all the ten values in the legend series to display, you have do some setting but the pie chart still display very small and not display some of the
    values, right?
    I have tested on my local environment and found that the display of the chart legend value can be effect by many factor: the size of the chart, chart area position and chart legend position.
    Details steps below for your reference about how to set the properties to make all the legend values display correctly:
    Select the Chart properties and expand the size and increase the values for the width and the height, then preview to see if all the legend values are display.
    If this do little help, the problem due to the chart area position and chart legend position need to reset too.
    Select the chart area properties and expand the CustomPosition under the Position, choose the Enabled to true and  reset the Width, height of the pie chart.
    Reset this properties to make the chart area more Narrow, thus we can set the Legend area more wider.
    Select the chart Legend properties and expand the CustomPosition under the Position, choose the Enabled to true to reset the Width, height of the chart Legend
    Reset this properties to make the Legend area more bigger (wider and higher) thus it will display more values in the Legend area.
    If your problem still exists, please feel free to ask.
    Regards
    Vicky Liu

Maybe you are looking for

  • Hp laserjet p1505 wireless set-up

    Hi! Our offce has hp laserjet p1505. Can we print by wifi? How can i set it up? 

  • New Laptop Battery problem

    Hello, I just bought a new HP laptop MODEL: 2000-219DX  last week Friday from best buy but apparently the battery never took charge. I contacted the HP technical support and after some troubleshooting and testing the battery they advised me to take i

  • My i tunes wont recognise my i pod

    Recently my i tunes has stopped recognising my i pod when I plug it in which means I can't transfer any songs I've bought or manage any of my music! Any ideas? I have tried re-setting my i pod but this still doesn't make it work. My computer recognis

  • Lightroom performance issues after updating to new iMac

    I was using a late 2013 iMac with 3.5 Ghz i7 and 3 TB Fusion Drive and 32 GB of RAM, and had very good performance. I recently upgraded to a retina iMac with 4.0 Ghz i7 and 512 GB SSD and 32 GB of RAM. I also bought a LaCie Big 1 TB external drive th

  • Routing

    hi i have  created work center wihout  assigning the costcenter, then i crated the routing ,after that i assgigned the cost center in work cenetr with activities number,but system is not taking actvitity numbers automatically from work center costing