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.

Similar Messages

  • Condition type not appearing in PO line item

    Dear All
    I made a condition type Y001 for agriculture tax with below mentioned config. and marked as both header and item condition.
    Cond. class   A Discount or surcharge
    Calculat.type A Percentage
    Cond.category B Delivery costs
    Manual entries      C Manual entry has priority
    Now problem is that when I am making contract in contract line item condition Y001 condition is appearing in dropdown and I am able to enter the same in contract and save it.But when I am trying to make a PO by referring the same contract with line item condition Y001, this same condition is not appearing in PO and also it is not appearing in dropdown also so that I can manually enter the same.
    Please let me know why system is behaving like this.
    Regards
    SK

    satish kumar wrote:
    In short condition type Y001 is appearing in contract line item condition tab while making contract but same condition is not appearing in PO line item condition tab while making PO.
    Hi Satish,
    Perhaps you have not assigned the pricing procedure to the Purchasing Orgn & Vendor in IMG Schema determination. Have a chk once and if you have assigned try maintaining a PIR and I hope it should populate the priceing procedure and your cond type Y001 in the PO also.
    Anything pls revert
    Regards
    Shiva

  • Different line style in tables

    I've been looking for a way to change the line style of the lines in my tables, i.e. have dashed lines, but when I select the line in question and go the line style section of the graphics tab, there is only the standard solid line. Is it the case that you just cannot change the line styles of lines in tables? I use tables to layout a lot documents that I create and this missing feature would be quite an annoyance to me when it is something I was always able to do in Word.

    James,
    as Frank said, you cannot change the style of the lines in tables. You could send feedback to Apple to get this feature in a future version of Pages.
    As a workaround, you could mark a line and set the stroke to None. Then insert a line from the shapes menu and set it's stroke to the style you want. Set both the line and the table to "Fixed on page" in Wrap inspector. Then move the line to the place of the table you want it to be. If you group the line(s) and the table, you could set Object Placement back to "Moves with text".
    Obviously, it's best to use this workaround when you're quite sure that size an position of the row don't change to which you want to add the line object.
    If this information is useful to you, please mark it as "helpful" or "solved" using the little buttons in the titlebar of this message. Thank you.

  • Append table with multi-line cells to word report

    Hi,
    I am using LabView 7.0. I need to append table to word report and I am using Append Table to Report VI. My VI works fine as long as the table cells do not have multiple lines. For multiple lines, each line is put is a seperate cell in the word report.
    Is there a way to append multi-line cells to Word Report??? If not, any suggestions on how I can copy the multi-line table to Word report???
    Please kindly help!!
    Please see the attached document for details on the problem.
    Thanks,
    Mim
    Attachments:
    Table with multiple line cells.doc ‏33 KB

    Hi Mim,
    Yes I understood the multiple-lines part. I think the doc is the report you want. Correct ?
    The doc is generated with your VI without any modifications.
    I am using XP, Office 2002 SP3 and LV7.1
    Attachments:
    Verification Report.doc ‏39 KB

  • Ms word tables borders and shading

    I'm using the "word tables borders and shading.vi" and trying to put a border around the first row including between columns and the "inside line style" active x function in the word_set_table_borders.vi is being ignored. The file is attached. Open the library and run the word table.vi. You will have to create test.doc on the root directory on the hard drive. Any suggestions?
    Attachments:
    wordtable.zip ‏1362 KB

    I ran your code and it worked fine. The top row of the table had a darker rectangle around it. I did have problems opening the file and it crashed my LV at first. I suspect there may be a corruption in the binary executable of the VI. Try pressing control-shift-run arrow on your top level VI to force LabVIEW to rebuild the binary executable of the VI.

  • How to paste a Word table into email without showing the guidelines.

    When I paste a Word table into an email using Explorer, the guidelines don't show. When I paste into an email while using Firefox, the lines show. I don't want the guidelines to show.

    BigEnd wrote:
    When pasted from Word, the graphics are Inline by default.  You can correct each one by selecting the graphic and then Anchored Object, Options and selecting Above Line (centered etc).  What I do then is create an object style to these specs and this makes it quicker to apply to the graphics.
    You say that there are very many graphics in the doc - does anyone know how to make the above settings the default when graphics are pasted from Word?
    M
    Thank you M, but I believe I figured it out:
    I made styles in Word to make things a bit simpler when changing large sections of text, so within the settings of the images style select Format>Paragraph>Line and Page Breaks. Under 'Textbox Options' the Tight wrap defaults to 'None' - Select 'All'.
    When the file is placed into InDesign, the images don't overlap, and are exactly where they need to be.

  • Read Only TextAreas with Carriage Return, Line Breaks and Word Wrapping

    Hi all,
    I know there are a few posts around this subject but I cannot find the answer to the exact problem I have.
    I have a page that has a 'TextArea with Character Counter' (4000 Chars) that is conditionally read only based on the users credentials (using the 'Read Only' attributes of the TextArea item).
    When the field is editable (not Read Only) everything works fine but when I make the field Read Only I start to have problems:
    The first problem is that the Carriage Return and Line Breaks are ignored and the text becomes one continuos block. I have managed to fix this by adding pre and post element text of pre and /pre tags. This has made the Carriage Return and Line Breaks word nicely and dispaly correctly.
    However, it has introduced a second problem. Long lines, with no Carriage Returns or Line Breaks, now extend to the far right of the page with no word wrapping, making my page potentially 4000+ characters wide.
    How can I get the field to be display only, with recognised Carriage Returns and Line Breaks, and Word Wrapping inside a fixed width of, say, 150 characters?
    Many thanks,
    Martin

    Hi,
    Just a cut and paste of yours with the field name changed:
    htp.p('<script>');
    htp.p('$x("P3_COMMENTS").readonly=true;');
    htp.p('</script>');I also have the following in the page HTML Header, could they be conflicting?
    <script type="text/javascript" language="JavaScript">
    function setReleaseToProd(wpTypeCode){
       //setReleaseToProd($v(this))
      var get = new htmldb_Get(null,$v('pFlowId'),'APPLICATION_PROCESS=set_release_to_prod',0);
      get.addParam('x01',wpTypeCode);
      gReturn = get.get();
      if(gReturn) {
         $s('P3_RELEASE_TO_PROD',gReturn);
      get = null;
    </script>I am a long way from knowing much about Javascript (this page code was written by someone else) so all help is much appreciated.
    Martin

  • Can I use Word tables in InDesign?  Any way to import tables made with Word?

    Hi, I'm new here...  Well, the title says it all: I need to use (basically unchanged) nearly 100 tables from a book made recently with Word... Can I import them?
    It wouldn't be a problem making one new one (lines, etc...) with InDesign and then fill with text, but...  why repeat 100 different tables (that's my case) already done I can use without changes...  There must be a way to at least place a Word table into an ID document...  Thanks for all kinds of comments!

    OK, this looks like great news for me... So I understand ID places the Word table, and once inside ID, indeed ID sees it as a table you can vary... Is there any basic menu to vary one imported table, or is it a graphic (mouse) thing?  I really appreciate your advice, Bob...  I don't have much experience with tables in ID...  For example, how can I make the whole table smaller? Only by varying the placing of the lines one by one, or can I make it smaller in the way we make a jpg smaller?

  • Apply MS Style to a table

    Hi.
    I currently coding on a template which use openXML. I create some tables and I would like apply to them a MS style. I saw in style.xml some values about those default style but when I try to apply it to my tables it doesn't work.
    Specifically, I would like apply the "Medium Grid 1 Accent 1" to my tables.
    Here my code :
    //init code
    vTable = new Table();
    vProps = new TableProperties();
    vTable.AppendChild<TableProperties>(vProps);
    ApplyMsStyleToTable(vTable, -1, "Medium Grid 1 Accent 1");
    //fill table
    private static void ApplyMsStyleToTable(Table pTable, int pIndex, string pStyleMS)
    try
    TableProperties vTblPr = pTable.Descendants<TableProperties>().FirstOrDefault();
    if(pIndex < 0)
    vTblPr.AppendChild<TableStyle>(new TableStyle {Val = pStyleMS});
    else
    vTblPr.InsertAt(new TableStyle { Val = pStyleMS }, pIndex);
    catch (Exception)
    throw;
    So, can I use MS default style or I must made it by myself ? If I must made it, where can I find all informations to create the exact same style ?
    I have another question about this, if I can use MS default style, does the needed string must be in the current word language ? I want to say, if my word is in another language than english does the "Medium Grid 1 Accent 1"
    string works in a French or Korean word  ?
    Thank you in advance for your help.
    EDIT : I'm using word 2007
    PS : sorry for my bad english ;).

    Hi Bloopis,
    >>So, can I use MS default style or I must made it by myself ? If I must made it, where can I find all informations to create the exact same style ?
    In my option, you can use MS default style, and you do not need to make it by yourself.
    >>I create some tables and I would like apply to them a MS style. I saw in style.xml some values about those default style but when I try to apply it to my tables it doesn't work.
    I made a simple demo with your code, and I think there are two issues for this situation. First, you defined one table, but you did not add any row and column. Second, I think you need to use the "MediumGrid1-Accent1" instead of "Medium Grid
    1 Accent 1". Some key code like below:
    private void Form0410_Load(object sender, EventArgs e)
    InsertTableInDocWithNoPro(@"D:\OfficeDev\OpenXML\Test.docx");
    using (WordprocessingDocument wordprocessingDocument =
    WordprocessingDocument.Open(@"D:\OfficeDev\OpenXML\Test.docx", true))
    Table vTable = new Table();
    Body body = wordprocessingDocument.MainDocumentPart.Document.Body;
    vTable = wordprocessingDocument.MainDocumentPart.Document.Body.Elements<Table>().Last();
    ApplyMsStyleToTable(vTable, -1, "MediumGrid1-Accent1");
    public static void InsertTableInDoc(string filepath)
    // Open a WordprocessingDocument for editing using the filepath.
    using (WordprocessingDocument wordprocessingDocument =
    WordprocessingDocument.Open(filepath, true))
    // Assign a reference to the existing document body.
    Body body = wordprocessingDocument.MainDocumentPart.Document.Body;
    // Create a table.
    Table tbl = new Table();
    // Set the style and width for the table.
    TableProperties tableProp = new TableProperties();
    TableStyle tableStyle = new TableStyle() { Val = "GridTable1Light" };
    // Make the table width 100% of the page width.
    TableWidth tableWidth = new TableWidth() { Width = "5000", Type = TableWidthUnitValues.Pct };
    // Apply
    tableProp.Append(tableStyle, tableWidth);
    tbl.AppendChild(tableProp);
    // Add 3 columns to the table.
    TableGrid tg = new TableGrid(new GridColumn(), new GridColumn(), new GridColumn());
    tbl.AppendChild(tg);
    // Create 1 row to the table.
    TableRow tr1 = new TableRow();
    // Add a cell to each column in the row.
    TableCell tc1 = new TableCell(new Paragraph(new Run(new Text("1"))));
    TableCell tc2 = new TableCell(new Paragraph(new Run(new Text("2"))));
    TableCell tc3 = new TableCell(new Paragraph(new Run(new Text("3"))));
    tr1.Append(tc1, tc2, tc3);
    // Add row to the table.
    tbl.AppendChild(tr1);
    // Add the table to the document
    body.AppendChild(tbl);
    For information about creating table with row and column, you could refer the link below:
    #Working with WordprocessingML tables (Open XML SDK)
    https://msdn.microsoft.com/en-us/library/office/gg278313.aspx
    For using the "MediumGrid1-Accent1" instead of "Medium Grid 1 Accent 1". I have tried to find a document to prove it, but I failed. In my option, the "MediumGrid1-Accent1" is the StyleId of the "Medium Grid 1 Accent 1".
    For how to find the StyleId, I will recommend you apply the table style in a table manually, then use OpenXML productivity Tools to reflect the code to see the StyleId, the picture below shows more details:
    >> if I can use MS default style, does the needed string must be in the current word language ? I want to say, if my word is in another language than english does the "Medium Grid 1 Accent 1" string works in a French or Korean word 
    In my option, the StyleId worked in another language. I only have the English version. I think you could use OpenXML productivity Tools to reflect code in other language to check it.
    For information about OpenXML productivity Tools, you could refer the link below:
    http://www.microsoft.com/en-hk/download/details.aspx?id=30425
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • Style Breaks for Table of Contents

    I want to generate a Table of Contents from a "Harvard" style outline. The problem I am having is that the TOC pulls all the text from the list item rather than just the heading. So, the outline looks like this:
    I. Heading
       A. Subheading. Blah Blah Blah Blah...
       B. Subheading. Yada Yada Yada....
    When I generate the TOC, I want just:
    I. Heading
       A. Subheading.
       B. Subheading.
    I've tried to style the blah and yada using character styles but it doesn't seem to override the paragraph style. Word has a "style break" or some invisible code you can insert in the middle of a paragraph to switch styles. I think I could do something like this:
    I. Heading
       A. Subheading.
            Blah Blah Blah.
       B. Subheading.
            Yada Yada Yada.
    But I prefer the text relating to the heading to be in the same paragraph.
    Ideas? Cheers!

    Hi Vivek,
    If that is the case do some thing like :
    Create a repor (Main) with only employee names
    Create another report (Sub report) with all employee details
    Insert this sub report in your main report as Ondemand sub report beside your employee name with the name 'click here'
    Link both main and sub report using a common field
    Now when you click on On demand sub report it will execute the details. 
    It looks like your employee names report
    Thanks,
    Sastry

  • Word Table in FCP

    I need to include some titling in FCP. There is a lot of info and I believe that it would best be presented in a "Word Table" format. I have tried to create the table in Mac:word, then cut and paste into Boris Title 3D. doesn't work, table is stripped out leaving only the text.
    Any suggestions would be greatfully accepted.

    Just beware!
    Do a test first and view it on a monitor or TV - narrow lines can be a disaster in video, so maybe use chunks of colour with your text on? It would be annoying if you spent hours doing your work of art, only to find it looked dreadful.
    Either way, if you can use it, Photoshop should give you good results.
    Andy
    Quad 8GB. 250+500 HDs. G-Raid 1TB. NORTON. FCP 5.1.1. Shake 4.1. Sony HVR Z1E   Mac OS X (10.4.7)  
    "I've taught you all I know, and still you know nothing".

  • Help! Word Tables are Coming into FrameMaker as Text Boxes

    Help! I am converting a Word file into FrameMaker (FM) the same way for the past 10 years---now all of a sudden the Word tables are converting to text boxes, ahh! I open the Word file in FM, apply all my formatting & page layouts from my template, and then I go through and apply styles, format, etc.---this is the 2nd time in 2 weeks where ALL tables convert into text boxes in FM, help! I need to get these docs out ASAP! Thank you so much.

    Hi Arnis, it's happened with both FM8 & 10, and Word 2010. It's also happened when I save a PDF as an RTF---always worked in the past w/o any issues at all, but I just saved a 70-page doc from PDF to RTF, and ALL tables came in within text boxes...?
    I just saved the Word file as an RTF, brought it into FM, & it worked, thank God! Thank you so much for your help----what do you suggest about the PDF to RTF tables-in-text boxes issue? THANKS!!!

  • Trying to put an MS Word table into a crystal report

    I am making a report that is primarily text -- it's a form letter formatted in Word.
    I am able to emulate almost all the formatting in the Designer that I have in my Word document, EXCEPT a relatively simple MS Word Table.  It has some formatting features I cannot recreate with the "Box" and "Line" drawing tools in Designer.
    Here's what I've tried that does not quite work:
    I have copied the table, pasted it into MS Paint, then saved as a BMP.  Then, I insert the bitmap as an OLE object.  This serves my purpose becuase I need to overlay database fields to make it look like the values are displayed in my table.  The problem:  The bitmap looks pixelated, and a registred trademark symbol from the word table changes to a circle.  I need the table to look just like the text above and below it, not like some fuzzy picture that was pasted into the report. 
    Any ideas?

    Hello G L,
    What happens if you skip converting it to a BMP in paint and insert an OLE Object from file selecting the Word Doc with the table in it?

  • My iPad has lines though the screen is it broken or what is it, My iPad has lines though the screen is it broken or what is it

    My iPad has lines though the screen is it broken or what is it, My iPad has lines though the screen is it broken or what is it.

    If you mean physical lines, it is broken.  If you mean the display shows lines in the images, it may be...do a reboot by holding both the power and home buttons until the apple logo appears, ignore the red slider if that appears.  If the lines are still there ake it to an Apple store genius bar to be checked by the techs.

  • In "LOOP ... WHERE ..." the line type of the table must be statically defin

    Hi All,
            I have written the code, for greater than (GJAHR) 2007 and restricted company codes ( table name = ZGLCCODE).
         Here I have written the following the code which is giving an error
    In "LOOP ... WHERE ..." the line type of the table must be statically defin
    ZGLCCODE Contains only restricted company codes.
    Code is as follows
    TABLES : ZGLCCODE. 
    DATA : LT_DATAPACKAGE TYPE TABLE OF DTFIGL_4.
    DATA : LS_PACKAGE TYPE DTFIGL_4.
    TYPES: BEGIN OF LS_TZGLCCODE,
           ZBUKRS type BUKRS,
            END OF LS_TZGLCCODE.
    DATA : LT_ITZGLCCODE TYPE LS_TZGLCCODE OCCURS 0 WITH HEADER LINE.
    DATA : LI_NUM TYPE I,
           LC_ZGJAHR TYPE BSEG-GJAHR VALUE '2007'.
    SELECT ZBUKRS INTO TABLE LT_ITZGLCCODE FROM ZGLCCODE.
    Note:  "C_T_DATA" dynamic structure = "DTFIGL_4" structure
    *-  Remove from the DataSource Company Code -
    LOOP AT C_T_DATA INTO LS_PACKAGE WHERE GJAHR GE '2007'.
    READ TABLE LT_ITZGLCCODE WITH KEY ZBUKRS = LS_PACKAGE-BUKRS.
    IF SY-SUBRC <> 0.
       APPEND LS_PACKAGE TO LT_DATAPACKAGE.
    ENDIF.
      CLEAR LS_PACKAGE.
    ENDLOOP.
    IF LT_DATAPACKAGE[] IS NOT INITIAL.
    DESCRIBE TABLE LT_DATAPACKAGE LINES LI_NUM.
    IF LI_NUM GT 0.
       REFRESH C_T_DATA.
       APPEND LINES OF LT_DATAPACKAGE TO C_T_DATA.
       REFRESH LT_DATAPACKAGE.
       FREE LT_DATAPACKAGE.
    endif.
    ELSE.
       REFRESH C_T_DATA.
    ENDIF.
    Please give me your valuable suggestions.
    Thanks
    Ganesh Reddy.

    Hi Ganesh,
    whatever you do, you can try like this:
    1 - any code posted should be wrapped in \
    then try something like this:
    field-symbols:
      <tabrec> type any,
      <field>   type any.
    sort ITZGLCCODE by bukrs.
    LOOP AT C_T_DATA ASSIGNING <tabrec>.
      ASSIGN component 'GJAHR' of structure <tabrec> to <field>.
      check <field> <= 2007.
      ASSIGN component 'BUKRS' of structure <tabrec> to <field>.
      READ TABLE LT_ITZGLCCODE WITH KEY ZBUKRS = <field>
        BINARY SEARCH TRANSPORTING NO FIELDS. "speed up the volume.
      IF SY-SUBRC 0.
        MOVE-CORRESPONDING <tabrec> to  LS_PACKAGE.   
        APPEND LS_PACKAGE TO LT_DATAPACKAGE.
      ENDIF.
    ENDLOOP.
    Regards,
    Clemens

