How to set each line without gap??

Hello!!
Could any one help me in setting the records in each line without gap while printing? Right now, each record gets printed with one gap inbetween. I dont want the gap, rather I want to print the records in those gap so that the page usuage will be less, otherwise double usage.
Regards
Mitto

check the Vertical Elasticity of your repeating frame and your fields. If you set it as Variable, it will not use the fixed space like it does now. Play with it and see how it works out for you.

Similar Messages

  • 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 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

  • HT2534 My iTunes does not offer the "none" in the payment type option.  Any suggestions as to how to set up account without a credit card?

    I was following article http://support.apple.com/kb/HT2534  -- it instructs me to select 'none' for payment type.
    I (my teen) do not have a credit card.  I want to download free apps and use gift cards to purchase music.
    Any suggestions as to how to set up account without credit card?
    Thank you,

    Did you follow, exactly, the instructions on the HT2534 page when creating the account ? I've just tried it on my Mac's iTunes and the instructions still work e.g. find a free app in the store, click on its free 'price' button, and on the popup click on 'create apple id' - when you get to the payment details screen you should see the 'none' option.
    Creating an account with 'none' : http://support.apple.com/kb/HT2534

  • 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.

  • Re: How to set the line height of a Label?

    In Java 8, set the graphic of the label to a TextFlow with line spacing set.
    Text text = new Text("This is my\nspaced text.");
    TextFlow flow = new TextFlow(text);
    flow.setLineSpacing(13); // default font size is 13px, so this effectively makes the text double spaced, e.g. one line of text, one blank line, another line of text, another blank line, etc.
    Label label = new Label();
    label.setGraphic(flow);
    For Java 7, I don't know how you would set line spacing for a label.

    In Java 8 you can do it even more simply:
    Label label = new Label("This is my\nspaced text");
    label.setLineSpacing(13);
    The line spacing property can also be set with css:
    .label {
    -fx-line-spacing: 13;
    Of course, none of that actually helps to do this in Java 7. If you're not wrapping the text, you can fairly easily split the text at new lines, and add a label for each line to a VBox, specifying the spacing for the VBox as required.
    If you're wrapping text, trying something similar gets ugly rather quickly.

  • How can I report how much time each "line" in TS 3.5 takes? I am using TS 3.5 and LV 8.2.1

    I am running TS 3.5 and LV 8.2.1.  I want to know how long each line is taking to run.  Is there a way to set up a global pre/post condition that would create time stamps?  I would then be able to perhaps grab some identifying property of the step and log this property and the delta-time to an output or file...etc.
    I would be very grateful for any help or suggestions.
    Many thanks!

    The time information you're looking for should already be in the ResultList»TS»Sequence Call»ResultList»TS Variable. I've attached a screenshot of this. Let me know if this is the kind of information you are looking for.
    Regards,
    Steven Zittrower
    Applications Engineer
    National Instruments
    http://www.ni.com/support
    Message Edited by StevieZ on 04-03-2009 11:34 AM
    Attachments:
    seq.png ‏53 KB

  • How to convert each line in a multi-line paragraph to one separate paragraph

    hi friends
    imagine in a word 2013 document, we have this one paragraph :
    i want each line in this paragraph have a bullet point, but the problem is when i select these four lines & click on bullet point button, only first line will have bullet point.
    i do know that i can press enter after each line so that each line be converted to a separate paragraph but need a method or trick so that i select the entire paragraph & by clicking on something, it be divided to 4 paragraphs at once.
    i googled for "converting one paragraph to multiple"  but didn't find any helpful stuff
    thanks in advanced

    I suspect the suggestion you've got from Hans is as elegant as you're going to get.
    Personally I tend to opt for making the first line into a bullet, then at the end of the line hit return (you'll get a bulleted empty line and your second line of text bulleted), then press Delete to pull the second line of text back up into its original
    place (while keeping the bullet). Repeat that for each line until they all have their bullet points, while remaining in their original format (eg without a massive space between each of them).
    But that's only because I hadn't seen Hans' method before! :-)
    hi Keith
    thanks for solution. when there are lots of line, as you know better than me, an automated method is better

  • 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

  • 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);
    }

  • How to set divider line in Project Task List?

    Hi
    Does anyone know how to set the position of the divider line in project task list?
    Thanks

    Hi,
    As I understand, you would like to customize divider line between task list view and grantt view.
    You could press F12 to locate the CSS code of this line, then customize it via CSS style code.
    In addition, the line could move by clicking it via Mouse. If you think Gantt view is not clear enough, you could click Zoom in or Zoom out to adjust it.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • How to Get Each line item Create and Approval dates for a SHOPPING CART in SAP SRM (ABAP Programming)

    Hi All,
    I have to Get Each line item Create and Approval dates for a SHOPPING CART in SAP SRM. Either a table, or any Function module, Method, please let me know ASAP. Same i can use in my Program.
    Thank you Very much.
    Regards,
    Ramesh J.

    Hi,
    Refer the below wiki link it may help you.
    Product catlog configuration for ECC - CRM - SCN Wiki

  • How to set item values without using fields in branch's ACTION block?

    Okay, I will try to say this in a easy way so it is not weird.
    I have created a button, SAVE, that has a Branch of branch type: Branch To Function Returning A Page. This is my code for the branch:
    if :P2008_NAP_SUPPORTING_MATERIALS = 'Yes' then
    return '2092';
    else
    return '2040';
    end if;
    The code for this type of branch is stored in the ACTION block of the Branch page. The ACTION block for a Branch of branch type: Branch To Function Returning A Page is different than the ACTION block for a Branch of branch type: Branch To Page Or URL.
    I need to set some item values with some specific values, which I can do with a branch type: Branch To Page Or URL. This is not possible with the branch type: Branch To Function Returning A Page. The ACTION block is totally different.
    How can I set some values on say Page 2040 from Page 2008 without using fields in the branch's ACTION block?
    Thank you in advance,
    Maggie

    Andy and Scott,
    I love seeing different perspectives in solving problems, it opens my eyes to new ways of looking at/using the tools (reserved words and 'Function returning a Page', etc.).
    One of my pet peeves has been that on branches I was limited to only 10 variables to be passed (I know, who would want more - but there was an instance where I had to pass more), and an even more frustrating time when using report Column Linking, which limits me to 3 variables.
    At least with the Branch linking I can use your suggestion Andy and add the variable setting statements into the function. I am assuming of course (and I should be able to) that I will be able to set more that 10 variables in a IF condition prior to the RETURN statement. This method will be much more understandable, for me, when looking through the branch at a later time to see what is happening, than an URL link where all the variable are strung out 'in a line' so to speak.
    I will still need to use URL Target branching on Links contained within a Column Attribute when I need to pass more than 3 variables, of which I have several places where I do this.
    Thomas

  • How to set primary line...

    Hello,
    I'm currently using a PAP2T with the two lines enabled.  I would like to configure the adapter so that all incoming calls will only come to one of the lines.  Is this possible?  How do I do this?
    Thanks,

    Hi,
    Line1 - register YES, call without registration NO (YES is also possible, but NO will cause no dialtone when registration fails), IP dialing YES
    => primary line, this one will be ringing one as sendng "regstration" makes the VoIP provider aware of the "alive" device and where to send "calls"
    => register YES makes it a "primary" line, call without registration NO makes dialtone on this line only appears when device is registerred.
    Line2 - register NO, call without registration YES, IP dialing YES
    => secondary line, not ringing on incomming calls, VoIP operator will not "know" about this line except if it's calling
    => register NO makes it a "secondary" line, call without registration YES makes dialtone sound on this line anytime and allows calls
    =================
    => IP dialing YES is not related to your problem, it's only handy "nice_to_have" feature allowing adapter/YOU to call IP address of another
         similar VoIP adapter/VoIP phone on any IP address it can directly reach ... without involving VoIP operator ... and thus free
         (this works for adapters in same network, and/or for adapter sitting on public IP addresses or with port redirects from public IP addresses)
         this can be useffull for friends - your friend has to tell you what his/her IP address/port is ... and you can call.
    For example, to call "number" 55577923 on IP address 86.97.108.209 port 5061 you will dial this on your phone :
    55577923*86*97*108*209*5061 ... (in fact, you call sip:[email protected]:5061) - if such an adapter with
    the given number shall be connected on the mentioned IP address and set SIP port to 5061, the adapters will talk directly.

  • How to view each field without blending?

    I am using a GPS time inserter which puts a time stamp on each field (2 fields = 1 frame). Using iMovie 5.0 (v94) and the "Highest" quality setting results in each pair of fields being blended. Choosing the "High" quality setting shows only the even-numbered fields. How can I individually view each field (with its associated unique timestamp) individually?
    Thanks,
    David Oesper
    Dodgeville, Wisconsin

    Thanks for the responses, Karsten and Matti.
    I downloaded JES Deinterlacer as Karsten suggested, and was able to find a more recent version (2.7.3) at
    http://www.xs4all.nl/~jeschot/home.html#DEI
    This does the trick, and now I can look at individual fields and their associated timestamp.
    Karsten, the reason I need to look at individual fields is I am videorecording fast astronomical events (such as an asteroid passing in front of a star), and I need to know the beginning and ending times as accurately as possible. Near the moment of the event, I single step frame by frame until the star disappears (or reappears) and the GPS time inserter (KIWI-OSD) shows the beginning and ending times (accurate to a millisecond) of each field. Without the JES Deinterlacer, it was like looking at the event through a picket fence, if you know what I mean!
    Thanks much,
    David Oesper
    Dodgeville, Wisconsin USA

