Function to show Font type, size, charset of a report

are there any function or approach to see the font type, size, charset of the specified words in a Oracle reports?

Hi,
Try this code. hope it will work.
DATA: DOCKING TYPE REF TO CL_GUI_DOCKING_CONTAINER,
      PICTURE_CONTROL_1 TYPE REF TO CL_GUI_PICTURE,
      URL(256) TYPE C,
      PIC_DATA TYPE TABLE OF W3MIME WITH HEADER LINE,
      PIC_SIZE TYPE I.
SELECTION-SCREEN BEGIN OF BLOCK B1.
PARAMETERS: A(4) DEFAULT '4' .
PARAMETERS: B(4) DEFAULT '5' .
SELECTION-SCREEN END OF BLOCK B1.
AT SELECTION-SCREEN OUTPUT.
  PERFORM SHOW_PIC.
*&      Form  SHOW_PIC
FORM SHOW_PIC .
  CREATE OBJECT PICTURE_CONTROL_1
EXPORTING PARENT = DOCKING.
  CHECK SY-SUBRC = 0.
  CALL METHOD PICTURE_CONTROL_1->SET_3D_BORDER
    EXPORTING
      BORDER = 5.
  CALL METHOD PICTURE_CONTROL_1->SET_DISPLAY_MODE
    EXPORTING
      DISPLAY_MODE = CL_GUI_PICTURE=>DISPLAY_MODE_STRETCH.
  CALL METHOD PICTURE_CONTROL_1->SET_POSITION
    EXPORTING
      HEIGHT = 200
      LEFT   = 100
      TOP    = 20
      WIDTH  = 400.
CHANGE POSITION AND SIZE ABOVE**************************
  IF URL IS INITIAL.
    CALL FUNCTION 'DP_CREATE_URL'
      EXPORTING
        TYPE     = 'image'
        SUBTYPE  = CNDP_SAP_TAB_UNKNOWN
        SIZE     = PIC_SIZE
        LIFETIME = CNDP_LIFETIME_TRANSACTION
      TABLES
        DATA     = PIC_DATA
      CHANGING
        URL      = URL
      EXCEPTIONS
        OTHERS   = 1.
  ENDIF.
  CALL METHOD PICTURE_CONTROL_1->LOAD_PICTURE_FROM_URL
    EXPORTING
      URL = 'file://D:\img.jpg'.
ENDFORM.                    " SHOW_PIC