Maybe you are looking for

  • Mixing RAM amounts.

    I plan on upgrading our 20 inch 2 GHZ intel imac. There is currently only 1 gb of ram and we plan on buying a 2 gb card to put in the other bay. Someone told me we can't mix memory amounts and we either need to have either 2 1 gb cards or 2 2 gb card

  • Standard BPC Copy Package Fails

    Has anyone experienced the standard copy package failing in BPC?  I get the error message: 'Object variable or With block variable not set'.

  • OS X Mavericks - How to backup system files only

    Okay ... ; is there a way for e.g. Time Machine to back up system files / resources only . ... I mean I have a fully working core system software, that I want to backup, but ... ... I have also downloaded lots of other files / third party software, w

  • F-44  ZBAPI MULTIPLE LINE SELECTIONS FOR WEB SERVICES

    HI TO ALL,           I HAVE WRITTEN ZBAPI FOR POSTING MULTIPLE LINE SELECTIONS FOR TCODE F-44, THE ZBAPI  CONSIST OF BDC PROGRAM, WHICH IS WORKING IN SAP SYSTEM PERFECTLY BUT WHEN I AM USING IT IN WEB SERVICES IT IS THROWING A  ERROR MESSAGE.        

  • Auto complete of email address

    Every time I put in my email address in a field I get a crazy substitute for my address! I thought that frequently used addresses would be remembered. Please help me solve this mystery....very, very frustrating.  Thanks;0)