Maybe you are looking for

  • If statement in Array values of ActiveSyncAllowedDeviceIDs

    Get-CASMailbox JLEE -ResultSize "Unlimited" if (@{Name='ActiveSyncAllowedDeviceIDs';Expression={[string]::join(";", ($_.ActiveSyncAllowedDeviceIDs))}} -ne $null) write-output @{Name='ActiveSyncAllowedDeviceIDs';Expression={[string]::join(";", ($_.Act

  • How do I stop automatic downloads?

    Okay, I redeemed some codes that came with blurays for digital copies of movies. Thing is, I have a bandwidth cap and really don't want to download them. Plus, after all, I have a blu-ray. I went into Preferences and clicked the Store tabbed and unch

  • How do I open my home page in new tab in firefox 13, like I had been doing for years?

    Since I just updated to firefox 13, I can no longer customize where a new tab opens, thanks to the new 'new tab page' feature. I've had my new tabs open to my home page for years now, it's how I'm accustomed to it, and it's frustrating that I now hav

  • TS1627 Cannot sync iphone contacts to address book.

    My iphone 4 contacts are not syncing with my address book.  I have followed the instructios about checking the sync box on the info pane.  I am not syncing my contacts to icloud.  Last time i did that, it wiped out all my contacts.  Any suggestions?

  • Parameter Query

    How to create a Parameter Query which ask the user to key in data and search the result from keyed data. I have managed to create Parameter Query in MS Database but i am struggling in SQL+ (oracle)