Remove table

I am able to take a list of items in a pages document, copy and paste it into a table, and then alphabetize the items in the list.  At this point I have both my original un-alphabetized list and my new alphabetized list in a table in the document.
How do I remove the table (grid lines, row and column names) but keep the alphabetized list which is in the table?
Dave

you can drag TOC parts off the page (to the side) so they do not apear on the page.
you will still have the thumbnails arcoss the bottem.

Similar Messages

  • Remove Table Message when running query in CR2008

    Hi All,
       I am having a very weird problem in which when I run my report, a Remove Table table message comes up saying that the database table could not be found. Proceed to remove? I cannot continue with my query because it doesn't see my tables even though they do exist. My database connector is SQL Native Client 10 and my database system is SQL Server 2008 Standard. I am running this query within the CR2008 designer. Any ideas why CR is not seeing my tables?
    Thank you,

    Hello,
    Any CR 2008 patches installed?
    Can you tell us more what field it's trying to remove?
    If you create a new report and log in can you see that table in the database Wizard?
    Once you connect click on the Connection and select Options and check off everything except Tables.
    Don

  • CreateUserWizard remove tables tags

    Hello,
    i would like to ask you why i can remove tables from CreateUserWizard controll. I would like to use a user authentication API which is include in ASP.NET but i have mine design. I dont want to use any tables. Why i can remove tables from Login controll with
    attribute : RenderOuterTable="False" and in CreateUserWizart it doesnt work? 
    With this table i cant hold blanket design.
    Thank you for reply and help. Best regards

    Hi Elixor,
    Thank you for visiting MSDN forums.
    But this is a forum for questions about Visual C# language, ASP.NET related questions should be post in
    ASP.NET forums. You could get better support in there.
    Thanks for your understanding.
    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.

  • PowerPivot removed table replicated into the data model on refresh

    Hey
    I am facing the following problem which is absolutely persistent and annoying in nature. I am using a data model created with PowerPivot with connections to three different SQL servers and 25 tables. The bug is that every time I refresh my data, a table
    that was initially added to the data model (and later removed) is replicated in equivalent number of tables that use this connection, which is currently around 12 tables, so I get 12 duplicates of the same unnecessary table on every refresh, named with the
    name of the schema on the SQL server that is followed by a running number. Removing these from the data model on every refresh simply takes too much time on a daily basis. The additional undesired table which is created is what is defined in the SQL query
    of the connection string of this connection.
    I tried to solve this problem by zipping the Excel file and modifying this SQL statement present in the connection string in the connections.xml file in a way that it would not return anything, but this always leads into a corrupted workbook.
    After encountering this I have managed to avoid this problem by making sure that the initial table I'm adding to the data model will remain in the model, but I really don't want to rebuild this current model. Is there any fix for this issue without
    rebuilding the data model?
    Thanks for all the help in advance!

    I am using 64-bit Office 2013 with the recent SP1 upgrade and the included PowerPivot plug-in on a Windows 8.1 machine.
    I always create the connection by using "From SQL server" then fill in the server and log in details and use a ready SQL statement that I have written by using SQL Server Management Studio to import the initial table. For all the preceding tables
    using the same server and schema, I always select it from existing connections and just paste the SQL queries required for any additional tables to the "Write a query that will specify the data to import", rather than using the table import tool.
    I am not sure if it could have any effect that I've been using the type connection "From SQL server" although the database is really running on Azure (there is a possibility to select From Other sources > Microsoft SQL Azure, but the functionality
    seems the same).
    I don't really understand what I should edit from the existing connections section. Just to clarify, apparently the Connection String parameters can be edited from PowerPivot, but not the Command Text which can be viewed from Excel Data > Connections
    > Properties, but is shown in gray with a message "Some properties cannot be changed because this connection was modified using the PowerPivot add-in."
    In the data model I am using two sets of identical tables, but connected to two different servers that are running a database 1:1 in structure. Initially the problem considered only the other of these, but I accidentally reproduced it by, again, editing
    the SQL query in the table that was initially imported when that connection was created (PowerPivot > Design > Table Properties). Now when refreshing I get tables that are structured as in what the "Connection Text" part of the connection would
    produce, which replicated for the equivalent amount of additional tables using the same connection, so now I'm getting 12 tables (the number of tables using the same connection) each named "*schemaname1* Query", "*schemaname1* Query2",
    "*schemaname1* Query3" "*schemaname2* Query" and so on.
    Personally I can definitely see a pattern here. If there isn't a table matching what has been specified in the "Command Text" that was described when the connection was created, then it for some reason runs this query anyway on every table that
    is using the connection.

  • Ole Word Automation, Remove Table Borders

    Hi All,
    I have created a new word document with a table of 3 rows and 3 columns using the ole. I want to remove vertical lines. The borders property enable only shows or disables the borders. I want to remove any border I want.
    I recorded a macro at Word. But I couldn't managed to adopt in ABAP. I will be glad if you can help. Thanks.
    Word Macro :
    Selection.Borders(wdBorderRight).LineStyle = wdLineStyleNone
    ABAP code :
      GET PROPERTY OF gs_actdoc 'Tables' = gs_tables .
      GET PROPERTY OF gs_selection 'Range' = gs_range .
      CALL METHOD OF gs_tables 'Add' = gs_table
      EXPORTING
      #1 = gs_range
      #2 = '3'
      #3 = '3'.
      GET PROPERTY OF gs_table 'Borders' = gs_table_border .
      SET PROPERTY OF gs_table_border 'Enable' = '1' . "With border

    Hi,
    I've found a solution.
    After creating table and enabling borders, you can select cells and delete borders.
      GET PROPERTY OF gs_actdoc 'Tables' = gs_tables .
      GET PROPERTY OF gs_selection 'Range' = gs_range .
    **--Adding a table with 3 rows and 3 columns
      CALL METHOD OF gs_tables 'Add' = gs_table
      EXPORTING
      #1 = gs_range " Handle for range entity
      #2 = '3' "Number of rows
      #3 = '3'. "Number of columns
    **--Setting border attribute for the table
      GET PROPERTY OF gs_table 'Borders' = gs_table_border .
      SET PROPERTY OF gs_table_border 'Enable' = '1' . "With border
      CALL METHOD OF gs_table 'Cell' = gs_cell1
      EXPORTING
      #1 = '1' "first row
      #2 = '1'. "first column
      CALL METHOD OF gs_cell1 'BORDERS' = borders
        EXPORTING
        #1 = '2'. "1 top, 2 left, 3 bottom, 4 right (border)
      SET PROPERTY OF borders 'LineStyle' = '0'.

  • Best Practices - Removing table fragmentations.

    What is the best practices for removing the fragmentation in the tables. Does this process be used after every week month or every day.

    Hi Chunm,
    What is the best practices for removing the fragmentation in the tables.I monitor chained rows (table fetch continued rows), reorg with dbms_redefinition (or move to larger blocksize), and ALWAYS adjust PCTFREE to prevent future fragmentation. Read this:
    http://www.dba-oracle.com/t_identify_chained_rows.htm
    http://www.dba-oracle.com/oracle_tips_fetch_cont_rws.htm
    Hope this helps. . .
    Don Burleson
    Oracle Press author

  • How to remove table cell borders

    Hi,
    I’m using dreamweaver cs6.first i create a HTML page then i create a div tag (800w 900 h) & create a table inside of above div. i want to keep table border & make it to tickness, want to remove cell borders. I can’t find any options to remove the cell borders. Please any one can help me.
    Thank you.

    table.borderless {
    border-width: 0px;
    background-color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    text-transform: none;
    table.borderless th {
        border-width: 0px;
        padding: 5px;
        background-color: white;   
    table.borderless td {
        border-width: 0px;
        padding: 5px;
        background-color: white;
    <table width="250" height="150" align="center" class="borderless">
    <tr>
      <th colspan="2" class="style1">Borderless table<br />
       cell 1 &amp; 2 merged</span> </th>
      </tr>
    <tr>
      <th class="borderless">cell 3 </th>
      <td class="borderless">cell 4 </td>
    </tr>
    <tr>
        <th>cell 5 </th>
        <td>cell 6 </td>
    </tr>
    </table>

  • Remove table from MB5B

    Hy gurus,   I really really need your help.
    After I execute transaction MB5B, without movement type 311, it gives me a report. But the result contains two types of table. For me, the second table, that one with 8 column which contain a description of material movements, is not important.
    How to remove from report  second table - that one with detailed description??
    Thank you!
    Regards,
    Dan

    Just check the "Ttls only" parameter (5th parameter of Scope of List block)
    Regards

  • How to remove table from replication

    Hi ,
    I have configured Streams Replication  on schema level. I want to remove one table replication.
    Is it possible?
    Thanks,

    In Streams you can specify positive (to be included) and negative (not to be include) rules. With schema level replication, if you want to skip one table, you can add a negative rule for this table (inclusion_rule set to FALSE):
    https://docs.oracle.com/database/121/ARPLS/d_streams_adm.htm#ARPLS308

  • Cannot remove table column

    I have one column in dataTable. I want to remove it and add new one.
    But it can never be removed. Pls help.
    JTable dataTable = new JTable();
    dataTable.removeColumn(dataTable.getColumnModel().getColumn(0));
    dataTable.revalidate();
    dataTable.getDefaultTableModel.addColumn("Code");

    Maybe you must call a fireXxxChanged method in your table Model (assuming your table Model extends one of the Standard table models)

  • How  To Remove Tables Through SDK Code(Using MetaDataObject)

    Hi Experts,
    I am with a problem in my sdk code.As follows,I added a table with no object  into the database through the sdk code using OUsertablesMd object.Now My Query is i want to delete the same table through my code.I am using oUserTablesMD.Remove()
    Method.It's throwing an error message.If any one culd send the sample of removing sap tables through dk code would be helpful
    Help Would be appreciated!!
    Thanking You,
    Vijay Kumar

    Hi,
    try this one
    Dim rsd As SAPbobsCOM.Recordset
            rsd = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
            rsd.DoQuery("SELECT T0.[TableName] FROM OUTB T0")
            Dim sTableID As String
            Do Until rsd.EoF
                sTableID = rsd.Fields.Item("TableName").Value.ToString.Trim
                Dim oTables As SAPbobsCOM.UserTablesMD
                oTables = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserTables)
                If oTables.GetByKey(sTableID) = True Then
                    oTables.Remove()
                End If
                oTables = Nothing
                rsd.MoveNext()
            Loop
    Regards,
    Siva

  • How to remove "Table of Content" from Book?

    I constructed the book in Workspace, added the members (reports) I want to be in the book, and exported all into a book. When I opened it in .pdf format, it naturally came with a Table of Content.
    Is there a way to remove it?
    Thanks

    1. Open the book in Editor mode.
    2. On the Far right hand side, where it states Add Documement, change to Book Setup.
    3. On the Table of Contents section, change Include in Printed Output from Yes to a No.

  • Contribute doesn't let us remove table HEIGHT value that IT PUT IN

    IE displays tables incorrectly when a "Height" value is set
    on a <table> tag, also this markup doesn't validate. So I
    need to give instructions to Contribute users I support for how to
    remove the table height values from the pages they created with
    Contribute... only CONTRIBUTE doesn't provide a way to do this!!!
    Try this:
    1. create a new document in Contribute with only one table
    with three rows and three columns and populate it with text
    table width: 600
    border: 1
    cellpadding & cellspacing: 0
    first col: 300 px
    second col: 150 px
    third col: 150 px
    2. Publish and view source code: no height tags.
    3. Open the document again for Editing in Contribute.
    Select the entire table (click inside the table, then Table
    > Select Table), then drag the lower edge to make it taller.
    This adds a heights value to the <table> tag. Confirm
    this by publishing and viewing source.
    4. Now TRY to remove that height value in Contribute. It is
    impossible.
    This doesn't work:
    Table > Select Table, Table > Table Cell Properties...
    , click "Row and Column" tab, click "Fit to Contents" radio button.
    This also doesn't work:
    Selecting the table and dragging it smaller.
    Maybe I am overlooking something?

    Hi Ibarim,
    verticalAlignment will not work for VBox when you have two or more children and which are direct children. When you have only one direct children for VBox then it will work. Normally we use verticalAlignment="middle" for HBox and not VBox. Since VBox lays out its children vertically this property won't work when you have more than 1 children.
    You can try this
    <mx:VBox id="vb1" width="400" height="100%" verticalAlign="middle">
    <mx:VBox id="vb2" width="200" height="50%">
    </mx:VBox>
    </mx:VBox>
    <mx:VBox id="vb1" width="400" height="100%" verticalAlign="middle">
         <mx:CheckBox id="chk" label="My CheckBox"/>
    </mx:VBox>
    The above two combinations work correctly as you have only one immediate children....But if you see the below case...
    <mx:VBox id="vb1" width="400" height="100%" verticalAlign="middle">
         <mx:VBox id="vb2" width="200" height="50%" backgroundColor="yellow" verticalAlign="middle">
              <mx:CheckBox label="Check Box"/>
             <mx:VBox id="vb3" width="200" height="50%" backgroundColor="blue">
              </mx:VBox>
         </mx:VBox>
    </mx:VBox>
    Now in the above case you can see that VBox vb2 is vertically aligned middle in the VBox vb1 as vb2 is the only one direct child of VBox vb1. Whereas now in the VBox vb2 Check Box and VBox vb3 are not vertically aligned in the VBOx vb2 as because now VBox vb2 contains two children.
    Hope this is clear and make you understand the problem.
    Thanks,
    Bhasker

  • Removing table borders

    Is it possible to remove the line borders for a table? I have a document that has 2 columns. In one of my columns I want to have a section that has 2 columns in it. I could not figure out how to do that so I decided to use a 2 column table. Now I would like to turn off the borders to just get the (sub) 2 column effect. Don't see how to do that.
    1. Is it possible to have a 2 column section inside an existing column of text.
    2. How do I turn off the line borders for a table?
    Thanks,
    Alfredo

    Hello Alfredo Jahn,
    1) You can have a three column layout between two two column layouts on a page and you can adjust it so it looks like a two column layout with a little section of two columns in one of the big columns. See this multi-column page image:
    Insert two layout breaks (menu: "Insert/Layout Break"). Set the text cursor into the second layout and show the layout inspector. Set the column count to three and deactivate the option for same column with. Now set the width of the columns and spaces between them manually in the list, so it looks like you need them.
    But you have no text flow between the different column layouts, because there are layout breaks.
    2) When the table is selected, show the table inspector and press in the tab "Table" in the bottom section the left button of the button row titled "Borders". Now all borders are selected. Show the graphic inspector and disable the line appearance in the pull-down menu.
    You can select every border of every cell by option-click on them (for multi-selection hold the shift key).

  • DM 2.0 - No DDL at all after removing Table Constraints

    Hi,
    I'm using SQL Datamodeler 2.0 build 584
    When trying to generate DDL from my relational model (when physical model opened) nothing is generated.
    (after clicking Ok in window DDL Generation Options window DDL File Editor stays empty)
    If I close the physical model and try again, now the DDL is generated.
    This is all occuring after I had to make a couple of datamodel changes including the removal of two Table Constraints.
    Previously I could generate without a problem.
    Looking at the table constraints (after seeing the log-file) I see that the Table constraints are removed m the relational model but not from the physical model.
    When attempting to remove these table constraints from the physical model (delete in right-click menu) nothing happens.
    Anyone who knows what is going on?
    Enrico
    Logfile:
    2011-02-11 15:10:09,344 [AWT-EventQueue-0] ERROR DDLViewer - DDLViewer
    java.lang.NullPointerException
         at oracle.dbtools.crest.exports.ddl.oracle.v10g.SSBTableOraclev10g.appendTableLevelCheckConstraints(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.oracle.v10g.SSBTableOraclev10g.doAppend(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.SQLStatementBuilder.appendTo(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.SQLStatementBuilder.appendTo(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.SQLStatementBuilder.appendTo(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.SQLStatementBuilder.appendTo(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.SQLStatementBuilder.appendTo(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.SQLStatementBuilder.appendTo(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.DDLGenerator.appendDDLFor(Unknown Source)
         at oracle.dbtools.crest.swingui.ddl.DDLViewer.ddlPreview(Unknown Source)
         at oracle.dbtools.crest.swingui.ApplicationView.setDDLViewerVisible(Unknown Source)
         at oracle.dbtools.crest.swingui.diagram.relational.TableDiagramCell$4.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1225)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1266)
         at java.awt.Component.processMouseEvent(Component.java:6134)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
         at java.awt.Component.processEvent(Component.java:5899)
         at java.awt.Container.processEvent(Container.java:2023)
         at java.awt.Component.dispatchEventImpl(Component.java:4501)
         at java.awt.Container.dispatchEventImpl(Container.java:2081)
         at java.awt.Component.dispatchEvent(Component.java:4331)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4301)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3965)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3895)
         at java.awt.Container.dispatchEventImpl(Container.java:2067)
         at java.awt.Window.dispatchEventImpl(Window.java:2458)
         at java.awt.Component.dispatchEvent(Component.java:4331)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

    then you have to remove it manually from XML file in physical model:
    1) check the ID of table with removed check constraint (in relational model - table dialog, Summary page)
    2) find related file in physical model - <ID in step1>.xml - it should be located in path like this one - rel\1\phys\D9582E4E-2ED963CB9D32\Table\
    there is another file in path like this "rel\1\table" - this is for relational model
    3) find table constraint section in XML file
    it should look like this:
    <storage_object type="TableCheckConstraint" id="B868DAE9-1859-A695-7969-A819F29F568C">
                   <name>TABLE_2_CK</name>
                   <comment></comment>
                   <notes></notes>
                   <alter type="created">
                        <user></user>
                        <timestamp>2011-02-11 18:37:27</timestamp>
                   </alter>
                   <alter type="changed">
                        <user></user>
                        <timestamp>2011-02-11 18:37:27</timestamp>
                   </alter>
                   <properties>
                        <parameter name="object.property.auto.ConstraintID" value="77C506AB-6665-3E79-66D2-6E152BDB1E9B" />
                        <parameter name="object.property.auto.ConstraintName" value="TABLE_2_CK" />
                        <parameter name="object.property.auto.Deferrable" value="NO" />
                        <parameter name="object.property.auto.Enable" value="YES" />
                        <parameter name="object.property.auto.ExceptionsTable" value="NO_OBJECT" />
                        <parameter name="object.property.auto.GeneratedInRDBMS" value="false" />
                        <parameter name="object.property.auto.Initially" value="IMMEDIATE" />
                        <parameter name="object.property.auto.LongName" value="TABLE_2_CK" />
                        <parameter name="object.property.auto.MarkedGenerate" value="true" />
                        <parameter name="object.property.auto.Name" value="TABLE_2_CK" />
                        <parameter name="object.property.auto.NameHasQuotes" value="false" />
                        <parameter name="object.property.auto.RawObject" value="false" />
                        <parameter name="object.property.auto.Table" value="5FEBE67C-6B01-174B-EF13-276A47FE019C" />
                        <parameter name="object.property.auto.Validate" value="YES" />
                        <parameter name="design.owner" value="test_table_constr" />
                        <parameter name="object.existsinrepository" value="true" />
                   </properties>
              </storage_object>
    4) remove definition, save the file
    5) repeat with other involved tables
    Philip

Maybe you are looking for