Table border has no bottom line

I am new ti In Design and have tried everything to find this answer.  You floks are my only hope.  I created a table and for some reason the border around it shows up everywhere except across the bottom.  Any ideas?
Thanks in advance.

Hi AP,
1.U can use the Inner join of two tables VBAP and VBAP based on ur requirment Sold-to party. so that u can retreive ur sales doc belongs to that sold-to party.
select ur fields from tables ( Ex: akunnr avbeln bposnr bmatnr)
INTO CORRESPONDING FIELDS OF TABLE (ur internal table)
                   FROM VBAK AS A
                   JOIN VBAP AS B ON AVBELN = BVBELN
                    WHERE    A~KUNNR IN P_KUNNR.
2.IN smartforms the WINDOWS u can see the output options there click the checkboxes DRAW BOXES AND SHADING...
or u can create a window and draw a line in that window where ever u want.

Similar Messages

  • My downloaded film has a white line at the bottom

    My download of Guardians of the Galaxy has a white line at the bottom of the film.
    This has also happened with some other rental films recently.
    How do I get rid of the line?

    Hello,
    If it's still under Warranty have Apple look at it.

  • Smartforms table border lines not printing (URGENT)

    HI,
    I am trying to print samrtform table border lines on Epson dot matrix printer, in print preview it showing table borders as thick black lines, while printing it not printing lines. It is printing data correctly. Can any one suggest the soution, it is very urgent.
    Regards,
    MAHESH
    Edited by: MAHESH FADNAVIS on Apr 7, 2008 11:53 AM

    Can you try to print in a different printer, if the error persists then the problem is in the smartform, otherwise raise a note to SAP regarding this. I think that there is problem is with the page format in which u are taking the printout.
    OR
    Can you check if you have selected the framed border in the table border select pattern.
    Hope That Helps
    Anirban M.

  • Remove table border and grid lines

    all,
    i have and adf faces table on my page and I would like to get rid of the table border and grid lines. i tried using the inline style properties of the table and columns in the table (border-style:none;), and the GridVisible = false property of the columns, but the lines still appear.
    any suggestions?
    paul

    Hi,
    We can design frames in so many ways so check all those one by one
    Check the output options tab in all your window, table & text nodes.there check whether Box & Shading is check or not if it is check remove it.
    sometimes for vertical lines we create seperate windows with low width like 0.01 cm & in its output options check 'box and shading' frame & this window postions are as you required & you can adjust the line in the preview option of box & shading in the output options.
    & in the table node table tab check the select pattren here patterns are again two types with frame & without frame.
    Let me know your exact requirment & your trails if its not working.
    Thanks,
    Phani.
    Edited by: phani kumar on Aug 26, 2008 1:56 PM

  • LG Flatron L245WP-BN monitor is cut off at top and has a black border at the bottom of the screen

    LG Flatron L245WP-BN monitor is cut off at top and has a black border at the bottom of the screen. Connected to HP Pavillion laptop via an HDMI cable. Is there any way to align the monitor so the full screen is showing?
    Please help!!
    Thanks
    This question was solved.
    View Solution.

    navers wrote:
    Sorry! It is an HP Pavilion 15 Notebook PC. I can give you the product number if you want? Running on Windows 8.1 64-bit
    Thank you for the additional information.
    Yes, the product number would be helpful.  Please don't provide the Serial #, however.
    I believe your problem may be that the monitor is not compatible with Win 8.1.  The only updates that are available are for Win XP and Vista.  You can find this information in the link that I provided under the section titled "Software Update".
    I suggest contacting LG Customer Service to see if they can help you.
    Please click the "Thumbs up + button" if I have helped you and click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Table Border not Showing

    Hi there - for some reason a page on my site is not
    displaying the right table border. All the other pages are working
    fine. When I delete all of the testimonials (the content for the
    page in question), then the border shows. I deleted the
    testomonials one-by-one from the bottom up hoping I could learn
    which testimonials has the issue. There must be a character that is
    throwing it off. Any help would be appreciated.
    Jon
    Click here
    to see that page

    Hi Jon,
    Would you try changing the padding in your Tableborder CSS
    from 25p to 23px?
    .tableBorders {
    border: 1px solid #A3D165;
    padding: 23px;
    Please let me know if that fixes it.
    I've been playing with this issue for a little while now.
    It's very odd, and
    only appears to happen in IE7.It doesn't happen in FF.
    It's a very strange issue. Perhaps an IE bug.
    I discovered removing the <em> tag fixed it. Not a good
    solution.
    I tried to use CSS instead of the <em> tag, same
    trouble.
    I put the <em> tag back in and experimented some more
    to find a better
    solution.
    I discovered I was able to make the right border re-appear in
    IE7 by
    removing 1 character from certain lines of text, or by making
    the padding in
    the table cell 2px smaller once I finished adding all the
    text.
    It appears this problem starts if you have an empty table
    cell with padding
    and type in multiple lines of text in design view, allowing
    the lines to
    autowrap as you type (no <br> or new <p> tags).
    If one of those lines goes
    full width, where a word ends precisely at the beginning of
    the right
    padding and then you add an EM tag, the border disappears in
    IE7.
    It's almost as if tilting the letters right with the
    <em> tag (or CSS)when
    there are precisely the maximum number of characters
    permitted in that width
    causes IE7 to lose the right border to accomodate the added
    space of the
    tilt.
    Removing just 1 character or reducing the padding by 2px
    after brings the
    border back.
    Very odd.
    Take care,
    Tim
    "Jon G" <[email protected]> wrote in message
    news:[email protected]...
    > Hi there - for some reason a page on my site is not
    displaying the right
    > table
    > border. All the other pages are working fine. When I
    delete all of the
    > testimonials (the content for the page in question),
    then the border
    > shows. I
    > deleted the testomonials one-by-one from the bottom up
    hoping I could
    > learn
    > which testimonials has the issue. There must be a
    character that is
    > throwing
    > it off. Any help would be appreciated.
    >
    > Jon
    >
    >
    http://www.avenuebdesign.com/rtc/testimonials.htm
    >

  • Table Catalog has no effect on existing table

    We are using FrameMaker 11 in a Windows 7 environment.
    This is what happens.
    1. We go into our chapter template and verify that "Table A" is formatted exactly how we want it.
    a. The table has a heading row.
    b. The heading row is shaded light blue.
    c. The heading row has a medium border on top and bottom.
    d. The heading row has text in is that is set to a Table Heading paragraph style.
    e. The table's last row has a bottom ruling of medium.
    f. All ruling in the table is set to a shade of blue.
    2. We save the chapter template.
    3. We open a book's chapter.
    4. We apply the table formatting from the chapter template to the book chapter.
    5. We find a table that was made without a heading row, but the top row was formatted to resemble the heading row in appearance. The table also has black ruling.
    6. We block the entire existing table.
    7. We click on "Table A" in the table catalog.
    Expected behavior: The existing table takes on the exact formatting of "Table A" (the six points mentioned above under #1).
    Actual behavior: Nothing happens.
    We have to manually exchange the top row for a real heading row, fiddle with applying ruling information from Customer Ruling and Shading, and so forth.
    Are we doing something incorrectly?
    Thanks in advance.
    Tim

    >> d. The heading row has text in is that is set to a Table Heading paragraph style.
    > Use the Custom Cell Ruling and Shading to strip the overrides off of the table.
    That, alas, won't affect the paragraph formats used in existing tables, unless FM behavior has changed from the FM7 I run at home. I just tried it.
    The Table Designer really needs a new tab for default para formats, as it is obviously keeping a template structure somewhere for new tables, which DO get the revised formats. Another item for the FM14.3 wishlist, I suppose.

  • Table border thickness in PDF

    Hi All,
    I have developed a report which contains multiple tables. The table borders are
    rendered with different weights(thickness) in PDF output. In the RTF output the table
    border is of the same thickness. In PDF, this issue is also found the cell border also.
    Please let me know if there is an option to avoid this.
    Thanks in advance,
    Sandesh

    Hi Sandesh,
    Does the output still look incorrect once the report has been printed. Something else to consider is if you are using nested tables, and both the inner and outer tables have a border set, in the PDF the lines will double up, but it will look fine in an RTF.
    If this is the case, then the solution is to take the border off either the inner or outer table.
    I hope this helps.
    Regards,
    Cj

  • Is anyone else having table border rendering problems in Firefox 3.6.7 for Mac?

    I recently applied a Mac Firefox update (not sure which one, but I'm currently on 3.6.7) that introduced some strange table border rendering behaviors. Long story short, on certain pages that I visit regularly, the right-most table borders are now rendering erratically. The problem does not occur in Safari or Chrome on Mac, nor does it occur in IE or Firefox on Windows. Seems specific to Mac Firefox.
    To reproduce, using Firefox 3.6.7 on Mac, browse to the following URL:
    http://www.relativityreport.com/?page_id=963
    ...and note the erratic rendering of the right-most table cells on the page (you may need to scroll down to the bottom-most table to see the problem...but not always). They should be gray, but often appear blank (not necessarily all at once). Refresh the page a few times and note how the missing borders randomly appear and disappear. Now click your browser's back button. When the previous page has loaded, click the forward button to return to the affected URL. Note now how all cells render correctly.
    Thanks!

    I am also getting a similar error. When I increase the border width to 2px or more it becomes sort of eroded.I am using windows 7 firefox 4. Borders seem fine in all other major browsers including IE9.
    [http://year3.masterspokerleague.com/index.php?option=com_poker&view=overall&season_id=2 Example] http://year3.masterspokerleague.com/index.php?option=com_poker&view=overall&season_id=2
    Any ideas?

  • HT201406 The bottom line appears not work when tried maps and calculator is there any fix for this

    My iPhone bottom line on touch screen is very irisponsive( works some times) is there anything I can do about this

    Could you try disabling graphics hardware acceleration? (I'm having trouble determining from your "More system information" whether it's enabled or disabled.) Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You usually need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    orange Firefox button ''or'' classic Tools menu > Options > Advanced
    On the "General" mini-tab, uncheck the box for "Use hardware acceleration when available"
    If you restart Firefox, is the issue resolved?

  • When we create a Purchase order that has PIR in line item, the text is stored in EINA or EINE?

    Hi Friends,
    I have a requirement that, whenever we created the PO that has PIR in line item, the text is getting stored in EINA or EINE table.
    so here the businees need to move the text which storing in EINA /  EINE to ekpo text id up on saving.
    please suggest how i need to proceed with this issue.
    Thanks in Advance,
    kasi.

    Hi Madan,
    Thank you for your reply.
    As per your suggestions I found  BADI  ME_PROCESS_PO_CUST.
    Could you please help me how to read the "Info record PO text" for each line item in the purchase order and i want to save the readed text into EKPO-txz01.
    Thanks in Advance,
    kasi.

  • Line style of Word tables is ignored. Broken lines or dotted lines appear as uninterrupted lines

    Bug in Adobe XI:
    The line style of Word tables is ignored. Broken lines or dotted lines in Word tables are shown as normal uninterrupted lines in PDF file.
    For example, in my Word document I choose the following line styles in tables: dotted line (.........................) or broken line ( - - - - - - - - - - - - ).
    In the PDF file, all lines are shown as normal uninterrupted lines (__________________), even if I zoom in 800% or more.
    Is there a solution for this problem? (In FreePDF, it works well, but FreePDF has other disadvantages and therfore is no solution for me.)

    Ok 1st one. The warning restriction message relates to this line in main.cf:
    smtpd_helo_restrictions = permit_sasl_authenticated  permit_mynetworks  check_helo_access hash:/etc/postfix/helo_access  reject_non_fqdn_hostname  reject_invalid_hostname  permit reject_invalid_helo_hostname
    The last reject occurs after the single word "permit" and is ignored.
    However, that's not the problem.
    I'm not exactly sure what's happening, but this might be a clue.
    It would appear that either postfix is not being able to create the socket for private/policy or it's somehow created with the wrong permissions.  You might need to ramp up the debug level to get a better idea.
    You could check if it's being created by "netstat -a | grep private/policy" in terminal.
    My guess is that it's not being created because there is no setup statement in your master.cf file, but I don't understand why postfix would be looking for it if it isn't set up.  Private/policy I think relates to grey listing.  Maybe gives you a hint.

  • My cursor has long vertical line at times

    My cursor has long vertical lines at times. When I hover over a link, the cursor doesnt' change to a hand

    I don't know if this applies to LCDs, but the iMac G3 and eMac had "geometry settings" in the display preferences. If you messed up the settings, things like lines on the bottom and skewed images could happen.
    I wonder if the factory geometry settings are off on your iMac? There is no way to set these with System Prefs.
    I found someone asking about it here: https://discussions.apple.com/thread/3019584?start=0&tstart=0

  • I came up with a way to increase the bottom line and increase public opinion of Verizon.

    When the Verizon customer service staff read script to customers all day, they know all the details... all the small details.  The average user does not.   Some people use Verizon email for important email, and then other email accounts for less important messages.  There should be an option to pay a fee if the average user does not see any reason that Verizon would turn off email.  Other companies have email.
    Look at the ads for the Discover card in the subway.  They read - Discover IT is New, IT is Different, IT is Human.  Talk to a real person anytime you want.  It will change the way you feel about ________.
    What if Verizon changed.  What if all the staff of Verizon, knowing that their Midyear reviews are coming suggested change.  What if they could say "I came up with a multi-million dollar way to increase revenue."  I came up with a way to increase the bottom line and increase public opinion of Verizon.
    Give the customer a choice to pay $200 for a one time transfer of email.  Then Verizon is a hero and makes money too.  Multipy $200 by the number of people who had to give up internet this month and that number has to be big!  Put that message on your midyear review.  Nobody can tell where it came from.  They will only know that you are trying to think of ways to increase the bottom line.  Who knows... maybe there will be a raise in it for you!  Good luck.

    Oh yes, this is great – At last, I can see what I’m trying to do at least.  Appreciate your input so rapidly.  I jump on the link so rapidly that I failed to notice if there might be a set half this much.  I might be able to see it half this much increase like 100% instead of 200%?  Oh don’t get me wrong.  I’m not complaining, was just wondering – what if…
    Thanks,
    Sam

  • Setting Risk message at bottom line of FBL5N, XD02

    Hi all
    I am changing credit limit in transaction FD32 to a customer and that customer reaches at very risk level. I want to set warning message at bottom line of transaction FBL5N or information message via popup window to some other transactions that it should be displayed as customer has reached risk level whenever i execute these transactions.
    is there any setting possible to such messages in SAP for some transaction codes like FBL5N, XD02......for your further information we have already set warning message at ordering point for such customers.

    Hello gzahedi,
    Thanks for using Apple Support Communities.
    If I understand your post correctly, a portion of your screen is not responding.  To troubleshoot this issue, I'd like you to please follow the steps outlined below.
    Fix your touchscreen
    Make sure your hands are clean and dry, then try these steps:
    If you have a case or screen protector on your device, try removing it.
    Clean the screen with a soft, slightly damp, lint-free cloth.
    Unplug your device.
    Restart your device. If you can't restart, reset your device.
    If your touchscreen still doesn't respond like it should, contact Apple Support or take your device to an Apple Retail Store or Apple Authorized Service Provider.
    If the screen on your iPhone, iPad, or iPod touch doesn't respond to touch - Apple Support
    Have a great weekend,
    Alex H.

Maybe you are looking for

  • Delivery qty as 0 and not pickable

    Hi Experts I create STO ,when I create the delivery, It doesn't include delivery qty into delivery, and the material item is not pickable. So if I tried to input the qty manually, it will display only 0 EA of material xxx available. I checked the sto

  • Setting Dynamic Shape Colours in RTF

    Hi All, I've been looking around but I'm only able to find info on changing shape dimensions, replicating and what not but I need help on changing a shape color conditionally. XML example as follows: -<G_1> <OBJECTID>4515</OBJECTID> <OWNER_ID>6910</O

  • Does 11g support no auto_increment / auto_assigned columns?

    Hi, I am using openJPA and run into following issue when using Oracle 11g: "Oracle" does not support auto-assigne d column values. The column may not behave as desired. In other words: The database does not support auto_increment values for rows? Is

  • Macbook control of apple tv

    how do i control my apple tv with my new macbook. i want to be able to select a song from my macbook and have it play on my apple tv. any help? seems like it should be simple but i drink alot.

  • How to insert multiple attributes to root elements

    Hi, I have to costruct a request to a service in which all the multipul ements shold be populated as attributes. The elements should be retrived from response from an intermediate service callout. Is there any function to do that..