Is it possible to display the static numerals as Hindi?

Trying to generate a report using XML Publisher, the report composed of two columns.
Need to display the numerals in English language coulmn in Arabic numerals and the numerals in Arabic language column in Hindi numerals. Currently they both appear as Arabic numerals in both columns
Question:
Is it possible to display the static numerals as Hindi as they had been
entred in the template or not?
I understood that on generation these should be variables not static.
I would welcome any input on this issue.
Many thanks

Hmm,
In templates i guess, you can use multiple font text ..
same is the case here..
Arabic and hindi, are you using different font for these ?
if so, are these fonts available in server too ?
The test displayed can be static or dynamic, but if the server doesn't know which font to be applied, then its going to apply default font for the text.
At runtime, the server has to known, for this text which font has to be applied. if this has to happen, font has to be understood by server.

Similar Messages

  • Is that possible to display the user selection data in the printable page?

    Hi All,
    I'm going to add a printablepage button on my page.
    Here comes a questions.
    Is that possible to display the user selection data in the printable page?
    For example,
    I have a table in the page,with 10 records.User select 5 of them.Can I display these 5 records in the printable page?
    Please help.

    Hi Yannick,
    Thanks a lot for the information. It worked.
    The portlet data can be accessible using bindings, but parameter name can be different.
    Meanwhile I have got one more scenario, where the Portlet and Task Flow placed in different pages of WCP Application. On change of data in the Portlet the application should navigate to another page where the Task Flow placed and displays selected data.
    Basically I can not use any button for navigation. The navigation should happen once I do some action in Portlet.
    Is this possible? If yes can you please let me know the steps?
    Thanks in advance!
    Somnath
    Edited by: Somnath Basak on Dec 20, 2011 9:41 AM

  • Is it Possible to display the output of the ALV list as POP-UP

    Hi Experts,
                     Is it Possible to display the output of the ALV list as POP-UP, if yes then provide some ideas on it.
    thanking in advance,
    Samad.

    Hi samad, it is possible to display alv list as pop-up by using the FM " REUSE_ALV_POPUP_TO_SELECT"
    try this sample code
    CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT'
          EXPORTING
       I_TITLE                       =  P1_TITLE
           I_SELECTION                   = 'X'
           I_ZEBRA                       = 'X'
      I_CHECKBOX_FIELDNAME          =
      I_LINEMARK_FIELDNAME          =
      I_SCROLL_TO_SEL_LINE          = 'X'
            I_TABNAME                     = 'T_VBAP'
           I_STRUCTURE_NAME              =  'T_VBAP'
           IT_FIELDCAT                   =  T_FCAT2
           I_CALLBACK_PROGRAM            = 'ZTEST_ALV_POPUP'
       IMPORTING
           ES_SELFIELD                   = I_SELFIELD
           E_EXIT                        = W_EXIT
          TABLES
            T_OUTTAB                      = T_VBAP.
    i think it will solve your problem
    Regards,
    Vijay

  • Is it possible to display the entire list in Background ?

    Hi all,
    I have alv report(Oops) , it is grid display and having more than 300 columns , when i execute that report in background i am getting only 132 columns and 65 lines per page, Is it possible to display the entire list , If it is possible then how we can do that? if it is not what is the reason? .
    Thanks in Advance.

    Hi,
    If use Grid in BG u will get o/p In ALV List Itself, second thing is u will get Croped o/p bcos of Print Format 65255 , in this case u have to create/change a new Print Format only for BG jobs like 651000.
    for more info ask ur basis person to create a new print formats in such cases.
    Regards,
    shiva.

  • Is it possible to display the document link for each record  in Report ?

    Hi,
         Is it possible to display the document or Image link for each master record in the Report  with the help of RSA1->Document->Master Data.
    Usefull answers are really helpfull.
    Advance Thanks for the userful answers.
    Regards,
    MRC.

    Hi  JAYASHREE PARASMAL ,
          Thanks for your valuable answers.
          Now i got the document in my Report,while executing the report through query designer as per your suggestion done on Setting Tab option.
          But i can't able to get the same thing,while i executing the Repory through WAD.
          What setting i need follow in the WAD for getting the same thing.
          Kindly give your suggestion to get the document in my Report,while i am executing through my WAD.
          Once again thanks for your helpful answer and awaiting for your suggestion.
    Regards,
    MRC.

  • Is it possible to display the content of complex mutlidimensional datastructures (e.g. std::vectors (dim = 2) of (non-primitive) types) in Xcode debugger?

    Hi,
    First, let me say that I like Xcode and coding in OS X. However, there is something I miss:
    Let me demonstrate what i mean:
    This is the representation of a 2D-Vector in Xcode Debugging environment:
    v          'std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >'          [{...}]
    0          'std::vector<int, std::allocator<int> >'          [{...}]
    1          'std::vector<int, std::allocator<int> >'          [{...}]
    2          'std::vector<int, std::allocator<int> >'          [{...}]
    3          'std::vector<int, std::allocator<int> >'          [{...}]
    4          'std::vector<int, std::allocator<int> >'          [{...}]
    5          'std::vector<int, std::allocator<int> >'          [{...}]
    6          'std::vector<int, std::allocator<int> >'          [{...}]
    7          'std::vector<int, std::allocator<int> >'          [{...}]
    8          'std::vector<int, std::allocator<int> >'          [{...}]
    So, the above representation is what I would call bad (even useless).
    The problem is that the current Linux Kernel (3.1.1) has some problems with the new MBA 2011 (which is really sad) so I can not show you the representation of a 2D-Vector in Qt-Creator for Linux right now (I'm not sure if the Qt-Creator for OS X could display the content properly, since I've never tried it). But you can believe me, that the represantation would look something like the one in Eclipse (which would be a good representation).
    So my question: is there a "fix" for this?

    What you want is a custom data formatter. I would give you some links, but my iPad wants to convert them into the documentation viewer.
    You aren't going to find much help with C++ debugging. While Apple's Clang has made great improvements in C++ support compared to GCC, C++ is really not something that Mac or iOS programmers typically use. The Cocoa containers and objects are so much more versatile. You kind of have to have a masochist streak and a 7 year development schedule to use C++. C++ is experiencing a bit of a resurgence, especially in defense markets. For a long time, compilers had such poor support for C++ that it just wasn't possible. After simplifying the language a little, compilers can now compile and link C++. Consultants have realized they can provide C++ services and burn though billable hours better than any other language on the market. Independent developer, however, don't have those schedules and budgets so they tend to use NSArray. Xcode supports it better in the debugg and, chances are, you don't need to debug it anyway. There are a number of matrix classes built on Cocoa.

  • Is there any possible to display the text in big font in screen painter

    HI all!
    i want to display the text in the large size in the text field in the screen painter in the odule pool programing.Is there any possible.What i have to do in the screen painter to display the text in the large size.Also is there any possible to put the color for the text.Give me reply

    HI
    CALL METHOD o_dyndoc_id->initialize_document
          EXPORTING
            background_color = cl_dd_area=>col_tree_level1.
        DATA : dl_text(255) TYPE c.  "Text
        CALL METHOD o_dyndoc_id->add_text
          EXPORTING
            text         = 'Flight Details'
            sap_style    = cl_dd_area=>heading
            sap_fontsize = cl_dd_area=>large
            sap_color    = cl_dd_area=>list_heading_int.
    * Display document
        CALL METHOD o_dyndoc_id->display_document
          EXPORTING
            reuse_control      = 'X'
            parent             = cont
          EXCEPTIONS
            html_display_error = 1.
        IF sy-subrc NE 0.
        ENDIF.
    by using these methods you can achieve i hope..
    have a good day.
    regards
    sarves

  • HT5557 Is it possible to display the title of the book or PDF when viewing them in the library? I can only see a title if my PDF's first page contains the title.

    I would like to be able to display the title of the PDF or book while in library mode. In iTunes, you can click and hold on the song to get the full title information. I would like to see the same feature in iBooks if it doesn't already exist.

    You can omit the title altogether in the URL (together with the succeeding slash, of course). For example, my own podcast URL in the Store is
    https://itunes.apple.com/gb/podcast/the-sound-of-78s/id166389425?mt=2
    but this works perfectly well:
    https://itunes.apple.com/podcast/id166389425
    Indeed you can even put your own title:
    https://itunes.apple.com/podcast/any_old_title/id166389425
    So it's as simple as that!

  • Is it possible to display the size of a folder in a cell??

    Hi,
    i would like to know if there is any way or function to assign to a cell for display for example the size of a folder on the hard drive.....
    so whenever the folder size is changing, the cell is updated......
    another example, is to display the number of files inside a specific folder......
    Any way to do this????
    Thanks for your precious help.
    Marco

    Hi everybody,
    i did some step forward, but i'm blocked in a step....
    this is the script I build so far:
    tell application "Finder"
              if disk "Data" exists then
                        set peso010 to get physical size of folder "010 - Foto" of disk "Data"
              else
                        set peso010 to 0
              end if
              tell application "Numbers"
                        open "/Users/asialimarco/documents/test.numbers"
                        set the value of cell "B2" to peso010
              end tell
    end tell
    The first portion is getting correctly the size of my folder on external drive, a value when the disk is plugged in, 0 when is not.
    The second portion is where i get an error. It does open Numbers, it does open my file, it selects (the blue square) the right cell, but doesn't write on it anything. The Apples script returns an error which is:
    error "Numbers founds an error: Can't set cell \"B2\" at 0." number -10006 from cell "B2"
    I tried many times by also setting the value of the variable manually, but the error is always the same.
    What I'm missing? why i can't write on that cell (or anyother), with the on-line documentation it semas i need to open the file with write permissions, but i can't figure out how to do that.
    Anyone can help me?
    Thanks to all of you.

  • Is it possible to display the color map of a 3D Surface plot on the Front Panel?

    This would be a very useful feature to include, especially if you are just displaying the top-down (XY) projection of your plot (otherwise there's no way to visualize the amplitude that a given color represents). I know that the Intensity Graph allows you to display the Z-axis color map, but I want to use the 3D Graph control for some of the other features it offers...

    I had the same question. After quite a bit of playing around with properties, methods, color ramps, viewing examples and reading a bit about it, I discovered a way to do this. Basically use the ColorMapValues and ColorMapColors properties from the 3D graph and modify them slightly and feed these into the ZScale.Marker.Vals[] on an intensity chart or the Scale.MarkerVals[] on the color ramp. See the attached example.
    I think the diagram is self-documenting and pretty darn simple. I have a couple of notes on the front panel that help explain the vi.
    Good luck.
    Attachments:
    3D_Intensity_ColorMap_Example.llb ‏51 KB

  • Is it possible to display the spanish app store in English instead of Spanish?

    I want the content displayed in the Spanish app store displayed in English if possible. Can this be done?

    Sorry but no. The language of the Spanish iTunes Store is fixed to Spanish and cannot be changed.
    Regards.

  • Is it possible to display the standard function keys in screen painter

    Hi ,
    I design a screen in se51 where I use push buttons and input/output buttons and so on in the layout, here in the layout or in my final output screen(when i assign this screen to a transaction) I would like to display other standard keys, ie the function keys and application toolbar items. I would like to know whether there is a possibility to do this , if yes then how?
    In a menu painter there is a possibility where I can customize the keys or I can use the standard keys by going to se41 extras->adjust template. Is there similar possibilities in the screen painter.

    Ok I see. I should use &var.
    Edited by: xerosaburu on Aug 18, 2009 11:37 AM

  • Is it possible to display the transaction in display mode in portal?

    Hi All,
    I have created one transaction iview in portal say for eg: SE38. 
    i want to display this transaction in portal only in display mode so that users cannot edit/modify.
    I checked with giving "Read" permission in portl to that iview.  even though the user is able to change.
    is this possible for the particular transaction to display only in display mode not as editable mode in portal?
    Thanks,
    vijaya.

    Hi Vijaya,
    Ask your basis team to create two user on R/3 system
    1st with edit permission to that Tcode eg - SE38
    2nd with only view permission to that tcode eg - SE38
    Now will doing, user mapping in user administrator in portal
    set 1st userid /password to whom u have to give edit permission  for that Tcode and set 2nd userid /password to portal user whom u want to just have read access for that tcode...
    Hope this solves ur problem...
    Please reward Points if helpfull.
    Thanks
    Gunja

  • Like Microsoft Paint-is it possible to display the color panel

    My project requires whiteboard facility also....If i used JcolorChooser all the colors are displayed...If u see in Microsoft paint only 20 colors are displayed...How can we do using java?Please help me

    import java.awt.*;
    import java.awt.event.*;
    import java.awt.geom.*;
    import java.awt.image.BufferedImage;
    import javax.swing.*;
    public class ColorChart extends JPanel
        int[] colorInts;
        BufferedImage image;
        Color foregroundColor;
        Color backgroundColor;
        double x0;
        final int SIDE = 13;
        final int PAD = 3;
        public ColorChart()
            colorInts = new int[]
                0x000000, 0x808080, 0x800000, 0x808000, 0x008000, 0x008080, 0x000080,
                0x800080, 0x808040, 0x004040, 0x0080ff, 0x004080, 0x8000ff, 0x804000,
                0xffffff, 0xc0c0c0, 0xff0000, 0xffff00, 0x00ff00, 0x00ffff, 0x0000ff,
                0xff00ff, 0xffff80, 0x00ff80, 0x80ffff, 0x8080ff, 0xff0080, 0xff8040
            createImage();
            foregroundColor = Color.black;
            backgroundColor = Color.white;
        protected void paintComponent(Graphics g)
            super.paintComponent(g);
            Graphics2D g2 = (Graphics2D)g;
            g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
                                RenderingHints.VALUE_ANTIALIAS_ON);
            double w = getWidth();
            double h = getHeight();
            int cols = colorInts.length/2;
            // demo image area
            // darker highlight adjacent to black shadow
            g2.setPaint(UIManager.getColor("Panel.background").darker());
            g2.draw(new Line2D.Double(0, PAD-1.0, image.getWidth()+1.0, PAD-1.0));
            g2.draw(new Line2D.Double(0, PAD, 0, PAD+image.getHeight()));
            g2.drawImage(image, 1, PAD, this);
            double x = 1.0 + image.getWidth() + 1.0;
            double y = PAD + image.getHeight() + 1.0;
            // white highlight
            g2.setPaint(Color.white);
            g2.draw(new Line2D.Double(x, PAD-1.0, x, y));
            g2.draw(new Line2D.Double(0, y, x, y));
            // foreground/background tiles over image
            g2.setPaint(backgroundColor);
            Rectangle2D.Double bg = new Rectangle2D.Double(12.0, PAD+12.0, 12.0, 12.0);
            g2.fill(bg);
            g2.setPaint(UIManager.getColor("Panel.background"));
            g2.draw(bg);
            g2.setPaint(foregroundColor);
            Rectangle2D.Double fg = new Rectangle2D.Double(5.0, PAD+5.0, 12.0, 12.0);
            g2.fill(fg);
            g2.setPaint(UIManager.getColor("Panel.background"));
            g2.draw(fg);
            // darker shadow outlines
            g2.setPaint(UIManager.getColor("Panel.background").darker());
            g2.draw(new Line2D.Double(bg.x+bg.width+1.0, bg.y,
                                      bg.x+bg.width+1.0, bg.y+bg.height));
            g2.draw(new Line2D.Double(bg.x, bg.y+bg.height+1.0,
                                      bg.x+bg.width + 1.0, bg.y+bg.height+1.0));
            g2.draw(new Line2D.Double(fg.x+fg.width+1.0, fg.y,
                                      fg.x+fg.width+1.0, fg.y+fg.height));
            g2.draw(new Line2D.Double(fg.x, fg.y+fg.height+1.0,
                                      fg.x+fg.width + 1.0, fg.y+fg.height+1.0));
            // color swatches
            x0 = x;
            for(int row = 0; row < 2; row++)
                y = PAD + row*(SIDE+PAD);
                for(int col = 0; col < cols; col++)
                    int index = row*cols + col;
                    g2.setPaint(new Color(colorInts[index]));
                    x = x0 + PAD + col*(SIDE+PAD);
                    g2.fill(new Rectangle2D.Double(x, y, SIDE, SIDE));
                    g2.setPaint(Color.black);
                    g2.draw(new Line2D.Double(x, y, x+SIDE-1.0, y));
                    g2.draw(new Line2D.Double(x, y, x, y+SIDE-1.0));
            // darker highlight trim that borders black shadow
            g2.setPaint(UIManager.getColor("Panel.background").darker());
            // inter-cell vertical trim
            y = 2*(PAD + SIDE);
            for(int col = 0; col < cols; col++)
                x = x0 + col*(SIDE+PAD) + 1.0;
                g2.setPaint(UIManager.getColor("Panel.background").darker());
                g2.draw(new Line2D.Double(x+1.0, PAD-1.0, x+1.0, y));
            x = x0 + cols*(SIDE+PAD) + 1.0;
            // top trim
            g2.draw(new Line2D.Double(x0+PAD, PAD-1.0, x-1.0, PAD-1.0));
            // horizontal center trim
            y = PAD + SIDE + 1.0;
            g2.draw(new Line2D.Double(x0+PAD, y+1.0, x-1.0, y+1.0));
            // white highlight trim
            g2.setPaint(Color.white);
            y = 2*(PAD + SIDE);
            // inter-cell vertical trim
            for(int col = 0; col < cols; col++)
                x = x0 + col*(SIDE+PAD) + 1.0;
                g2.draw(new Line2D.Double(x, PAD-1.0, x, y));
            // horizontal center trim
            x = x0 + cols*(SIDE+PAD) + 1.0;
            y = PAD + SIDE + 1.0;
            g2.draw(new Line2D.Double(x0+PAD, y, x-1.0, y));
            // bottom trim
            y = 2*(PAD + SIDE);
            g2.draw(new Line2D.Double(x0+PAD, y+1.0, x, y+1.0));
            // right side trim
            g2.draw(new Line2D.Double(x, PAD, x, y));
        public Dimension getPreferredSize()
            return new Dimension(260, 36);
        public void setBackgroundColor(int index)
            backgroundColor = new Color(colorInts[index]);
            repaint();
        public void setForegroundColor(int index)
            foregroundColor = new Color(colorInts[index]);
            repaint();
        private void createImage()
            int w = 27, h = 29;
            image = new BufferedImage(w, h, BufferedImage.TYPE_INT_RGB);
            int white = Color.white.getRGB();
            int bg = UIManager.getColor("Panel.background").getRGB();
            int[] data = new int[w*h];
            for(int j = 0; j < data.length; j++)
                data[j] = j%2 == 0 ? white : bg;
            image.setRGB(0, 0, w, h, data, 0, w);
            Graphics2D g2 = image.createGraphics();
            g2.setPaint(Color.black);
            g2.draw(new Line2D.Double(0,0,w,0));
            g2.draw(new Line2D.Double(0,0,0,h));
            g2.dispose();
        public static void main(String[] args)
            ColorChart colorChart = new ColorChart();
            colorChart.addMouseListener(new ColorSelector(colorChart));
            JFrame f = new JFrame("mimics v5.1");
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.setContentPane(colorChart);
            f.pack();
            f.setLocation(200,200);
            f.setVisible(true);
    class ColorSelector extends MouseAdapter
        ColorChart chart;
        public ColorSelector(ColorChart cc)
            chart = cc;
        public void mousePressed(MouseEvent e)
            Point p = e.getPoint();
            Dimension d = chart.getPreferredSize();
            if(p.x > d.width || p.y > d.height)
                return;
            int x = (int)(p.x - chart.x0);
            int col = x / (chart.SIDE + chart.PAD);
            int row = p.y / (chart.SIDE + chart.PAD);
            int cols = chart.colorInts.length/2;
            if(row < 0 || row > 2 || col < 0 || col > cols-1 || x < 0 ||
                          row*col > chart.colorInts.length-1)
                return;
            int index = row*cols + col;
            //System.out.printf("p.x %d p.y %d x %d row %d col %d index %d\n",
            //                   p.x, p.y, x, row, col, index);
            if(SwingUtilities.isLeftMouseButton(e))
                chart.setForegroundColor(index);
            else if(SwingUtilities.isRightMouseButton(e))
                chart.setBackgroundColor(index);
    }

  • Possible to display the POP-UP WINDOW???

    Hi,
    I need to copy or some times need to paste or some task which is very easily displayed in Microsoft products which is called POP-UP WINDOW.
    Can I Use that in my form? I am working in Developer 6i.
    Farhad

    Hi farhad,
    I told u the way u can create the popup for the any item through object navigator. Please refer online help for details. There is clearcut picture in online help about the topic u asked. I think u are a developer, instead of asking sample, please refer Formbuilder reference guide which available in otn.documentation, which help u a lot and u can solve the problem on your own
    regards
    prasanth a.s.

Maybe you are looking for

  • I have to complain for once... (64-bit drivers are po

    As a whole I've had very little issues with Creative cards, other than when I had a poor Via chipset to my socket A computer I've had almost no trouble. The reason I've been purchasing Creative cards at all has been because I really enjoy EAX audio,

  • Playing mp4 files on iPad

    Hi All, this a desperate cry for help before I finally junk my new iPad: I am currently enrolled in an online program running on the Adobe Connect platform. The multimedia files (mp4, pdf etc) can not play on the iPad despite several attempts. Any ex

  • Settings not working after activating icloud

    settings not working after activating icloud clicking on any button under settings leads to icloud. i am a new user of apple

  • Problem executing a web service using adaptive web service model

    Hi,<br/> I'm trying to execute a web servide using the adaptive web service model. The web service is generated by a java web application using apache axis 1.2<br/> I can import the model without problems, but when I try to run the application (conta

  • Modify VcCatRecordEntry WD Java component

    Hi, I have been tasked with implementing OSS note 1371294, which requires a change to Java Web Dynpro component VcCatRecordEntry.  I know this question has been asked previously, but is there a way of creating a NWDS project for the  component which