Smartforms: new barcodetechnology - additional (rotated) Text

Dear community,
I've a small problem while designing a new smartform form. I want to print a code 128 and I already created it with SE73 as a "system barcode" and I also chose the "new barcode technology" and  as alignment "rotated".
In my form I defined the data for the barcode and formated them with the barcode data (deined in a smartstyle). When printing the form I get the barcode as defined.
But here comes my problem: I just get the barcode without any text. Is it possible to print a rotated text among the barcode? Is it a configuration in the barcode definition, or have I got to set some printcontrols?
Please help me to solve this problem!
Many thanks in anticipition...
Christian

Please help me! is there nobody with an idea?
Hope for answers...
Christian

Similar Messages

  • Rotate/rotating text in SmartForms

    Need to rotate text 90 degrees in a SmartForm.
    The printers are all PCL based.
    New print-controls cannot be created.
    In PCL, the following command sets rotation:
    <ESC>&a#P
    where # is the number of degrees
    To rotate 90 degrees, the PCL command would be:
    <ESC>&a90P
    In SAPscript, I can use the print-control for <ESC>.
    /:  PRINT-CONTROL SESCP
    =  &a90P
    Another method that works involves standard texts.
    Define standard texts named ZPCLROTATE90 and ZPCLROTATE0.
    They willl set the rotation to 90 and reset to 0 degrees.
    /: PRINT-CONTROL SESCP
    ( &a90P
    /: PRINT-CONTROL SESCP
    ( &a0P
    The SAPscript uses the new standard text objects:
    AS  horizontal text
    /:  INCLUDE ZZPCLROTATE90 OBJECT TEXT ID ST
    AS  rotated text
    /:  INCLUDE ZZPCLROTATE0 OBJECT TEXT ID ST
    AS  horizontal again
    This also works in SAPscript.
    None of this seems to work in SmartForms.  I thought the INCLUDE text would work the same in SmartForms.  It does not.
    Tried the first method shown; SmartForms converts the "=" or "(" paragraph symbol to "*".  This separates the escape sequence and it becomes invalid.
    Any ideas?  They do not want to use SAPscript.  Cannot create a Z print-control.
    Thanks,
    Norm

    Hi,
       Try to follow the steps givenbelow in your SMARTFORM.
    1. Create a template and keep the text alone inside that you wanted to rotate.
    2. Above and Below your text, In the text element that you wanted to rotate give the Print control.
    Ex PRINT CONTROL 'SF201'
         &variable text&
        PRINT CONTROL'SF202'
    2. Create a command inside the window and enter the attribute name and the attribute value.
        Ex. Use Attribute name as S_LZPL_HR1
                     Attribute value as 'BC_CD39'
    3 Create another command above the template and enter the value "SF200" in Include Printer control.
    4.Create another command above the template and enter the value "SF202" in Include Printer control.
    I followed the above procedure for rotation of texts, and it worked.
    Thanks
    Narasingam

  • Can't change rotating text on revoltion theme after I delete the menu text.

    So I export a slideshow to iDVD. By default you have the revolution theme. There is text that says revolution main in the body of the menu and it says revolution main on the rotating text. There is also a button for my slideshow. So I change the revolution main text to what I want the rotating text to be then delete that text on the main menu. The rotating text then stays. But if I want to then change it, I can't see any way to do so because I deleted the button. What was it that I deleted? How do I get it back. I thought it was the title menu, so I add a new title menu button and try to change the text but the rotating text won't change. I am probably missing something simple, but I can't for the life of me figure it out.
    Thanks in advance,
    Brian

    Hi,
    Count me in.
    Same issue,
    Once deleted the title can't [it appears] be changed from the default of 'Revolution Extras' .. which is a nuisance as the rest of the project I'm working on is finished ... I thought i'd wait till the end to name it but find I am struggling to find out how.
    can anyone help?
    kindest,
    becca

  • How to rotate text

    I was told to restate my number's problem as I want to rotate text within a single cell. This is for grade book so the column label can be hidden along with other data.

    ohsster,
    I was also excited by iWorks, and I was planning to adopt it and try to wean myself from Office even before Numbers was announced. I figured I'd just use the Tables within Pages to do my spreadsheet functions, since all the same calculations are available there. After a month of working in iWork, it's obvious that it would be premature to un-install Office for Mac, but I'm still determined to make the switch and I believe that Apple will address the serious issues, like the speed problem, in short order. So, I'm still excited about being closer to shaking the Microsoft dependency.
    Regarding your application, I don't know how large and complicated your design is, but I encourage you to try my suggestion just to get a feel for working with references that span sheets and tables. This, to me, is much easier in Numbers than in Excel. I tried cross-sheet referencing in Excel years ago and found it too complicated, but in Numbers it is as simple as pie. You can build your second table in the same sheet as your first table if you want to keep things close together for that phase, and then just drag the new table to a new sheet when you're done with it. To make a cell in the destination table mirror the entry in the source table, simply type an = sign in the destination cell and then click on the source cell. To replicate the reference in the first destination cell across the first row, highlight that cell and drag the fill handle across the row. Then, with the filled row highlighted, drag the fill handle down the sheet to populate as many rows as you need. This whole process takes only a few seconds. Now you have a copy of the source table that can be independently formatted, labeled and printed after you move it to it's own sheet. This is the Numbers equivalent of setting a Print Area in Excel, except on steroids.
    I hope you don't give up!
    Jerry

  • Cannot rotate text in table cell

    I am using LiveCycle Designer 8. I want to rotate the text in the top row of a table so that the text is displayed vertically. I have created a simple 3 column, 2 row table. I select one of the cells in the top row (I click in the cell and the cell borders are highlighted). When I go to the "Layout" tab the "Rotate to 90", "Rotate to 180" and "Rotate to 270" buttons are "active" (meaning they are not greyed out and when I click on them, they move just as you would expect a button to move). The problem is that the cell does not rotate when I click on any of those three buttons. It's as if Designer simply ignores my click.
    Since I am relatively new to Designer, my first question is: am I going about this correctly? If not, how do I rotate text vertically in a table? If I am doing it correctly, what can I do to fix this problem?
    Thanks.

    Tim, you're not doing anything wrong.  That was a bug in Designer 8 that has since been fixed.  <br /><br />To get around your problem, try manually adding rotate="90" to that particular cell in the XMLSource.<br /><br />So you would have something like:<br /><draw w="30mm" h="22.2238mm" name="Cell1" rotate="90"><br /><br />Steve<br />Adobe Systems

  • How to Rotate Text 90 Degree?

    I tried to rotate text so that it reads from bottom to
    top of the screen (vertically). How to do it?
    I tried w/ Graphics2D and AffineTransform class but fail.
    Here is my code:
    AffineTransform af = new AffineTransform(0.0, 1.0, 1.0,
    0.0, 0.0, 0.0);
    Graphics2D newg = (Graphics2D) g;
    g.setTransform(af);
    g.drawString("Rotated Text", 70.0f, 70.0f);
    Anybody do text rotation please post reply.
    Thanks!

    Turns out the bug still persists, and I post new Q on
    this forum. Please check it out.
    But here is the my entire code, if you would like to see
    and try:
    import javax.swing.DefaultCellEditor;
    import javax.swing.JScrollPane;
    import javax.swing.SwingConstants;
    import javax.swing.JPanel;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.util.*;
    import java.text.NumberFormat;
    import java.text.DecimalFormat;
    import java.awt.Graphics2D;
    import java.awt.geom.AffineTransform;
    public class CompJFC
    static JFrame frame1;
    static final int cWidth = 500;
    static final int cHeight = 500;
    Object[] ctable = {"Usage Graph for Users",
    "Usage Graph for Servers",
    "Usage Graph for Appliances",
    "Top 20 Users (Last 30 Days)",
    "Top 20 Users (Last 60 Days)",
    "Top 20 Users (Last 90 Days)"};
    JComboBox ccombo = new JComboBox(ctable);
    JPanel panel1, panel2, panel3;
    JCanvas canvas;
    public class JCanvas extends JComponent
    Insets insideBorder;
    JCanvas()
    super();
    JCanvas(int cWidth, int cHeight)
    insideBorder = new Insets(cHeight-150, 50, 50, cWidth-60);
    public void paintComponent(Graphics g)
    super.paintComponent(g);
    Graphics2D g2 = (Graphics2D) g;
    AffineTransform af1 = g2.getTransform();
    int xp = insideBorder.left-35;
    int yp = insideBorder.top-100;
    AffineTransform af2 =
    AffineTransform.getRotateInstance(Math.toRadians(270), xp, yp);
    g2.setTransform(af2);
    g2.drawString("Number of Online Users", xp, yp);
    g2.setTransform(af1);
    public void AddComp()
    panel1 = new JPanel();
    panel1.add(ccombo);
    ccombo.addItemListener(new ItemListener()
    public void itemStateChanged(ItemEvent evt)
    String selected;
    panel2.remove(canvas);
    canvas = new JCanvas(cWidth, cHeight);
    panel2.add(canvas, BorderLayout.CENTER);
    panel2.repaint();
    frame1.setVisible(true);
    canvas = new JCanvas(cWidth, cHeight);
    panel2 = new JPanel(new BorderLayout());
    panel2.add(canvas, BorderLayout.CENTER);
    panel3 = new JPanel(new BorderLayout());
    panel3.add(panel1, BorderLayout.NORTH);
    panel3.add(panel2, BorderLayout.CENTER);
    JTabbedPane tpane = new JTabbedPane();
    tpane.addTab("Chart", panel3);
    frame1.getContentPane().add(tpane);
    public static void main(String args[])
    CompJFC jc = new CompJFC();
    frame1 = new JFrame("Swing GUI Exercise");
    frame1.setSize(cWidth, cHeight);
    frame1.setDefaultCloseOperation(frame1.EXIT_ON_CLOSE);
    frame1.getContentPane().setLayout(new BorderLayout());
    jc.AddComp();
    frame1.setVisible(true);

  • Overlay Drop Down Links/Rotating Text Over Graphic/Background

    I am fairly new to DW and am currently using Dreamweaver CS4. I would like to overlay drop down links and rotating text over a graphic image/background and am curious as to how this would best be accomplished. Is each piece; background/graphic, drop down links and rotating text a different layer? Can this type of thing be created using just DW or do I need Flash or something else? Please let me know if I should provide an example on the web to illustrate what it is I am trying to do - I wasn't sure if it is permissible to post links to sites that you don't own or are affiliated with in some way.
    I don't expect to be spoon feed but getting pointed in the right direction on what to research would be a big help!

    Is each piece a different layer?
    Not necessary to put everything inside an APDiv or layer.
    The best advice I can offer is to build unstyled HTML content logically from top to bottom of page.  I know, plain HTML is ugly but that's OK.
    Then use CSS to add background images/colors, text/menu styles and alignment.  Use default CSS positioning (which is no positioning at all) and use margins, padding and floats to arrange elements where you want them.
    See sample CSS Layout: (view code to see how it's done)
    http://alt-web.com/TEMPLATES/I-page-with-floats.html
    Can this type of thing be created using just DW or do I need Flash or something else?
    If you can work with HTML, CSS, and JavaScript code, you can do everything you want in Dreamweaver.  Flash is certainly optional but many devices (iPhones...) don't support Flash.
    Start by learning the basics first, then DW will be much easier for you to use.
    HTML & CSS Tutorials - http://w3schools.com/
    Creating  your first website in DW CS4 -
    http://www.adobe.com/devnet/dreamweaver/articles/first_cs4_website_pt1.html
    Good luck,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Add new tab of long text to production order

    Hi all
    i need to add new tab of long text to production order, which will be blocked for changes.
    anyone can help with this?
    thanks.

    Yossi,
    The purpose of long text is so that business users can add additional information while processing the order so that everyone can check the text.
    Please tell us why do you want to block the production order text? Also why do you need a new tab for long text? and where do you want that information to be stored?
    -Swapnil

  • How do you rotate text in numbers

    I'm trying to rotate the text in header row by 90 degrees.  Is this possible in Numbers?

    You cannot rotate text in any cell of a table.  There are a variety of technoques to work around this limitation:
    1) rotate a text box with the header text in it:
    2) copy the desired header text (which is rotated) then open Preview and create a new document from the clipboard.  Then use the rectangular selection tool to surround one word, then copy, then paste that into one of the cells in you header:
    Create new Preview doc from the clipboard contents:
    Now copy words out of preview using the rectangular selection tool:
    copy.
    now select the cell where you want this text:
    There are some other ways (which you can find by searching this forum).
    Hope these help

  • Rotating text

    is there a method that will rotate the text? I am new to java and cannot figure out how to do this. Help please!
    Mike

    Hi,
    Try doing a forum search for 'rotating text'. I tried it a minute ago, and came up with all kinds of information you might find useful.
    Hope that helps.

  • Drawing rotated text revisited.....

    Hello again,
    I've recently started fiddling with an app that had a method to draw Strings at given Points on a custom JComponent, now I'm trying to extend it to draw the same strings, but throw in an angle should the user choose to do so. But... now here's the part thats foxing me, I want the Point specified to be the center of the String....., i've had a couple of goes, but as soon as the rotation comes in, it goes pair shaped (not literally ;-) , metaphorically).
    Here's some of the code I'm working on, feel free to point bad coding and glaringly obvious problems! I'm aware it doesn't quite do "exactly what it says on the tin", but its definitely a step in the right direction. It should work, but it doesn't. Thoughts anyone?
    /** Method to draw a text label to a specified graphics context.
         @param g2 The graphics context to draw to.
         @param text The label text to draw.
         @param font The font in which to draw the label.
         @param color The color of the label.
         @param angle The angle at which to draw , 0 = horizontal, 90 = vertical.
         @param position The Point at which to draw the label.*/
    public static void drawLabel(Graphics2D g2, String text, Font font, Color color, int angle, Point position)
    //get x,y coordinates from Point
    int x = new Double(position.getX()).intValue();
    int y = new Double(position.getY()).intValue();
    //rotate the point by the required angle
    x = (new Double((x*Math.cos(Math.toRadians(angle)))-(y*Math.sin(Math.toRadians(angle)))).intValue());
    y = (new Double((-x*Math.sin(Math.toRadians(angle)))+(y*Math.cos(Math.toRadians(angle)))).intValue());
    // get the current transform
    AffineTransform startMatrix = g2.getTransform();
    // make a new one...
    AffineTransform rotationMatrix = new AffineTransform();
    // set the text layout
    TextLayout tl = new TextLayout(text,font,g2.getFontRenderContext());
    // rotate the shiny new transform
    rotationMatrix.rotate(Math.toRadians(angle));
    // appy it to g2
    g2.transform(rotationMatrix);
    //set the color of the label
    g2.setPaint(color);
    //draw the label
    tl.draw(g2,x,y);
    //restore the transform for g2
    g2.setTransform(startMatrix);
    }Also I haven't sorted the drawing relative to the center of the string bit yet, so any advice on how to do this would be great.
    Cheers,
    Tom

    This is straightforward, once you understand transforms. I'm surprised no one's answered this yet. Here's an example:
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.font.*;
    import java.awt.geom.*;
    public class TestRotate extends Frame {
        public static void main(String[] args) {
            new TestRotate().setVisible(true);
        private TestRotate() {
            super("Rotated Text");
            addWindowListener(new WindowAdapter() {
                    public void windowClosing(WindowEvent e) {
                        System.exit(0);
            setFont(new Font("default", Font.PLAIN, 24));
            setSize(300, 300);
        public void paint(Graphics g) {
            Graphics2D g2d = (Graphics2D)g;
            TextLayout layout = new TextLayout(
                "This is a string to rotate",
                g2d.getFont(),
                g2d.getFontRenderContext());
            Insets ins = getInsets();
            Dimension dim = getSize();
            Point center = new Point(
                ins.left + (dim.width - ins.left - ins.right) / 2,
                ins.top + (dim.height - ins.top - ins.bottom) / 2);
            g2d.translate(center.x, center.y);
            g2d.rotate(Math.PI / 4);
            layout.draw(g2d, -layout.getAdvance() / 2, 0);

  • CLIENT_TEXT_IO : cannot insert new line into a text file

    Facts:
    Developer 10g
    AS 10g
    Web utility
    Problem:
    i am traying to
    Open a text file. using CLIENT_TEXT_IO.FOPEN
    insert a record in to a text file using CLIENT_TEXT_IO.PUTF
    insert a new line using chr(10) or CLIENT_TEXT_IO.NEW_LINE
    or CLIENT_TEXT_IO.put_line
    insert the next record
    Close the file.
    all work except insert a new line
    Why !!!
    it was Working fine in 6i, but now in 10g and Webutil is not working
    plz help

    Hi you can put a new line in a text file using System.getProperty("line.separator"). This implementation will work for every OS.
    import java.io.*;
    class Demo{
    public static void main(String args[]) throws Exception {
    FileWriter fr = new FileWriter("FileDemo.txt");
         fr.write("AAAAAAAAAA");
    fr.write(System.getProperty("line.separator"));
    fr.write("AAAAAAAAAAA");
    fr.close();
    }

  • Want to know how to check for new line character in text file

    Hi All,
    I`m trying to read data from text file. However I`m not sure whether the data is in 1st line or nth line. Now I`m trying to read the text from the readline. But if text is "" and not NULL then my code fails. So I want to know how to check for new line character and go to next line to find the data. Please help.
    Thanks
    static int readandwriteFile(Logger logger,String filepath){
              BufferedWriter out = null;
              BufferedReader in = null;
              File fr = null;
              int get_count = 0;
              try     {
              if(new File(filepath).exists())
              fr= new File(filepath);
                        System.out.println("FileName: "+fr);
                   if(fr != null){
    in = new BufferedReader(new FileReader(fr));
                             String text = in.readLine();
                             if(text != null){
                             get_count = Integer.parseInt(text);
                             in.close();
                             else{
                                  get_count = 0;
         else{                    
    out = new BufferedWriter(new FileWriter(filepath));
         out.write("0");
                out.close();
                   }          //Reading of the row count file ended.
              catch(Exception e) {
                   e.printStackTrace();
              finally {
                   try{               if (in != null) {
                             in.close();
              if (out != null) {
                             out.close();
              catch(Exception e) {
                        e.printStackTrace();
              return get_count;
         }

    You are calling the readline() only once which means you are reading only the first line from the file...
    Use a loop (Do-While preferably)
    do{
    //your code
    }while(text == "")

  • How to insert new line in a text file

    hi all,
    i wnat to know how can i insert a new line in a text file using java.
    for example i want the formate of the text like this
    1 2 3
    4 5 6
    until now i know only how to insert data but not new line.
    Thanks in advandce

    Hi you can put a new line in a text file using System.getProperty("line.separator"). This implementation will work for every OS.
    import java.io.*;
    class Demo{
    public static void main(String args[]) throws Exception {
    FileWriter fr = new FileWriter("FileDemo.txt");
         fr.write("AAAAAAAAAA");
    fr.write(System.getProperty("line.separator"));
    fr.write("AAAAAAAAAAA");
    fr.close();
    }

  • Traded in my iPhone for a different brand of phone. I had no idea that I had to sign out of iMessage before doing this. Now, my old phone is gone and my new phone cannot receive texts from people who have iphones and had me as a contact before. They try t

    Traded in my iPhone for a different brand of phone. I had no idea that I had to sign out of iMessage before doing this. Now, my old phone is gone and my new phone cannot receive texts from people who have iphones and had me as a contact before. They try to send an iMessage and I have no way to receive an iMessgae now. On some server somwhere my AppleID still tells people they should send me iMessages. What is the solution to this issue? Deleting my AppleID would work to solve this issue, but I cannot ever delete the ID? What can Apple do for this?

    If you did not erase your apps and data before getting rid of your old phone, try using Find My Phone and erasing everything remotely. See if this works.

Maybe you are looking for