PRINTING LINE IN TEMPLATE

Dear all,
I have one requirment in smartforms there are one template,in that template there are 5 lines.Now if there are no content in fifth line then lfifth line is showing empty but it accupies the space in page.Now I want if the content of fifth line is empty then space should not be accupied..
please suggest me.
Regards,
Amar

Hi,
Then you need to use a table not a template.  At template has a static size, regardless of what data populates it, if you want the size to be dynamic you need to create a table.
Regards,
Nick
P.S. Your title breaks the forum rules.

Similar Messages

  • Print header/footer template bug?

    Using:
    Win 7 Ultimate
    Primavera P6 Professional R8.2
    Release: 8.2.0
    ID#:1926
    I cannot type an "s" in the print header/footer template, because it causes the cursor to exit the text editor and highlight the Show Section Divider Lines checkbox. Anyone else?
    Dario

    I use Win7 also, and had the same issue with non working 'S' key. It was driving me crazy.
    The solution mentioned above seems to work. You go into the HTML text (button) settings and then without changing any text settings you immediately go straight back out of the HTML settings. You then enter or paste in your text into teh footer.
    Note that I have also experienced this same issue in the header.
    However, has anyone heard of a permanent fix on this yet ?
    Edited by: Andrew Way on 16/10/2012 02:03
    Edited by: Andrew Way on 16/10/2012 02:05

  • How to print multiple Smartform Templates

    Good day Gurus,
    I have 5 Smartform templates combined in one program. During printing if 1 data for each template is available, The pop-up screen also appears 5 times for me to print the templates. My question is how can I print the 5 templates using 1 pop-up screen. What I want is after pressing the PRINT button, all of the templates will automatically print.
    Note that P_V_CONTRACTTYPE varies depending on the template to be used. That's why this procedure appear 5 times also.
    For the controls, these are my inputs.
    - control-no_dialog = ' '.
    - control-preview   = ' '.
    - w_aux-tddest      = 'LP01'.
    determine smartform function module for service request
      call function 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname           = p_v_contracttype
        IMPORTING
          fm_name            = lf_fm_name
        EXCEPTIONS
          no_form            = 1
          no_function_module = 2
          others             = 3.
       MESSAGE 'For Multiple Contracts, Only First 10 pages will be displayed.' TYPE 'I'.
      call function lf_fm_name
        EXPORTING
           output_options     = w_aux
           user_settings      = space
           control_parameters = control
          it_noutput          = it_noutput2
          var_lessee_rep      = var_lessee_rep
          var_uses            = var_uses
          var_basic_monthly   = var_basic_monthly
          var_secdep          = var_secdep
          var_lessee_add      = var_lessee_add
          var_other_charge    = var_other_charge
        TABLES
          it_lessee_rep       = it_lessee_rep
          it_noutputrent      = it_noutputrent
          it_uses             = it_uses
          it_basic_monthly    = it_basic_monthly
          it_percentage_rent  = it_percentage_rent
          it_secdep           = it_secdep
          it_noutputrentB     = it_noutputrentB
          it_lessee_add       = it_lessee_add
          it_other_charge     = it_other_charge
          it_noutput          = it_noutput2
           it_adv_rent         = it_adv_rent
        EXCEPTIONS
          formatting_error    = 1
          internal_error      = 2
          send_error          = 3
          user_canceled       = 4
          others              = 5.
    Thanks in advance.

    Use tdnewid in the control parameters to create spool number on each template.

  • How to print a web template in background

    Hi experts,
    i want to print a web template which includes 4-5 Queries over a background job for different Profit Centers (for example, for all Profit Centers that are in Region Europe)?
    How can i simply achieve this ?
    Thanks.

    Hi Arun,
    web template have a variable, that is Profit Center
    Now user wants to give on web, only Region = Europe, not Profit Center. (Region is an attribute of PC)
    Then he wants to have for each Profitcenters in Europa (let say 50 PCs) a seperate printout.
    Now he should call the report 50 times for each profit center should click on Print Button...
    Cheers

  • How to print line item 2times in two different main window in Sap Script

    Hi,
    I am designing check printing form using Sap script. I need to print line items 2times in different 2main window.can yu pls explain  how print like this.
    JK

    i cud not get ur query..pls elaborate

  • Printing line items in next line smartforms

    how to print line item description in next line...
    suppose
    i have line item description as
    "this is description of line item"
    then i need to print as
    "this is"
    "description of line item"
    in two lines......
                so that no trunkation takes place please reply me ....

    Use offset
    v_text(20)
    in the second line use
    v_text+20(40)
    If this does not work
    then declare two more fileds
    and write the code
    v_text1 =  v_text(20)
    v_text2 = v_text+20(40)
    and print the new fields
    Reward points if useful,
    Regards,
    Nageswar

  • Print Report without Template

    Andy,
    Continue on to my question on thread: create a free form report, the problem with print the browser is the template will show up. I have Theme 15 and two level tabs. All my readings seem to tell me that I need to install BI publisher or XSL-FO to print out the form formally. If not, what do I do to print without the template showing?
    Thanks,
    Yivon

    Hi Yivon,
    If you go to Shared Components, Themes and click Edit Theme (in the Tasks list on the right), and select your theme, you will see a section called "Component Defaults". In there, is a setting for Printer Friendly Page. The template shown there is the one that will be used when you add the YES parameter to the end of the URL. Typically, this is just called "Printer Friendly".
    If you want, you can create your own Printer Friendly page, but the default one should normally be ok with a slight adjustment. If you go the that page template, you'll see that things such as tabs are not defined but what we do need is add a #NAVIGATION_BAR# setting somewhere (see below).
    Now for the Print and Back options.
    Very often, Print is a Navigation list item. Go to Shared Components, Navigation Bar Entries. Click Create. Give the new item an sequence number and a Text value of Print then click Next. Leave the Target Type as "Page in this application". Set the Page value to &APP_PAGE_ID. (which is the current page) and tick the Printer Friendly checkbox. Then click Next then Create. You can create the Back option in exactly the same way, except that you leave the checkbox unticked.
    Each item on the navigation bar can be conditionally displayed based on the value of a PRINTER_FRIENDLY application item that Apex maintains for you. The value of this will either be YES or NO. Just use the "Value of Item in Expression 1 = Expression 2" condition and put PRINTER_FRIENDLY in Expression 1 and either YES or NO in Expression 2. Neither setting should use quotes.
    Now you need to ensure that the navigation list is displayed on the Printer Friendly page template. This needs to be done somewhere near the top of the Body setting on the template. How this is done will depend on your theme. For example, using Theme 3, I have changed the start of the Body setting from:
    <table summary="" cellpadding="0" width="100%" cellspacing="0" border="0">
    <tr>
    <td valign="top">#LOGO##REGION_POSITION_06#</td>
    ... etc ...to:
    <table summary="" cellpadding="0" width="100%" cellspacing="0" border="0">
    <tr class="navrow"><td colspan="3" valign="top" align="right" class="t3NavBar">#NAVIGATION_BAR#</td></tr>
    <tr>
    <td valign="top">#LOGO##REGION_POSITION_06#</td>
    ... etc ...This adds a new row to the top of the body's TABLE tag. Note that I have given this row a class name of "navrow".
    Now, we can use a special feature of CSS styles. Any style can be created to be used only when the object being styled is displayed on screen or sent to the printer or both (which is the default, of course).
    In the Header setting, after the #HEAD# string, we can add in printer only styling for the "navrow" class:
    ... everything above #HEAD# ...
    #HEAD#
    <style type="text/css" media="print">
    .navrow {display:none}
    </style>
    </head>
    ... everything after </head>Now, when the page is being printed, everything on the navigation row is hidden.
    I have done this on this page: [http://apex.oracle.com/pls/otn/f?p=41075:1]
    Andy

  • Printing a Dynamic Template !!

    Hello ,
    I have a user requirement to print the Dynamic Template excel with the selected parent node (costcenter) and all the nodes below it one by one .
    example :
    Parent node  = XX1
         Child nodes          XX2
                                           XX3
                                           TT3
                                   YY2
                                            QQ3
                                    ZZ2
                                            DD3
                                            EE3
                                            CC3
    User requirement : when he/she selects the parent node XX1 and opens the Dynamic template and print it . It should also print the next level child nodes XX2 , YY2 & ZZ2 .   Would like to know if this is even possible ?  If yes , how can we achieve this ?
    regards
    Ram

    Thanks for the quick reply Roberto/Bpc user,
    My User requirement is that he wants more flexible printing with dynamic report though its excel . He wants to select a top node ( member ) and be able to get the resultset not just for the top node selected but also all the nodes below in seperate excel Tabs . I am dont think its feasible.  But then someone mentioned about E-publish and printing multiple reports . So my question ..is there a way we select the Parent node and it passes all the Subchild lvl1 nodes in separate pages of the same report and print them to pdf or printer ?
    Any suggestions on Printing the reports will be much appreciated.
    Regards
    Ram

  • Color Laser 2605dn Prints Lines on Pictures

    Color Laser 2605dn Prints Lines on Pictures.
    Normally all txt prints ok but I cannot get rid of the horizontal and vertical lines ( if the image prints vertical) on all images that it prints.
    I rarely use this printer.  I have gone under settings/print quality and calibrated but it does not fix the problem.
    Please help.
    Thank you.
    JB

    Looks like a high voltage power supply issue with the black only.  Since the laser/scanner on this model uses 1 motor for 2 colors that would eliminate the laser/scanner.  Repair by a repair shop may cost more than the printer.  Only suggestion I can give to is do a google search for the service manual and download it.  Look for instructions for the removal of the high voltage ps and remove it and then put it back in.  There is always the possibility one of the connectors has become loose and is causing the issue.  Good Luck.

  • Printing Line by Line on Passbook Printer PR4

    Does anybody have any java code of printing utility tool to print line by line ({color:#ff6600}By using graphics{color}) on the printer? Is there any way to send graphics to be printed line by line to the printer by using java?
    Please help.
    Edited by: Dudley on Mar 13, 2009 1:55 AM

    Now lots of printer is usb port. So it can be done by using parallel printer command in usb printer. My problem now is print one line at a time and the paper still in the usb printer, and next time it will keep printing when I send some information to the usb printer.
    http://www.vitst.com
    Virry Test & Control
    LabVIEW Certified Developer

  • To print line item number in workflow message

    Hi Experts ,
    I want to print line item numbers of a sales order in a single workflow message .
    Can this be achieved ?
    I am generating WORKFLOW item , for a sales order , and want certain line item numbers to appear on the WORKFLOW message .
    Something like Sales Order XXXX  has line item 20  30 50 .
    Regards,
    Sunitha

    1. Enhance appropriate custom BOR Object.
    2. Create one Attribute which will gives you String output - Write program to this attribute to fill the string will all relevant texts for example : Line Items 10, 30, 54, 89.
    3.  Place this string in your work item description. So that your work item / email will carry this string under certain conditions.
    you many need to handled exception.
    Example -
    Dear User.
    Please Check the Sales Order 23456. The below line items went for Delivery block.
    Line Items 10, 30, 54, 89.
    Regards,
    Admin
    All the best,
    Vamsi

  • Print a Web Template with Web Application Designer 3.X

    Hello
    I would know how I can print a web template made with Web Application Designer 3.X and that it is in the Intranet.
    Actually I'm printing that page with the option of the browser (Internet Explorer) but it print only I see, no print all the chart and the rest of the columns.
    How can I print all the data that compose  the web template?
    Thank you.

    Hello Sharath,
                         First check whether you have change authorizations for WAD, check you user name is added in the role for web templates and also check the authorizations.
    then in the web template in the menu bar go to view option ,select web items and properties , so that you can find them in the left hand side, then replace the chart item with the table and assign the query to the table.
    hope it is clear,
    assign points if useful.

  • Trying to print from a template, image cutting off

    I am creating a brochure using the "Classic Brochure" template. (three fold)  My document looked fine in the print preview, but when printing, it would cut off the top, bottom and right margins.  I used the template so I could didn't have to rely on my layout skills.  I wanted to see if the mess up was me, so I printed the sample template. It's also cutting it off.  This particular design has borders all around so lining it up correctly is really important.
    Does anyone know what I'm doing wrong?

    Do you have a borderless option? Look in File > Pages setup > Paper size.
    It would be nice if you told us which Pages version you are using. Say it in numbers

  • PLD Do Not Print Line if field== 'N'

    This may have been asked before but I can't find an answer. New to SAP & PLD.
    Working with PLD, I have a UDF field in table 'A/R Invoice - Rows' to indicate whether a line should be printed or not, 'U_PrintLine'. I am trying to get this within the Invoice form to be something like this:
    If F_300 == 'N' Then
    Do Not Print Line
    Else Print Line
    EndIf
    What is the easiest way of incorporating this with a 'Repetitive Area' of a PLD form?
    Thanks,

    I now realize that you want to suppress the whole line of data instead of a LINE. That would be more difficult.
    Basically, you may link all fields in the line with a conditional formula F_300 == F_301.
    Here F_300 is your UDF and F_301 = 'N'. The formula should be in another field say F_302.

  • Since updating to 10.6.8 my Canon LBP3100B printer is only printing lines and no text??

    Hi there
    I hope someone is able to help me. I recently did a Software update to 10.6.8 and my Canon printer LBP3100B is now only printing lines & pictures (no text)
    I had a look on Canon's website and their newest driver is for 10.7 but i'm only on 10.6.8??
    Not sure what to do or if anyone else has had this problem.
    Why can't companies make their products more compatible with Macs? Sigh...

    deibu wrote:
    I have exactly the same problem since last weeks's 10.6.8 update, but with a Canon ip4500 printer.
    Unfortunately,  the v3.31 CAPT driver mentioned above is not for 10.6.8 or my printer, but thanks for trying Pahu.
    The CAPT v3.31 driver does work on 10.6.8 but the driver is for certain laser models of Canon printers and All In Ones, such as the LBP3100B that the OP has. I never said it was for the inkjets so I'm not sure how you thought that I did.
    deibu wrote:
    There doesn't seem to be any sign yet of Canon updating their 10.6.8 drivers, and the latest Apple update today didn't help either, although it apparently included a bug fix for other printer problems.
    The 10.6.7 and subsequent 10.6.8 updates did not introduce the 'no text printing' issue that the Canon laser devices experienced. If the iP4500 is not printing text then it may have simply run out of black ink. And note that this model has two black tanks. The PGI-5Bk which is for printing text and the CLI-8Bk which is used for photos. So run a nozzle test to see if all the colours are printing correctly.
    If both black tanks are working fine then try removing the printer from Print & Fax and adding it again. This can often help when printers stop working. Also, restarting the printer itself can often help resolve non printing issues.

Maybe you are looking for

  • Sort of day events in calendar

    Has any one been able to sort the items for a day? For example: I have 4 lines for a day: Shift 1 - 1 Shift 2 - 2 Shift 3 - 3 Shift 4 - 4 I've been unable to display the Shift in order. I have tried using Order by, but this does not help. Every Day s

  • Should I return my iPhone 5?a

    Alright, so I have an unlocked iPhone 5 in Canada with the 2 year Apple Care thing on it, which cost about $100 and it expires in August this year (2015). Should I take my iPhone into the Apple Store and get them to exchange it? I was told when I bou

  • Special Consignment scenario ??????????????

    Hello All I am working with Consignment scenario The customer has a scenario that when I am creating a consignment fill up order to a customer when they want to issue the consignment they are putting a different customer so the system is not issuing

  • Grayed out option

    This is basic!!!! but with XP this did not happen. Now using Vista (&*%^$#@&%) and when I attempt to save an html file from within DW the "save" option is grayed out, if I close it then when asked it still does not save the file. What in hades do I n

  • Screen display enlarged and fuzzy

    I connected to a digital projector for a powerpoint presentation yesterday. The computer crashed and since then the dialogue boxes, top function bar, desktop icons, dashboard etc are all enlarged an fuzzy. Help. How do I correct this?