Similar Messages

  • Error in Portal Navigation - Font Type, Size and formatting.

    We carry through all the tips postadas in the SDN to solve this problem, however we the same have some different stations with problem.
    We are using the Bi 7,0 Portal, and we are with problems in the layout: <b>Font Type, Size and formatting</b>, and WEB.
    Somebody has some specific tip for this problem?
    Regards,
    Sbrissa.

    Hi Biroj, thanks, I´m check the error continues...
    Thanks,
    Sbrissa.

  • Composing e-mail - Font type & size

    My apologies if I 'can't see the woods  for the trees'. Must be my age. I'm not sure how to select font type & sizes when composing e-mails. I did have that option but may have inadvertently corrupted it somehow??  It would be ideal if the compose e-mail window was designed exactly similar to the current screen which I'm now using to post this topic. Font Family, Font Size, with drop down selection would definitely help.  
    Solved!
    Go to Solution.

    No worries donm41,
    Sounds like you have it set up in Plain Text format.
    Try this.
    To change back to HTML format follow the steps below.
    1) Login and compose an email.
    2) Select the Options menu under the email Subject input box (highlighted with red in the image below)
    3) A drop down menu will appear, go to the Format option and select HTML from the dropdown box. (highlighted with red in the image below)
    4) Click Yes when the Confirm dialog box appears.(highlighted with red in the image below)
    The HTML text options should now appear.
    Hope that works.
    Cheers
    jac_95 | BT.com Help Site | BT Service Status
    Someone Solved Your Question?
    Please let other members know by clicking on ’Mark as Accepted Solution’
    Try a Search
    See if someone in the community had the same problem and how they got it resolved.

  • How do I add text boxes that people can edit font type, size, and color in Adobe Reader

    How do I add text boxes that people can edit font type, size, and color in Adobe Reader? I am using Acrobat Pro XI.

    It is possible. Add your text fields and in their Properties set them to have Rich Text Contents (under Options). This will allow the users to specify all kinds of formatting settings for those fields (by pressing Ctrl+E and using the Properties bar).

  • Font type, size, etc. icons on my AOL "Compose Mail" are msissing

    I use AOL as my email address. When I compose an email, the icons below the subject line (font size, color, type, underline, etc.) icons are all missing.
    == This happened ==
    Every time Firefox opened
    == a few upgrades ago

    Hum...
    Well, first of all, let me make it clear that plugins (a type of add-ons accessed through ''Tools > Add-ons > Plugins'') are not directly controlled by Firefox. They can only be enabled and disabled in Firefox, but not installed and uninstalled. So you'll need to be aware of them too. Running safe mode to disable add-ons will cover those, though.
    If you've covered plugins as a possible source of the problem, have you tried creating a new temporary Firefox profile ([http://support.mozilla.com/en-US/kb/Managing+profiles managing profile])? If you've re-installed Firefox completely (deleting your data), you've basically done this, except you've deleted your own profile unnecessarily (unfortunately).
    If the new profile has the same problem, check your Firewall/antivirus/security suite settings. Some software (like external ad blockers) may block certain parts of the web. I don't know if that's the case here, but it's conceivably possible. I believe Mac OS provides a safe mode for the operating system. If you can run Firefox while in safe mode of your Mac OS, and Firefox still has the same problem, you know it's not a problem with third party software or with your operating system.
    Have you contacted the site's owner to ask them if this is a known issue for them? It's possible that the site itself is simply not working with Firefox, for whatever reason...

  • Using "calc' function to show if the cell is editable(EVDRE Reports)

    Hello All,
    I have a question regarding using the "calc' property in my dimension 'ACCOUNT' in a EvDRE report to display the rows as calculated or input ready cells. I have developed an input template by opening a blank workbook and typing in EVDRE(). I have listed ACCOUNT to be in the rows and Time in the columns. I have listed the memberset to be members in the ACCOUNT and SELF, DEP in the Time dimension. Whenever I expand the EVDRE, I always get the cells to be 'yellow' in color similiar to the calc format. How do I differentiate between the Calculated cell and the input cell. I was thinking to use the CALC functionality similiar to the reports/input schedules written using EVGTS/EVSND functions.
    Any help is appreciated.
    Thanks.

    Hi  bpc4livin,
    Take note that even though you have specified the base members as memberset in your EVDRE, still you must have base level members in your Current View in the Action pane. Remember that each data cells in an EVDRE template is an intersection of the dimension in your rows and columns plus the rest of the dimensions in your application which would come in your current view if you don't define them as memberset. So as long as there is one calculated member in your current view still the cell would be marked as calculated.
    You can use EVDRE's format range to format a scpecific cell or group of cells. To activate this after you typed the EVDRE and refresh the sheet, you must check the allow formatting option in the EVDRE builder that appears. I think that there is already a default format in the format range that says that if a data cell is calculated it would be colored yellow. So if you want further knowldege on how to use the format range, you could see the Using Reports Help in the See Also section of the action pane of the BPC Excel.
    Hope this helps,
    MVS

  • Configuring Office 2013 Default Font Type via Group Policy / Office Customization Tool

    Hello,
    I'm trying to get a default font set for all word 2013 Users that access word via the Terminal Server. I have not been able to find any articles that shows how to get it done, though i found this technet link (http://technet.microsoft.com/en-us/library/cc179141.aspx)
    which says to use the Office Customization Tool, but I see no options for font type/size change in the options when I use the OCT.  Thanks a lot for your help.
    Sola

    Chris,
    My question extends beyond Word.  We have some older printers that do not have Calibri in them, so any office product that prints Calibri comes out garbage.  Some things simply cannot be changed as needed (ex: outlook body messages can not be changed). 
    How can I change back to Arial for everything office produces.  Thanks in advance, my users are ready to kill me.
    Mark
    a) I haven't seen printers which use "hard" fonts in over 15 years - are you sure about that?
    b) this might help you:
    http://blogs.technet.com/b/emeaoffice/archive/2012/12/12/office-2010-deploying-custom-fonts-across-all-applications.aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • How to Change the Font Type for Printing Pocket Address Book?

    I am new to the Mac and was entering in my contact info into the Address Book in hope of creating a Pocket Address Book (PAB). When I attempt to print out the PAB the default font is courier. When I click on "set" and access other font types, sizes, etc., I can't seem to find a way to apply or save the font type that I choose. In short, it stays as courier. I found an archived thread in a forum that suggests to validate the font I want - which I did and it was already validated - and otherwise I cannot seem to change it from courier. Any help on how to get the font I select to be applied instead of courier would be GREATLY appreciated!

    You can also change it using the UIManager:
    UIManager.put("OptionPane.foreground", Color.red);
    UIManager.put("OptionPane.messageForeground", Color.red);
    For a complete list of all properties you can change for each component check out this program:
    http://www.discoverteenergy.com/files/ShowUIDefaults.java

  • Movement type wise GL accounting entry report

    Hi,
    Is there any standard report available in SAP which shows movement type wise GL accounting enty report apart from MB51. Because in MB51 accounting document is avaibale one by one you click the accounting document button with corresponding material doc number. That accounting entry will show side by side as per movement type wise.
    Regards,
    Anindita

    Hi Mahmud,
    Thanks for your reply.we have done configuration through ome9.All movement types are working fine except 411 q.
    My MM consultant is trying to transfer with movment type 411 Q (MIGO,A8-Transfer posting) inventory with less cost.When we are transfering PRD gl will be placing but PRD gl has given default cc also OKB9.System is showing same error posting key field status to change as per gl.
    Regards,
    Nivas.

  • Just purchased a Mac today. Large screen but small type size on the desktop. How can I change the font size that appears on the desktop? The only place that I can find font size is in word and this is not what I need. Thanks for your help!

    JUST PURCHASED A MAC TODAY. LION OS. NEED HELP INCREASING THE SIZE OF THE FONTS ON THE DESKTOP. EVEN THOUGH I HAVE A LARGE SCREEN, THE TYPE SIZE IS VERY SMALL. GOING TO WORD AND CHANGING THAT TYPE SIZE IS ALL I HAVE FOUND IN HELP TOPIC.

    Finder > View > Show View Options
    Change the text size to whatever you want.

  • Can we change font size and font type in reports

    Hi All Technical/Functional Masters,
    We are developing some transactional reports in ISU. this report has 20 columns to be printed. On screen, display is not a problem but client has a requirement to download this report in PDF format and wants to print on A4-paper in Landscape. Although we have managed to accommodate all the columns on A4 paper but have to compromise with font size that are very small and not visible. If we download the report in excel format we are able to maintain the font size 8 and accommodate all columns after little format but same in PDF is a problem.
    Can anyone tell whether we can increase the font size and change font type(from SAP standard to 'Arial') before sending the output in PDF ? Is there any property or utility that can be changed or used for this purpose.

    Function Module : CONVERT_ABAPSPOOLJOB_2_PDF
    Include : THSTXWFPL
      for modify font size
    decrease fontsze foncharacter will increase
    fontsize = 120.     <-- Change
    fontsize = 100.  or fontsize = 80
    Depend on your logon lang. My case logon 'TH' or 2.  I modified font ZCORDIA (refer CordiaNEW thai font)
    if is_cascading is initial.
      case language.
      when '0'. "Serbian
        font = 'COURCYR'.  devtype = 'SAPWIN'.
      when '1'. "simpl.Chinese
        font = 'CNHEI'.    devtype = 'CNSAPWIN'. cjklang = 'X'.
      when '2'. "Thai
      font = 'THDRAFT'.  devtype = 'THPDF'.
       font = 'ZCORDIA'.  devtype = 'ZMTHSWNU'.
        font = 'THANGSAN'.  devtype = 'ZPDFUC'.
      when '3'. "Korean
        font = 'KPSAMMUL'. devtype = 'KPSAPWIN'. cjklang = 'X'.
      when '4'. "Romanian
        font = 'COURIER'.  devtype = 'I2SWIN'.
      when '5'. "Slovenian
        font = 'COURIER'.  devtype = 'I2SWIN'.
      when '6'. "Croatian
        font = 'COURIER'.  devtype = 'I2SWIN'.
      when '8'. "Ukranian
        font = 'COURCYR'.  devtype = 'SAPWIN'.
    Add font Cordia Thai
    SE73 --> Fon familia --> ZCORDIA
    Load Font Cordia thai to system
    SE38 --> RSTXPDF2UC
    load CORDIA.TTF
    SE73 --> printer font --> 'ZMTHSWNU'
    Add ZCORDIA font and copy AFM Metric from = 'THDRAFT'.  devtype = 'THPDF'.
    Modify AFM
    example
    *----- OLD--
    StartFontMetrics 2.0
    sapFamily ZCORDIA
    sapHeight 000
    sapBold false
    sapItalic false
    StartCharMetrics 0183
    WX 0500 ; N space                          ;
    WX 0500 ; N exclam                         ;
    WX 0500 ; N quotedbl                       ;
    WX 0500 ; N numbersign                     ;
    WX 0500 ; N dollar                         ;
    WX 0500 ; N percent                        ;
    WX 0500 ; N ampersand                      ;
    *--NEW--
    StartFontMetrics 2.0
    sapFamily ZCORDIA
    sapHeight 000
    sapBold false
    sapItalic false
    StartCharMetrics 0183
    WX 0375 ; N space                          ;
    WX 0375 ; N exclam                         ;
    WX 0375 ; N quotedbl                       ;
    WX 0375 ; N numbersign                     ;
    WX 0375 ; N dollar                         ;
    WX 0375 ; N percent                        ;
    WX 0375 ; N ampersand                      ;
    Result : decrease space between character.   Then Your PDF will have BIGGER FONT.
    Rdgs,
    Suwatchai

  • How can I reset the font type and size on my email. It changed after I updated to Firefox 5.0 and I can't get it back.

    After updating to Firefox 5.0 the font changed on my email. I checked, and the default setting is what I had put in before the update but it's not working. How can I get my email to use the font and type size that I chose? The one that's currently being used (since after the update) is so tiny one can hardly see it. My email program is through yahoo but there doesn't seem to be a way to change it at the email site. I'm not terribly PC savvy so please respond with a detailed/explicit answer. Thanks for any help you can give me with this. I have Windows XP and use Firefox as my browser.

    Hi again...,,yes, I did try the "reset zoom" on the email compose message page and nothing happened. I'm not familiar with add-ons. Went to the address you suggested (DefaultFullZoomLevel) but don't know how to use it. Also, I don't want to enlarge the text on all web pages.....just the email page. By the way, if it makes a difference, I think I forgot to mention that I use AT&T/Yahoo webmail....not Outlook Express or Thunderbird or any other email program. I'm not familiar with those and don't want to change email programs. Thanks again for trying to help with this. I'm beginning to think this problem is "unfixable" and considering changing back to a previous edition of Firefox (IF that's even possible).

  • In SAP 4.6c In classical reports output how to change Font size and Font type

    Dear Experts,
    In SAP 4.6c, in classical and interactive reports  output how to change font size and font type.
    Regards,
    Zaker.

    These are HTML formatting questions. Nothing to do with the Oracle SQL and PL/SQL languages.
    With old-style HTML, the font size and family are set using the font tag.
    With modern style HTML, that is done using cascading style sheets (CSS).
    Your favourite search engine will turn up tons of information on both.

  • While downlaoding any type of file instead of showing the file size 'unknown time remaining' is showing?

    While downlaoding any type of file instead of showing the file size 'unknown time remaining' is showing? Please suggest solution to these problems?

    I followed ALL the Above suggestions to NO AVAIL!
    When I start a download, if I then Click PAUSE, it WILL NOT CANCEL & IT WILL NOT RESUME, just sits there stating "unknown time remaining"
    and I CAN'T GET RID OF IT!
    It would seem that Something Changed with the latest Firefox Beta Update that is causing this Anomalie.. Please FIX ASAP as I find this Very Annoying.
    With ANY Download in Limbo the Firefox Taskbar Icon displays a Partial Download Progress THAT NEVER CHANGES and I can not tell what Other Downloads are doing - It also Warns me that X-Number of Downloads are Still Pending when I go to Close Firefox, but as I stated, these Downloads are DOING NOTHING & CAN'T BE REMOVED!
    HELP! - BJ

  • Set default font type and size in formcreated using Acrobat X Pro

    I have a word document that I used Acrobat X Pro to create a PDF and then a Form.  The Form has over 200 text fields.  Is there a way to globally set the font type and size to one type, for instance Arial 10 so that when someone opens the Form and fills it in, the global font type and size is preset         

    Are you talking about fields that you create manually or field created with the Form Wizard? Exactly what version of Acrobat are you using? What OS?
    In any case, using a script is a quick and easy approach:
    for (var i = 0; i < numFields; i++) {
        var fName = getNthFieldName(i);
        var f = getField(fName);
        if (f.type === "text") {
            f.textFont = font.Times;
            f.textSize = 9;
            // Other properties go here
    I use this type of thing all the time to quickly alter a form. Such a script isn't added anywhere, just executed (e.g., JavaScript console). Over time a developer can build up a collection of utility scripts that can do all sorts of things to dramatically speed up development. It would be bad if this option were not available.
    If there is a bug, it should certainly be addressed, so don't think I'm arguing against that, but I'm not seeing it on any of my systems. I can successfully set the default field properties by selecting "Use Current Properties as New Defaults". The Form Wizard does not use these defaults, but that's a different matter.

Maybe you are looking for

  • Import Crystal Reports Dunning letter as SAP Business One layout

    Hello, I have created a dunning letter in Crystal Reports. I want to import this layout as a layout (not a report) in Business One. Problem is that I don't know the parameters in the report so I can import the layout between the standard PLD layouts

  • IPOD FREEZES WHEN SYNCING WITH ITUNES/WON'T UPDATE SONGS

    Make that another person WITH AN IPOD PROBLEM...But i don't have the receipt(it was a Christmas present for my son and i bought it at apple.com and i'm not good at keeping receipts)It does not sync with Itunes on my mac it freezes when trying to sync

  • WLS5.1 (SP9) LDAP with JBuilder 4

    JB is great for debugging server-side stuff in WebLogic server, saves loads of time and its a doddle to use so I don't want to lose it. However, recently I've configured LDAP in my WLS which means I need ldaprealms.properties to be in WebLogic's home

  • Validate Phone Number in CRM - transaction BP

    hello, I am interested in validate the phone number inserted by the user when creating a new business partner, while using transaction BP in CRM. IS there any BADI or user-exit to validate this kind of data of the business partner for de BP transacti

  • How to open the dashboard in PDF, by default is is open in HTML.

    HI , When you run any report in dashboard , it's open in HTML , how do we open that whole dashboard in pdf format. Any solutions on it. Thanks, Malli.