How to set vertical line in SAPScript

Dear All,
I have to set vertical line at a particular position of SAPScript. Here the lines are of varying length. Can you suggest how to do that?
Line 1......................            | Vertical Line
Line 2.........................         | Vertical Line
Line 3...............                   | Vertical Line
Thanks and regards,
Atanu

Hii
use this
BOX WIDTH 0 FRAME 10
BOX HEIGHT 0 FRAME 10 
BOX WIDTH 5 CM  HEIGHT 1 CM FRAME 10 TW INTENSITY 10
BOX WIDTH 7 CM  HEIGHT 5 CM FRAME 10 TW INTENSITY 10
HOPE THIS HELPS
Thanks & Regards
Naresh

Similar Messages

  • Drawing a vertical line in sapscript

    Hi all,
    How can I draw vertical lines in sapscript? Box can be used, but is there any other way? like vline or something else?
    Regards,
    Netrey.

    Hi
    Try with the field &VLINE&
    if don't work,You have to draw boxes only as per the size of the windows.
    /: BOX FRAME 10 TW
    There is no other way like how we write in Report output.
    Reward points if useful
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • How to have vertical lines in NSTableView?

    how to draw vertical lines in NSTableView? thanks.

    Where do you want to draw them? If you're referring to vertical lines where two columns meet, it's just a setting in Interface Builder, though you can do it programmatically too. Select the NSTableView in Interface Builder and click the checkbox for "Vertical Lines".
    You can do it programmatically as follows:
    to have vertical lines:
    [tableView setGridStyleMask: NSTableViewVerticalGridLineMask];
    to remove vertical and have no lines:
    [tableView setGridStyleMask: NSTableViewGridNone];
    Hope this helps....
    Dual 2.7 GHz PowerPC G5 w/ 2.5 GB RAM   Mac OS X (10.4.6)  

  • How to set border lines in table and also in template in the smartforms ?

    How to set border lines in table and also in template in the smartforms ?
    As I have to create table with following detals
    total row = 3
    row1 = 3 column
    row2 = 6 column
    row3 = 9 column
    for 2nd and 3rd row data to be fetched using coding.
    so can anybody explain me what should i use
    Table or Template ?
    and I want the border like excel format.
    Can anybody suggest me ?
    Thanks
    naresh

    if the data is multiple i.e. line items choose table.
    if the data is single i.e. fixed choose template.
    Create table
    >  Draw u r no lines
    > choose option select pattern
    > select display framed patterns
    Choose u r required one.
    out lined, or full lined. u can choose option.
    same procedure to be followed for template also.
    with regards,
    Kiran.G

  • How to print vertical lines for line items?

    hi experts,
                    can any one tell me how to print vertical lines for line items in ascript?
    ive tried using sy-vline but its printing jus one line each for each item .i want it in columns ?if there are any control commands plz let me know how to print?
    thanks &regards
    narendar

    hi narendar,
    Welcome to SDN.
       u can go for box command.
    Use the box command with zero width for vertical lines.
    Position the line by x position and y postion.
    syntax :
    BOX <xpos> <ypos>
           <width>
          <height>
          <thickness in twips> twips.
    Regards,
    Arun.
    Reward points if useful.

  • How to set a line of table as read only during runtime?

    How to set a line (or a cell) of table as read only during runtime?

    hi wei
          when you create a table keep the readonly property of table as false
    you create the columns of table as inputfield.you bind the readonly property of
    the inputfield to two context variables
    say one for all the columnfields you to want always have as readonly and let this contextattribute of type boolean and let this be attr1
    and another for all the columnfields you donot want to be readonly and let this contextattribute of type boolean and let this be attr2
    initially set the context attributes attr1 and attr2 as true so the entire table is readonly.
    based on the condition you want to check change the attr2 to be false.
    if(your condition)
    wdcontext.currentcontextelement.setattr2(false);
    hope this helps.
    regards
    saravana

  • How to type vertical line on macbook pro keyboards?

    Please tell me how to type vertical line on macbook pro keyboards?

    (1) It sounds like you might be using a Spanish keyboard. You should specify this to begin with. Unless you do, the default assumption is that you're using a US keyboard. The advice you received is correct for the US keyboard.
    (2) To see how to enter any character available with your current keyboard, enable Keyboard Viewer, as described here
    <http://docs.info.apple.com/article.html?path=Mac/10.7/en/mh35878.html>
    (3) There is no "alt" key on a Mac keyboard. You are talking about the Option (⌥) key. See (search for "Alt key" in)
    What's it called on my Mac?
    <http://docs.info.apple.com/article.html?path=Mac/10.7/en/cpmh0038.html>
    Switch 101: On Windows, I used to...
    <http://support.apple.com/kb/HT2514>
    (4) My advice is move on from Fraise. AFAIK, it's dead. Try TextWrangler, which is free and more capable.

  • How to set dash line color(two colors)?

    hello all:
    Does anyone know how to set dash line color in java?
    I only know how to set line color with a single color.
    g2.setColor(Color.black);
    g2.setStroke(dashed);
    g2.draw(new Rectangle2D.Double(50, 50, 200,100));
    what I need to implement is two colors interleave on the dash line.
    so that dash line looks like this:
    ==== ====
    red white red white
    thank you for any comments.
    -Daniel.

    create 2 strokes, space them appropriately, draw the rectangle twice.

  • How to draw vertical lines in SMART FORMS

    Hi Guys,
    Can anyone please let me know how to draw vertical and horizontal lines in smart forms, i have to do this in the secondary window.
    thanks,
    Ramesh

    Hi Ramesh,
    In the window output options you have option of check box to get lines.
    Then you need to give the spacing for vertical and horizontal.
    Another option is putting a template on window and getting the boxes, but it is quite little bit complex.
    Put the cursor on the WINDOW in which the lines you want.
    Right click on it>create>complex section.
    In that select the TEMPLATE radio button.
    Goto TAB TEMPLATE.
    Name: give some name of line.
    From: From coloumn.
    To: To coloumn
    Height: specify the height of the line.
    Next give the coloumn widths.
    Like this you can draw the vertical and horzontal lines.
    If the above option doesnot workout then u can try the below option also
    any how you can draw vertical and horizontal lines using Template and Table.
    for Template First define the Line and divide that into coloumns and goto select patterns and select the required pattern to get the vertical and horizontal lines.
    For table, you have to divide the total width of the table into required no.of columns and assign the select pattern to get the vertical and horizontal lines.
    if this helps, reward with points.
    Regards,
    Naveen

  • How to Set a line's BackGroundColor in JTextPane?

    I want to change a whole line's(not only the characters) background color.(display as we set breakpoint in a debug environment).
    i tried
    DefaultStyleDocument.setCharacterAttributes(start,end-start,MyAttr, false);
    This can not set whole line but the begin to the end of the characters in line.
    Help,and Thanks

    This isn't exactly what you want, but it may give you some idea on how to approach it.
    import java.awt.*;
    import java.net.*;
    import javax.swing.*;
    import javax.swing.text.*;
    public class BackgroundLines extends JFrame
         public BackgroundLines()
              throws Exception
              JTextArea textComponent = new JTextArea()
                   public void paintComponent(Graphics g)
                        Rectangle drawHere = g.getClipBounds();
                        int lineHeight = g.getFontMetrics().getHeight();
                        int startOffset = getInsets().top;
                        int start = (drawHere.y / lineHeight) * lineHeight + startOffset;
                        int startLineNumber = (drawHere.y / lineHeight);
                        int endLineNumber = startLineNumber + (drawHere.height / lineHeight) + 1;
                        for (int i = startLineNumber; i <= endLineNumber; i++)
                             g.setColor( i % 2 == 0 ? getBackground() : Color.lightGray );
                             g.fillRect(drawHere.x, start, drawHere.width, lineHeight);
                             start += lineHeight;
                        super.paintComponent(g);
              textComponent.setOpaque( false );
              JScrollPane scrollPane = new JScrollPane(textComponent);
              scrollPane.setPreferredSize(new Dimension(300, 250));
              getContentPane().add( scrollPane );
         public static void main(String[] args)
              throws Exception
              BackgroundLines frame = new BackgroundLines();
              frame.setDefaultCloseOperation( EXIT_ON_CLOSE );
              frame.pack();
              frame.setVisible(true);
    }

  • PERFECT/COMPLETE VERTICAL LINE IN SAPSCRIPT?

    Hello all,
    I have to draw vertical lines to make a grid in a SAPscript. But the grid size is not fixed, there a number of records and long texts that are displayed based on certain conditions.
    Is there a way to draw a perfect/complete veritcal in SAPscript dynamically?
    Looking forward to hear from you peoples...

    You can use the BOX command to draw vertical lines.
    /: BOX [xpos] [ypos] [width][height] [frame] [intensity].
    here the widt has to be 0 to get a line and the height can be a variable as required.
    Thanks,
    Renjith.

  • How to draw vertical lines that are visible in preview mode?

    Hi all,
    I need to draw vertical lines on a document. The lines must be same as we draw using line tool.
    I could draw the line using CreateLineSpline() method of IPathUtils.
    The problem is that these lines are not visible in preview mode. Please tell how can we make lines that are visible in preview mode.
    Please help, I'm running out of time.

    CodeSnippetRunner has the answer:
    Utils<IPathUtils>()->CreateLineSpline

  • How to get vertical line screen effect?

    How can I convert a grayscale photo to a vertical LINE B/W image (no grayscale)? I can't find a way to do it with the filters in PS CS6. Is there a plug-in that will do that?
    Mac OSX10.6.6. Photoshop CS6.

    No filter or plug-in nedded.  Just go to Image > Mode > and make sure your image is in 8-bit mode depth, not 16 bit.  Then, on that same menu convert the image first to Grayscale and then to Bitmap.

  • How to stop vertical line between columns repeating in 2nd column

    Hi there,
    I have a report in which the details sections are repeated over 2 columns. I want to have a vertical line going down between the columns, however I don't seem to be able to place the line in the "dead space" between the sections, so I end up with the line repeated at the right hand side of the second column.
    Can anyone suggest how to draw the line independently of the columning format?
    thanks
    -KarenB

    oh duh! of course! The problem only started when I shortened the line to the last details section while trying to fix another problem... thanks for the tip! All fixed.
    cheers
    -KB

  • ADF:How to remove vertical line in the panel collection toolbar

    Hi Everybody,
    I have an issue in removing the vertical line that separates various options like 'detach', viewMenu' etc..in the ADF Panel Collection tool bar.I am able to remove the options in the tool bar using "featuresOff", But i could not remove the vertical line seperator in the toolbar.Any help would be appriciated.
    Thanks,
    Harish

    Hi kamaal,
    Thanks for the reply, I went through the document , but didnt get any clue to hide the vertical line in the toolbar.Can you please tell me how to use AFBarSeparator:alias class in the jspx page to hide the vertical line in the tool bar of panel collection?.Is there any other alternative to do this?
    Thanks,
    Harish

Maybe you are looking for

  • Converter

    I have my iPod video mostly to listen music, but Sunday i'll have an 8 hour travel so I would like to have Monty Pyhton with me (I am affraid that's the most worse English sentence ever...) But its .avi, and I know my iPod won't do that for me. And I

  • S.M.A.R.T. error

    what is S.M.A.R.T. error

  • Export Index from PDF Portfolio

    I need to compare two large PDF Portfolio documents. From what I can tell, there is currently no third party software around that will do this so I'm trying to figure out a way around it. Each Portfolio that I'm working with has over a thousand email

  • XHA1 and FInal Cut Break Through!!!!

    Now I am not guaranteeing this will work for everyone, but after 2 years I have found what was wrong with my system. For 2 years, I have shot on my XHA1 and captured on my girlfriends iMac, though I have a G5 of my own. I am currently in session and

  • How long do I have to view a movie I rent from iTunes?

    How long do I have to view a movie I rent from iTunes?