In repetative area after 12 lines i want  uderline and next 24,36,48......

i want  uderline and next 24,36,48......
or
*last line of the page* .under line will be apper
plz tell me experts

Do you want to display only 12 line only in a page ?
If so then mark margin in End of report - Top margin in PLD.
Also set number of lines to 12 in print preferences settings.
Also ensure PLD paper format & printer paper format should be same.
Jeyakanthan

Similar Messages

  • After selecting Line Out in preferences the next boot sends sound to internal speaker

    How can I get Line Out to to stay as default audio out preference?

    I have a very similar problem that occurs to my computer where I will return to my computer after it has gone to sleep, and sound controls do not work. All systems tones come from the internal speaker, as well. After doing a Google search, I came up with an AppleScript to make it change to the internal speaker, then go back to the line out. The script works with the default listings in the sound preferences panel, but you should be able to change it to whatever is listed in your Sound preferences pretty easily. To do it, go to Applications, Utilities, AppleScript Editor. Once there, paste in the code below into the top box. Then do a file, save as. I would change the File Format to Application and save it on your desktop. You could create then a shortcut in your dock to launch it whenever sound is not working right. The script follows this (copy it all from the first tell to the quit):
    tell application "System Preferences" to activate
    tell application "System Events"
    get properties
    tell process "System Preferences"
    click menu item "Sound" of menu "View" of menu bar 1
    delay 2
    set theRows to every row of table 1 of scroll area 1 of ¬
    tab group 1 of window "sound"
    set theOutputs to {} as list
    repeat with aRow in theRows
    if (value of text field 1 of aRow as text) ¬
    is equal to "Internal Speakers" then
    set selected of aRow to true
    exit repeat
    end if
    end repeat
    end tell
    end tell
    tell application "System Events"
    get properties
    tell process "System Preferences"
    click menu item "Sound" of menu "View" of menu bar 1
    delay 2
    set theRows to every row of table 1 of scroll area 1 of ¬
    tab group 1 of window "sound"
    set theOutputs to {} as list
    repeat with aRow in theRows
    if (value of text field 1 of aRow as text) ¬
    is equal to "Line Out" then
    set selected of aRow to true
    exit repeat
    end if
    end repeat
    end tell
    end tell
    tell application "System Preferences" to quit

  • There are horizontal white lines through display picture, and some vertical blue lines. sometimes screen is all black, sometimes whited out, sometimes half white lines, half completely unvisible. white lines have spread from just a few on top

    i just want to know if anyone has encountered this problem and if it is worth getting fixed/looked at. its an older nano so im thinking about just buying an itouch. any help is greatly appreciated!!

    Hi, and welcome to Apple Discussions.
    Problems like this can be caused by a cable pinched in the hinge. When you start seeing the display problems, does adjusting the angle of the display make a difference?
    There is a known logic board fault in this model iBook which resulted in the iBook Logic Board Repair Extension Program. However, in my experience, if the logic board is involved with display anomalies, it causes the system to freeze up, necessitating a hard shutdown and waiting several hours for a restart. Another symptom of the logic board problem is if pressure on the case to the left of the trackpad on the left wrist rest improves the situation.
    Based on my experience, it sounds more like a cable caught in the hinge, since you're not seeing system freezes. Let us know if adjusting the display's angle (a bit forward or a bit back) makes a difference.

  • There are a few extensions i want deleted and/uninstalled nothing i do seems to work HELP how do i delete/uninstall them

    i have a few tool bars that i've been trying to delete for a few weeks, i also have been trying to delete a few extensions that just wont go away now i cant get rid of some add ons i have deleted them their all still there disabling them dose nothing

    See:
    * http://kb.mozillazine.org/Uninstalling_add-ons
    * http://kb.mozillazine.org/Uninstalling_toolbars

  • Why is there not an ihome compatible with the iphone 5  long after the release of the phone and next ten apple products

    i absolutley hate the adaptor for the iphone 5 it will only charge my phone and will not play music through my dock where is the new ihomes for the next gen apple products

    Or talk to the store manager or Apple Customer Relations and explain that you brought the phone in twice before the warranthy expired for the same problem and that there was no permanent solution, though if clearing out the debris fixed it previously, it's perhaps unlikely that they'll think it a defect. You can try, though. Just complaining here will accomplish nothing since we're all fellow users in these forums.
    Regards.

  • 6th Gen nano has thin white line around the icons and wont respond to touch

    Hi
    I sent away my 1st Gen nano and got sent one of the 6th Gen ones. When recieved there are thin white lines around the  icons and the screen doesnt not respond to touch. I have reset and reset and nothing has worked

    Sounds like VoiceOver has been enabled.  See this article for instructions on turning it off.
    iPod nano (6th generation): How to use VoiceOver
    B-rock

  • How to give a page break in alv grid display after 65 lines are displayed?

    hi all,
    I need to give a page break in alv grid display after 65 lines are displayed on each page...Please help me with this...

    hai
    give this command beging of the report name... u have to diclar the beging of the report ......
    <b>report</b> ( name of the report)  <b>standard page heading line-size 200 line-count 65.</b>
    ex1.:- report name is  rtpm_trl_show_flows 
    report <b>rtpm_trl_show_flows </b> no standard page heading line-size 200
                                                         line-count 65.
    ex:2
    report  <b>zlpur01</b> no standard page heading line-size 200
                                                         line-count 65.
    type-pools: slis.
    tables: bkpf.
    selection-screen begin of block sel with frame title text-001.
    select-options: s_comp for bkpf-bukrs, " Company
                    s_valut for bkpf-budat. " Invoice Date
                   S_MTART FOR MARA-MTART. " Material Type
    selection-screen end of block sel.
    parameters: p_vari like disvariant-variant. " ALV Variant
    constants: formname_top_of_page type slis_formname value 'TOP_OF_PAGE'.
    data:   i_bseg type bseg  occurs 0 with header line.
    data: vatval type p decimals 2 value '0.15'.
    data: xhkont type string value '154000'.
    data COM type c.
    data: begin of invt occurs 100,
            budat like bkpf-budat, " Inv Dat
            bukrs like bkpf-bukrs, " Material
            STCEG like bsak-STCEG, "name of the companycode
            belnr like bkpf-belnr,
            xblnr like bkpf-xblnr, " Inv Reference
            ebeln like rseg-ebeln, " PO number
            lifnr like bseg-lifnr, " Vendor No
            name1 like lfa1-name1, " Supplier Name
            matnr like bseg-matnr,
            maktx like makt-maktx,
            stcd1 like lfa1-stcd1, " Supplier VAT REG NO
            xamt like bseg-dmbtr, " TAX amt
            yamt like bseg-wrbtr,
            wrbtr like bseg-wrbtr, " Base amount
            mwskz like bseg-mwskz,
            dmbtr like bseg-dmbtr, " TAX amt
            gjahr like bkpf-gjahr,
            hkont like bseg-hkont,
            zamt like bseg-dmbtr, " TAX amt
            wamt like bseg-dmbtr,
            shkzg like bseg-shkzg,
            shkzg1 like bseg-shkzg,
          end of invt.
    regard
    nawa

  • Hi, I have a problem with my ipad, I want to restore it but I can not. When I plug the ipad (off) it is not recognized by itunes, I turn the ipad, There are apple and the apple after you see the usb cable and itunes logo for just 1 minute and turns off an

    Hi, I have a problem with my ipad, I want to restore it but I can not. When I plug the ipad (off) it is not recognized by itunes, I turn the ipad, There are apple and the apple after you see the usb cable and itunes logo for just 1 minute and turns off and is no longer recognized by itunes.
    thank you for your help.

    Hi there beni_m,
    You may find the troubleshooting steps in the articles below helpful.
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/ts3281
    iOS: Device not recognized in iTunes for Mac OS X
    http://support.apple.com/kb/ts1591
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    -Griff W. 

  • HT4641 after modifying a document in Pages I found that there are horizontal lines across every line break when opened and saved it in DropBox.  Does anyone know why?

    after modifying a document in Pages ON MY IPAD AIR I found that there are horizontal lines across every line break when opened and saved it in DropBox.  Does anyone know why?

    Thanks a lot for your swift response. And sorry if it was a bit too hectic to go through my detailed query (which I did because it was misunderstood when I asked previously). As I've mentioned above, I was informed that updating to 5.0.1 would '''require''' me to '''delete''' the current version and then install the new one. And doing so will involve losing all my bookmarks. I guess I should have been more specific and detailed there. By losing, I didn't mean losing them forever. I'm aware that they're secured in some place and deleting and installing the software doesn't harm its existence. What I meant that if I install the new version, I'd have to delete the old one. And after installing the new version, I'd have to transfer them (bookmarks) back from wherever they are. Get it? When it updated from 3.6.9 to 3.6.13, and from 3.6.13 to 3.6.18, I didn't need to follow that process. They were already present on their own.
    BTW, I'm having no problems with 3.6.18 but after learning about the existence of version 5.0.1, I'm a bit too eager to lay my hands over it.
    Thanks for your help; hope this wasn't extremely long.

  • When paste to vim xterm, blanks lines are added after each line

    Need expert's help:
    When I copy from windows Firefox to my vnc's vim xterm, somehow after each line, several blank lines are added after every single line/paragraph. This is really annoying!
    I don't know how to solve it. I changed a my .vimrc to a very simple one, still not working.
    thanks!
    Qian

    You may have a fileformat problem.  I'm pretty sure this will work but I only did one small test.
    To display the current vim fileformat – this should return either 'dos' or 'unix'.
    :set ff
    Vim usually correctly sets the fileformat automatically upon opening a file but will default to using 'unix' if the format can't be determined.  After pasting the text, try the command,
    :update
    'update' will save the file only if changes to the buffer have occurred.  This command may change the fileformat and all the line endings are now CR-LFs (CR=carriage return; LF=line feed).  Check the fileformat again with
    :set ff
    If ':update' didn't change the line endings, or the file is now a mix of CR-LFs and LF-only line endings, try this,
    :e! ++ff=dos
    This should force rereading the buffer as a dos (Windows) format and properly display the lines. All line endings should now be CR-LF.  You can then manually set the fileformat to 'unix' with
    :set ff=unix
    and finally, save the file with
    :w

  • After purchasing the 9.99 plan and you decide that you do not want to use it anymore, do you use loose your photos?  Are you able to save them your hard drive and such?

    after purchasing the 9.99 plan and you decide that you do not want to use it anymore, do you use loose your photos?  Are you able to save them your hard drive and such?

    But all the adjustments that you apply in Lightroom, if you do not export to a rasterized format, will be inaccessible.  You'll still have your catalog file, for if you want to re-inlist in the future, but it won't do anything for you without Lightroom.  The same thing will go for Photoshop files like PSD, but obviously if you save to standard image formats you'll be fine.
    It's one of the issues that keeps me away from the plan.  Not being able to edit individual files in PS is one thing, but Lightroom is a photo organization system.  I don't want to rent the system I use to organize 10s of thousands of files.

  • Truncate text after first line in TextFlow

    I have a TextFlow object which is rendered in a Sprite with multiple lines.
    For a compact display I now want to display only the first line, followed by 3 dots (...).
    I didn't find a good approach so far.

    There is some support for truncation.  It's limited to label use cases and requires using the TextLine factories.  There is no support for editable text with truncation.   Example below.
    Hope that helps,
    Richard
    ADOBE SYSTEMS INCORPORATED
    Copyright 2011 Adobe Systems Incorporated
    All Rights Reserved.
    NOTICE:  Adobe permits you to use, modify, and distribute this file
    in accordance with the terms of the Adobe license agreement
    accompanying it.  If you have received this file from a source
    other than Adobe, then your use, modification, or distribution
    of it requires the prior written permission of Adobe.
    package
        import flash.display.DisplayObject;
        import flash.display.Sprite;
        import flash.display.StageAlign;
        import flash.display.StageScaleMode;
        import flash.geom.Rectangle;
        import flash.text.StyleSheet;
        import flash.utils.ByteArray;
        import flashx.textLayout.container.ContainerController;
        import flashx.textLayout.conversion.TextConverter;
        import flashx.textLayout.elements.TextFlow;
        import flashx.textLayout.formats.TextLayoutFormat;
        import flashx.textLayout.factory.StringTextLineFactory;
        import flashx.textLayout.factory.TextFlowTextLineFactory;
        import flashx.textLayout.factory.TruncationOptions;
        [SWF(width="500", height="500")]
        public class Truncation extends Sprite
            public function Truncation()
                stage.align = StageAlign.TOP_LEFT;
                stage.scaleMode = StageScaleMode.NO_SCALE;
                // sample of truncation with the StringFactory
                var stringFactory:StringTextLineFactory = new StringTextLineFactory();
                var stringSprite:Sprite = new Sprite();
                stringSprite.x = 25; stringSprite.y = 25; addChild(stringSprite);
                // this bounds has no maximum height
                stringFactory.compositionBounds = new Rectangle(0,0,200,NaN);
                stringFactory.text = "This is an extremely long and overly verbose string of text that I would like to see trunctated.";
                // truncate after two lines
                stringFactory.truncationOptions = new TruncationOptions(TruncationOptions.HORIZONTAL_ELLIPSIS,2);
                stringFactory.createTextLines(function (obj:DisplayObject):void { stringSprite.addChild(obj); });
                // sample of truncation with the TextFlowTextLineFactory
                var flowFactory:TextFlowTextLineFactory = new TextFlowTextLineFactory();
                var flowSprite:Sprite = new Sprite();
                flowSprite.x = 25; flowSprite.y = 75; addChild(flowSprite);
                // this bounds has no maximum height
                flowFactory.compositionBounds = new Rectangle(0,0,200,NaN);
                // truncate after three lines with a big red ellipsis
                flowFactory.truncationOptions = new TruncationOptions(TruncationOptions.HORIZONTAL_ELLIPSIS,3,TextLayoutFormat.createTextLayoutFormat({ fontSize:24, lineHeight:0, color:0xff0000 }));
                flowFactory.createTextLines(function (obj:DisplayObject):void { flowSprite.addChild(obj); },TextConverter.importToFlow(Data.markup, TextConverter.TEXT_LAYOUT_FORMAT));
    class Data
        public static const markup:String = "<TextFlow xmlns='http://ns.adobe.com/textLayout/2008' fontSize='10' textIndent='15' paragraphSpaceAfter='15' paddingTop='4' paddingLeft='4'>" +
            "<p>The following excerpt is from Ethan Brand by Nathaniel Hawthorne.</p>" +
            "<p><span>There are many </span><span fontStyle='italic'>such</span><span> lime-kilns in that tract of country, for the purpose of burning the white marble which composes" +
            " a large part of the substance of the hills. Some of them, built years ago, and long deserted, with weeds growing in the vacant round of the interior, which is open to the sky," +
            " and grass and wild-flowers rooting themselves into the chinks of the stones, look already like relics of antiquity, and may yet be overspread with the lichens of centuries to come." +
            " Others, where the lime-burner still feeds his daily and nightlong fire, afford points of interest to the wanderer among the hills, who seats himself on a log of wood or a fragment " +
            "of marble, to hold a chat with the solitary man. It is a lonesome, and, when the character is inclined to thought, may be an intensely thoughtful occupation; as it proved in the case " +
            "of Ethan Brand, who had mused to such strange purpose, in days gone by, while the fire in this very kiln was burning.</span></p><p><span>The man who now watched the fire was of a " +
            "different order, and troubled himself with no thoughts save the very few that were requisite to his business. At frequent intervals, he flung back the clashing weight of the iron door, " +
            "and, turning his face from the insufferable glare, thrust in huge logs of oak, or stirred the immense brands with a long pole. Within the furnace were seen the curling and riotous flames, " +
            "and the burning marble, almost molten with the intensity of heat; while without, the reflection of the fire quivered on the dark intricacy of the surrounding forest, and showed in the " +
            "foreground a bright and ruddy little picture of the hut, the spring beside its door, the athletic and coal-begrimed figure of the lime-burner, and the half-frightened child, shrinking " +
            "into the protection of his father's shadow. And when again the iron door was closed, then reappeared the tender light of the half-full moon, which vainly strove to trace out the " +
            "indistinct shapes of the neighboring mountains; and, in the upper sky, there was a flitting congregation of clouds, still faintly tinged with the rosy sunset, though thus far down " +
            "into the valley the sunshine had vanished long and long ago.</span></p></TextFlow>";

  • Getting Trapped In Contracts after Frustrating Lin...

    This is a bit of a 2 part post. The first section concerns the incompetence and repeated failure to setup the line with the correct phone number several months ago and the frustration of getting that sorted with their shameful customer service. The second part deals with my experience today in trying to downgrade my broadband to a cheaper deal only to be told I would have to signup to another 12 month contract on the broadband.
    The Initial Phone Line Setup Fiasco
    I used to live in down south and had a 18 month Total Broadband package (BB and Phone) which started on the 25th February 2009. Due to personal circumstances I had to move back to my parents house in January 2010. As I had some months left on my contract I contacted BT in December to see if I could transfer my account to my parents' house and keep the number, their phoneline was with Talk-Talk. I was told this was no problem and that I would need to get my parents to cancel their Talk-Talk account on a certain day and then I could move my account over on the next day. This sounded fairly painless...
    We set the wheels in motion with Talk-Talk ending their account on 19 Jan 2010. I then contacted BT again to get them to transfer my account on the following day (20 Jan 2010). At this point I was then told I had to take another 12 month line rental contract out, which was annoying, but was told the broadband didn't have to be renewed and could let the 18 months on the broadband run on. While the 12 month renew on the phone line was annoying the fact that I could keep the old number was quite important.
    So the 20th Jan 2010 came, and the phone and broadband was active... great... except that our phone number had completely changed!!! I got straight onto BT and told them the problem, they apologised and said they would get it sorted for the 26th. The 26th came, and our number was changed again to a completely different number, again I called BT explained the situation again and was assured that it would not happen again and it would be fixed on the 1st Feb... As you can guess on the 1st of Feb the number changed again to a completely different one. By this time I was completely losing my rag as we have an elderly relative in the house who needs care and attention which messes up any imcomming calls for appointments or carers. I did manage to get through to a English call centre this time, explained the disgusting service I had received and was told they would correct it on the 4th Feb.
    Well the 4th of Feb came, and as you already know the phone number was changed to a new completely different number. This time I'm afraid the red-mist came down and had a rant at some poor customer service guy and asked to be put through to a manager. Finally I did manage to get through to a helpful chap at Newport, Wales who managed to get my original number back on the line within a few hours.
    So basically I had 4 or 5 different phone numbers within the space of a couple of weeks, having to repeat myself and the story to different people every time I rang up, always being told it woould take 4 days or so for the order to go through and fix (even though the finally I found someone who fixed it within a few hours). While this may read as a not too serious problem words cannot describe how annoyed I was and the countless hours of waiting on hold and repeating the same thing over and over again to different people.
    I also sent them a letter to their Durham office, but never received a reply on this issue...
    Trapped in Renewal Cycles
    So having read the above you would think I've done my time of fulfilling the 18th months of broadband contract which should have run out 25th Aug 2010, so today I rang BT to see if I could downgrade the broadband package to the cheapest option since my parents dont use the broadband that much and I am away from home alot and still have to wait until 20th Jan 2011 before the end of my phone line contract (which I had to restart 20th Jan 2010 when I moved the account).
    After explaining what I wanted to do to the service rep, he then proceeded to try and sell me a broadband vision package on a 24 month contract. I explained I didn't want it and just wanted to move my broadband to the cheapest option. After some time he then said he would have to transfer me to another dept. So back on hold again for another few minutes... Explained again to a different person and was told I could move to the cheaper option only if I took out another 12th month contract on the broadband. So basically this would extend me into late 2011. I didn't bother with this as I didn't want to get trapped into another contract and then asked when my current land line contract expires so I can get the **bleep** away. He told me 25th Feb 2011... so it looks like when you move earlier than your current contract ends they add the next 12 month contract onto the end date of the previous one, otherwise I would have expected to be able to finish on the 20th Jan 2011 (the 1 yr anniversary of my current contract)
    Suffice to say my experience with BT has been unpleasant, bordering on disgraceful. I seriously dont know how they can operate like this, incomptentant customer service and locking people into rolling contracts. I used to think BT was the flagship provider in the UK, but am looking forward to the day I can leave them.

    Hi Simon999,
    I am sorry to hear of your experience with BT recently.  I would like to help you with this.
    Can you please drop me an email to the address in my profile, include your BT account details and the link to this post.  I need to take a look at your account to see what can be done.
    Cheers
    Sean
    Ps Welcome to the forum
    BTCare Community Manager
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • Deleting Conversations after chatting?  Dont want them to show up again

             I really like the Imessages beta application, but when I am done with a conversation and close it or delete it, the next time the person contacts me the history is there.  How to I keep it from bringing up recent conversations?  Much like the iphone, when you swipe and delete the converation its gone??
    Thanks..

    Hi,
    Messages beta seems to be also keeping iMessages syncs in your Home Folder/Library/Messages
    Go to the Finder > Go Menu and hold down the ALT key and then select Library that appears.
    In there select Messages and open it.
    The Attachments folder seems to deal with Pics-in-Chats and the like.
    The various Chat.bd.xx files seems to be the sync info.
    It seems that messages calls things back from this folder despite also storing Chats of any sort - now by default - in your Home Folder/Documents/iChats (this is the default place for iChat and you may have changed this)
    The iChats folder contains sub folders by date.
    There is no setting to change this behaviour only this manual work around.
    I would open the Chat.db files with TextEdit to make sure you are deleting what you want.
    I have not found a way to delete just certain bits and keep others.
    9:30 PM      Saturday; April 21, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Crystal 2008: Text, Can Grow=true, Max Lines=0, truncated after 2 lines

    I have a fairly simple, grouped report with a handful of fields in each Detail section, one of which is a note/text field.  I put the text field on its own line and set Can Grow = true, max lines = 0 so that it will display what it needs to display.
    This happens to be a crystalreports.com report using data coming from Salesforce, and I can see in the source report that I have about 7 lines of text for one of my groups, but crystal is truncating it after two lines, and in the middle of a word.
    The word ('for') doesn't have any obvious special characters in it, so I'm guessing that there's some sort of character limit that I'm bumping up against.
    I have another record that is returning more than two lines, though; are there particular characters that could cause this?  I can scrub the data and/or put Salesforce Validation Rules in place to try and prevent them from getting in.
    Any suggestions would be appreciated.
    Duncan

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

Maybe you are looking for

  • SharePoint 2013: Edition requirement for multi tier setup.

    Dear all, I am planning to setup a high availability 3-tier SharePoint farm. My question is which edition of SharePoint 2013 should i purchase? Standard version or enterprise version? My requirement is just a simple document management system. Any he

  • Pdf attachment will not open or cannot find

    Recently downloaded new Reader. pdf does not open for me to see. Will download and I have the option to open or save. either way it shows these functions happen, but I cannot find the pdf, even if saved to desktop to open later. Cannot open files or

  • Update the embedded field

    we have following problem: class A has class B as embedded attribute. If we write: tx1: a = readA(); tx2: a.b.setName("new Name"); makePersistent(a) the changes in field "name" will not be saved. If we write: tx2: a.b = new B("new Name"); makePersist

  • Time Machine filled 300GB HD Now what?

    Hi ! I am new to Leopard....! My Time Machine is full after backing up since March 11th. I have deleted the only choices I seemed to have ... systems, library and finally Backup. Still I only have 4GB left on a 300GB hard drive. I don't know how to e

  • Output from lsscsi

    Hi, I have run lsscsi and am wondering what some of the SCSI devices identified, actually are lab3.nms:/usr/bin>lsscsi [0:0:0:0]    disk    Generic- Compact Flash    1.00  /dev/sda [0:0:0:1]    disk    Generic- SM/xD-Picture    1.00  /dev/sdb [0:0:0: