6575722.994:   ADDITIONAL BLANK TABLE CELLS ADDED IN RTF HEADER

HI all,
XML:5.6.3
APPS:11.5.10.2
Please advice,
RTF template associated with PO Output for Communication (tempalte uploaded). When previewed,
data displays correctly.
When output is viewed from Application, additional blank table cells are added in header area.
These blank table cells are unwanted.
Also :
If I have multiple pages of output, the application is losing the header and footer after the
first page.
If I preview the template from Microsoft Word with the same output, the header and footer shows on
all pages.
Customer said:
'not looking for help designing the template - I have a template that gives
different output when output is viewed in the template builder and compared against the output from the application.
I am looking for assistance on which output is incorrect, and what cna be done to ensure both outputs are consistent'
thxs!

check if you have any carriage return,or extra space in your tag
or if you are using 'IF' condition try using @inlines.
these are the general situations were extra space is created in your output

Similar Messages

  • Getting rid of blank table cells

    I am currently making an address book and have had to occasionally remove names from the listings. What this means is that there are now blank cells all through out my address book. How can I remove those cells?

    I am surprised that Word would be much smarter at doing this; InDesign has had the tables feature for qutie a while now I would have thought they would have worked this out by now. 
    <cough>
    Corrupt tables are pretty much the primary cause of corrupt Word documents. I've never seen a table cause a corrupt InDesign document. Word allows a lot of table-mangling, but I'd say that giving table-manglers what they want is the exact opposite of "smart."  Tables in Word are pure hell. InDesign's table implementation (purchased from a third party plugin developer, if I recall correctly), while not as... er... flexible as that of Word, is far more stable. I guess it depends on what you think is smart.
    Anyhow, back to what you want:
    The reason I designed it using tables like this is because this is the way that my client said they wanted it to be.
    Well, I hope you bill hourly.   There is a way to automate this, I think, using InDesign's Data Merge feature. If you aren't billing hourly, then it may be worth setting up - moving all of the content into an application like Excel, a spreadsheet app where it's really easy to do address-book-entry-management the way you want, and does not induce corruption when you have to spot-delete individual cells, unlike some other apps I can think of. You can then save a file out of Excel, and InDesign can automagically fill up your tables with content from your Excel file, with no gaps. When your client wants changes, then you just tweak your Excel file a bit, export, and then run the Data Merge to get your gap-free table back.
    However, that'd be a lot of work, and I can't even guarantee that it would work, never having tried it. But it's where I'd go in your shoes if my dataset wasn't this small:
    my list of names is relatively short so cutting and pasting shouldn't take too much time.
    Lastly, I think that your client might not care about whether or not they're in table cells; they just want it to look that way, right? If so, there are many, many ways to set up your doc that don't involve tables, that still yield the desired appearance. If you want to go in that direction, I can toss out a few ideas - I think that Rik already has, although his suggestion is a little bit low on detail.

  • Adding button to a custom table cell (and handling them)

    Hi
    I'm wondering if it's possible to add a button on each row of a table view using a custom table cell view. If it's possible, I'm really wondering how I can handle the click events on these buttons.
    Thanks

    No.
    Try creating a view and adding it to a cell. Let us know what problems you have, and we can try to help.

  • Merge Cells in a blank table

    Can anyone tell me how to merge cells in a blank table. For example - while making the table I may need 3 column in one row and only 2 in the next row. So I merge the cells. I have a laptop and am taking my right index finger and directing the mouse to the cell and then moving and tapping on the adjacent cell with my left index - but I must be doing something wrong because 9 out of 10 times it doesn’t work and I can’t figure out what I’m doing wrong. I’m pulling my hair out.
    THANK YOU

    Zaby,
    You might find it easier to select one cell and then Shift-Arrow to extend the selection.
    I assume that you are just making some kind of form and won't ever want to sort the table. Merging and Splitting cells can gum up the works for subsequent operations, so think before you choose that solution to your formatting problem.
    Jerry

  • Adding a link to a table cell question

    ho can i add a link into a cell containing an image without increasing its size?
    I am trying to make a link out of a table cell containing an image.
    the problem is that the highlight frame around the image increases the size of the cell (and i cant have this since i imported all the small table images from photoshop wich constitute a big image).

    no i am just exporting fragmented gif images from photoshop that i want to assemble again in dreamweaver through a table.
    when i apply the link to one of the cells, dreamweaver increases its size (by 1 or 2 pixels) wich causes border gaps between cells and i cant have that.
    i am using this cell as a button. all i want is to apply a link to a cell containing an image without modifying its size.
    here's the code :
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    body {
        background-color: #000;
    a:link {
        text-decoration: none;
    a:visited {
        text-decoration: none;
        color: #03C;
    a:hover {
        text-decoration: none;
        color: #F96;
    a:active {
        text-decoration: none;
        color: #969;
    a {
        font-size: 0px;
    </style>
    </head>
    <body>
    <table width="1280" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="309"><img src="HomeImages/Home_01.gif" width="309" height="221" /></td>
        <td width="110"><img src="HomeImages/Home_02.gif" width="110" height="221" /></td>
        <td width="111"><img src="HomeImages/Home_03.gif" width="111" height="221" /></td>
        <td width="142"><img src="HomeImages/Home_04.gif" width="142" height="221" /></td>
        <td width="313"><img src="HomeImages/Home_05.gif" width="316" height="221" /></td>
        <td width="262"><img src="HomeImages/Home_06.gif" width="292" height="221" /></td>
      </tr>
      <tr>
        <td><img src="HomeImages/Home_07.gif" width="309" height="95" /></td>
        <td><img src="HomeImages/Home_08.gif" width="110" height="95" /></td>
        <td><img src="HomeImages/Home_09.gif" width="111" height="95" /></td>
        <td><img src="HomeImages/Home_10.gif" width="142" height="94" /></td>
        <td><a href="DemoMenu.html"><img src="HomeImages/Home_11.gif" width="316" height="94" /></a></td>
        <td><img src="HomeImages/Home_12.gif" width="292" height="95" /></td>
      </tr>
      <tr>
        <td><img src="HomeImages/Home_13.gif" width="309" height="121" /></td>
        <td><img src="HomeImages/Home_14.gif" width="110" height="121" /></td>
        <td><img src="HomeImages/Home_15.gif" width="111" height="121" /></td>
        <td><img src="HomeImages/Home_16.gif" width="142" height="121" /></td>
        <td><img src="HomeImages/Home_17.gif" width="316" height="121" /></td>
        <td><img src="HomeImages/Home_18.gif" width="292" height="121" /></td>
      </tr>
      <tr>
        <td><img src="HomeImages/Home_19.gif" width="309" height="91" /></td>
        <td><img src="HomeImages/Home_20.gif" width="110" height="91" /></td>
        <td><img src="HomeImages/Home_21.gif" width="111" height="91" /></td>
        <td><img src="HomeImages/Home_22.gif" width="142" height="91" /></td>
        <td><img src="HomeImages/Home_23.gif" width="316" height="91" /></td>
        <td><img src="HomeImages/Home_24.gif" width="292" height="91" /></td>
      </tr>
      <tr>
        <td><img src="HomeImages/Home_25.gif" width="309" height="142" /></td>
        <td><img src="HomeImages/Home_26.gif" width="110" height="142" /></td>
        <td><img src="HomeImages/Home_27.gif" width="111" height="142" /></td>
        <td><img src="HomeImages/Home_28.gif" width="142" height="142" /></td>
        <td><img src="HomeImages/Home_29.gif" width="316" height="142" /></td>
        <td><img src="HomeImages/Home_30.gif" width="292" height="142" /></td>
      </tr>
      <tr>
        <td><img src="HomeImages/Home_31.gif" width="309" height="94" /></td>
        <td><img src="HomeImages/Home_32.gif" width="110" height="94" /></td>
        <td><img src="HomeImages/Home_33.gif" width="111" height="94" /></td>
        <td><img src="HomeImages/Home_34.gif" width="142" height="94" /></td>
        <td><img src="HomeImages/Home_35.gif" width="316" height="94" /></td>
        <td><img src="HomeImages/Home_36.gif" width="292" height="94" /></td>
      </tr>
      <tr>
        <td><img src="HomeImages/Home_37.gif" width="309" height="124" /></td>
        <td><img src="HomeImages/Home_38.gif" width="110" height="124" /></td>
        <td><img src="HomeImages/Home_39.gif" width="111" height="124" /></td>
        <td><img src="HomeImages/Home_40.gif" width="142" height="124" /></td>
        <td><img src="HomeImages/Home_41.gif" width="316" height="124" /></td>
        <td><img src="HomeImages/Home_42.gif" width="292" height="124" /></td>
      </tr>
      <tr>
        <td><img src="HomeImages/Home_43.gif" width="309" height="109" /></td>
        <td><img src="HomeImages/Home_44.gif" width="110" height="109" /></td>
        <td><img src="HomeImages/Home_45.gif" width="111" height="109" /></td>
        <td><img src="HomeImages/Home_46.gif" width="142" height="109" /></td>
        <td><img src="HomeImages/Home_47.gif" width="316" height="109" /></td>
        <td><img src="HomeImages/Home_48.gif" width="292" height="109" /></td>
      </tr>
      <tr>
        <td><img src="HomeImages/Home_49.gif" width="309" height="600" /></td>
        <td><img src="HomeImages/Home_50.gif" width="110" height="600" /></td>
        <td><img src="HomeImages/Home_51.gif" width="111" height="600" /></td>
        <td><img src="HomeImages/Home_52.gif" width="142" height="600" /></td>
        <td><img src="HomeImages/Home_53.gif" width="316" height="600" /></td>
        <td><img src="HomeImages/Home_54.gif" width="292" height="600" /></td>
      </tr>
    </table>
    </body>
    </html>

  • Adding Radio buttons to table cell

    Hi,
    Im a beginner in JAVAFX, i would like to add a radio button to table cell.
    Please could anybody help us on this.
    Thanks,
    Dhanraj

    Hi,
    Im a beginner in JAVAFX, i would like to add a radio button to table cell.
    Please could anybody help us on this.
    Thanks,
    Dhanraj

  • Small issue with custom table cell editor and unwanted table row selection

    I'm using a custom table cell editor to display a JTree. Thing i notice is that when i select a value in the tree pop-up, the pop-up closes (as it should) but then every table row, from the editing row to the row behind the pop-up when i selected the value becomes highlighted. I'm thinking this is a focus issue, but it thought i took care of that. To clairfy, look at this: Before . Notice how the "Straightening" tree item is roughly above the "Stock Thickness" table row? When i select Straightening, this is what happens to my table: After .
    My TreeComboBox component:
    public class TreeComboBox extends JPanel implements MouseListener {
        private JTextField itemField;
        private TreeModel treeModel;
        private ArrayList<ActionListener> actionListeners = new ArrayList<ActionListener>();
        private Object selectedItem;
         * Creates a new <code>TreeComboBox</code> instance.
         * @param treeModel the tree model to be used in the drop-down selector.
        public TreeComboBox(TreeModel treeModel) {
            this(treeModel, null);
         * Creates a new <code>TreeComboBox</code> instance.
         * @param treeModel the tree model to be used in the drop-down selector.
         * @param selectedItem tree will expand and highlight this item.
        public TreeComboBox(TreeModel treeModel, Object selectedItem) {
            this.treeModel = treeModel;
            this.selectedItem = selectedItem;
            initComponents();
         * Returns the current drop-down tree model.
         * @return the current <code>TreeModel</code> instance.
        public TreeModel getTreeModel() {
            return treeModel;
         * Sets the tree model.
         * @param treeModel a <code>TreeModel</code> instance.
        public void setTreeModel(TreeModel treeModel) {
            this.treeModel = treeModel;
         * Returns the selected item from the drop-down selector.
         * @return the selected tree object.
        public Object getSelectedItem() {
            return selectedItem;
         * Sets the selected item in the drop-down selector.
         * @param selectedItem tree will expand and highlight this item.
        public void setSelectedItem(Object selectedItem) {
            this.selectedItem = selectedItem;
            String text = selectedItem != null ? selectedItem.toString() : "";
            itemField.setText(text);
            setToolTipText(text);
         * Overridden to enable/disable all child components.
         * @param enabled flat to enable or disable this component.
        public void setEnabled(boolean enabled) {
            itemField.setEnabled(enabled);
            super.setEnabled(enabled);
        public void addActionListener(ActionListener listener) {
            actionListeners.add(listener);
        public void removeActionListener(ActionListener listener) {
            actionListeners.remove(listener);
        // MouseListener implementation
        public void mouseClicked(MouseEvent e) {
        public void mouseEntered(MouseEvent e) {
        public void mouseExited(MouseEvent e) {
        public void mousePressed(MouseEvent e) {
        public void mouseReleased(MouseEvent e) {
            showPopup();
        private void initComponents() {
            setLayout(new GridBagLayout());
            itemField = new JTextField();
            itemField.setEditable(false);
            itemField.setText(selectedItem != null ? selectedItem.toString() : "");
            itemField.addMouseListener(this);
            add(itemField, new GridBagConstraints(0, 0, 1, 1, 1.0, 0.0,
                    GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, new Insets(0, 0, 0, 0), 0, 0));
        private void showPopup() {
            final TreePopup popup = new TreePopup();
            final TreeComboBox tcb = this;
            final int x = itemField.getX();
            final int y = itemField.getY() + itemField.getHeight();
            int width = itemField.getWidth() + popupButton.getWidth();
            Dimension prefSize = popup.getPreferredSize();
            prefSize.width = width;
            popup.setPreferredSize(prefSize);
            SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    popup.show(tcb, x, y);
                    popup.requestFocusInWindow();
        private void fireActionPerformed() {
            ActionEvent e = new ActionEvent(this, ActionEvent.ACTION_PERFORMED, "TreeComboBoxSelection");
            for (ActionListener listener : actionListeners) {
                listener.actionPerformed(e);
        private class TreePopup extends JPopupMenu {
            private JTree tree;
            private JScrollPane scrollPane;
            public TreePopup() {
                initComponents();
                initData();
            private void initData() {
                if (treeModel != null) {
                    tree.setModel(treeModel);
            private void initComponents() {
                setFocusable(true);
                setFocusCycleRoot(true);
                tree = new JTree();
                tree.setRootVisible(false);
                tree.setShowsRootHandles(true);
                tree.setFocusable(true);
                tree.setFocusCycleRoot(true);
                tree.addTreeSelectionListener(new TreeSelectionListener() {
                    public void valueChanged(TreeSelectionEvent e) {
                        tree_valueChanged(e);
                scrollPane = new JScrollPane(tree);
                add(scrollPane);
            private void tree_valueChanged(TreeSelectionEvent e) {
                DefaultMutableTreeNode node = (DefaultMutableTreeNode) tree.getLastSelectedPathComponent();
                setSelectedItem(node.getUserObject());
                fireActionPerformed();
                this.setVisible(false);
    }My TreeComboBoxTableCellEditor:
    public class TreeComboBoxTableCellEditor extends AbstractCellEditor implements TableCellEditor, ActionListener {
        protected TreeComboBox treeComboBox;
        protected ArrayList<CellEditorListener> cellEditorListeners = new ArrayList<CellEditorListener>();
        public TreeComboBoxTableCellEditor(TreeComboBox treeComboBox) {
            this.treeComboBox = treeComboBox;
            treeComboBox.addActionListener(this);
        public Object getCellEditorValue() {
            return treeComboBox.getSelectedItem();
        public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) {
            treeComboBox.setSelectedItem(value);
            return treeComboBox;
        public void actionPerformed(ActionEvent e) {
            stopCellEditing();
    }Any thoughts?
    Edited by: MiseryMachine on Apr 3, 2008 1:21 PM
    Edited by: MiseryMachine on Apr 3, 2008 1:27 PM

    As I said, you have to have empty context elements before additional rows will be open for input.
    For instance if you want to start with 5 rows available for input do the following to your internal table that you will bind:
    data itab type standard table of sflight.
    do 5 times.
      append initial line to itab.
    enddo.
    context_node->bind_table( itab ).
    The other option if you need n number of rows is to add a button to the table toolbar for adding more rows. When this button is pressed, you add a new context element to the node - thereby creating a new empty row in the table.

  • Setting Visibility to Table cell editor

    Hi
    I created a table and added a colomn to the table in view layout. Cell editor of that colomn contains an image. Based on some conditions , I need to make image invisible in table cell editor of custom colomn.
    How can I do it.

    Example:
    Context:
    Rows (model node)
    -- Name (attribute, string)
    -- Additional (value node, card=1:1, selection=1:1, singleton=false)
    ---- EditorVisibility (attribute, type=Visibility)
    Data binding:
    LinkToAction.visible -> Rows.Additional.EditorVisibility
    Make editor in row at index 4 visible if name is not empty:
    IRowsElement row = wdContext.nodeRows().getRowsElementAt(4);
    row.currentAdditionalElement().setEditorVisibility(row.getName() != null && row.getName().length() > 0
      ? WDVisibility.VISIBLE
      : WDVisibility.NONE);
    Ok?
    Armin

  • Carriage return in a WD table cell

    Hi,
    I have data in a table cell which I would like to present better by adding a carriage returns so that it appears on more than one line for example as bullet points.
    I can format it using HTML but can’t seem to be able to find out how to set encode to true for that cell.
    Has anyone come across this problem before, or even have a simpler solution.
    Cheers
    Phil

    Hi Phil,
    Check this Multiple Text lines in ONE row of a Table . On what SP level are you?
    Best regards, Maksim Rashchynski.

  • Space in table cell content

    Hi,
    I want to add some space before and after the table cell content. I am using setIntercellSpacing() method to achieve that and I could get the required functionality. But its adding space in the Table Header also which looks odd. Is there any way to set the spacing only for the cell and not for the table header.
    Let me know if anyone has solution for this.
    Thanks and Regards,
    R.Vishnu Varadhan.

    I find this behaviour of setIntercellSpacing() very annoying, too. Why the hell did the Swing developers implement it that way?
    Nevertheless, you can create the desired effect by writing a custom cell renderer, but that is if course more work than that single method call.

  • How do i insert a picture into a table cell

    hi
    i am trying to insert a photo into a table cell in Pages of iPad.
    how do i do that?
    thanks

    I have this question too. It is very important for me to insert pictures into tables in order to complete my lab reports. This feature needs to be added; the software is useless without it. It is things like this that make me regret Apple purchases.

  • How to change Table Cell Field Type Dynamically?

    Hi All,
    I am fetching some news data from backend DB and displaying them in a WD Table. Now one News Item may or may not have a URL behind it. If I find the URL as null then I want to display the news as simple TextView otherwise as LinkToUrl. How can I change this input type dynamically for each row in the runtime?
    If I use LinkToUrl all the time then the items which has URL as null gets displayed as normal text, but they are of very faint color and I can not change the text design. Whether if I user TextView I can set some text design like Header2, Header 3 etc.
    Can anybody please help with some code block? My main requirement is how to change the table cell input type dynamically.
    Thanks in Advance.
    Shubhadip

    Hi Shubhadip,
    This is the sample code for creating and adding a table cell editor table dynamically.
    public static void wdDoModifyView
    (IPrivateDynamicTableCreationView wdThis, IPrivateDynamicTableCreationView.IContextNode wdContext, com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime)
    //@@begin wdDoModifyView
    /*** 1.Create Table **/
    IWDTable table =
    (IWDTable) view.createElement(IWDTable.class, "table1");
    table.setWidth("100%");
    table.setVisibleRowCount(data.length);
    /*** 2.Create nameColumn **/
    IWDTableColumn nameColumn =
    (IWDTableColumn) view.createElement(IWDTableColumn.class, "Name");
    IWDCaption colHeader =
    (IWDCaption) view.createElement(IWDCaption.class, "NameHeader");
    colHeader.setText("–¼‘O");
    nameColumn.setHeader(colHeader);
    IWDTextView nameViewer =
    (IWDTextView) view.createElement(IWDTextView.class, "NameViewer");
    nameViewer.bindText(nameAtt);
    IWDTableCellEditor editor = (IWDTableCellEditor) nameViewer;
    nameColumn.setTableCellEditor(editor);
    table.addColumn(nameColumn);
    IWDTableColumn nationalityColumn =
    (IWDTableColumn) view.createElement(
    IWDTableColumn.class,
    "Nationality");
    IWDTableCellEditor nationalityEditor =
    (IWDTableCellEditor) nationalityViewer;
    nationalityColumn.setTableCellEditor(nationalityEditor);
    table.addColumn(nationalityColumn);
    /** 3. Bind context to table **/
    table.bindDataSource(nodeInfo);
    //@@end
    Bala
    Kindly reward appropriate points.

  • Set Attached File name to Table Cell

    Hello All,
    I have a scenario where:
    1. I have a dynamic table.
    2.Every Row has a Button for attaching the new File.
    3. When we add new Row to the Table, I want to get the attached file name in the corresponding cell. i.e Cell2 in following example.
    I have tried doing it this way
    The script which I'm using on Add button is
    app.execMenuItem(&quot;AddFileAttachment&quot;);
    var o = event.target.dataObjects;
    var n = &quot;&quot;;
    DataNode.Table1.Row1.Cell2.rawValue = &quot;&quot;;
    if (o !== null) {
              for (var i = 0; i < o.length; i += 1) {
                        n = o[this.parent.index].name;
    var countVal = (DataNode.Table1.Row1.instanceManager.count-1);
    xfa.resolveNode(&quot;DataNode.Table1.Row1[&quot;+countVal+&quot;].Cell2&quot;).rawValue = n;
      But I'm not able to display the attached file name in Cell2 of the Table.
    How can we do it?
    Thanks and Regards,
    Nikhil

    Hello All,
    I even tried doing the same using  http://eslifeline.wordpress.com/2009/04/06/adding-attachments-to-pdf-form/
    But I'm not able to add the file name to the table cell.
    Can anyone please guide me through this?
    Thanks and Regards,
    Nikhil Joshi

  • Line Binding with table Cell issue

    Hello,
    In my application I need to map data from one table to another table. please see snap from below link
    http://www.pixhost.org/show/3449/12902612_column-linking.png
    if you see the snap you will come to know that I have Map Name "Pankti" from Left Table to Name "Isabella" from right Table.
    I have used my custom tableView Control.
    I have Bind Line cordinates as below
    line.startXProperty().bind(lefttb.widthProperty().add(lefttb.layoutXProperty()));
    line.startYProperty().bind(lefttb.lastcell.getTableRow().layoutYProperty().add(lefttb.lastcell.getTableRow().heightProperty().add(lefttb.lastcell.getTableRow().heightProperty().add(-12))));
    line.endXProperty().bind(righttb.layoutXProperty());
    line.endYProperty().bind(righttb.lastcell.getTableRow().layoutYProperty().add(righttb.lastcell.getTableRow().heightProperty().add(righttb.lastcell.getTableRow().heightProperty().add( -12))));
    Here lefftb = LeftTableView
    righttb = RightTableView
    lastcell is a selected cell of tableview
    I have added these control in Group Container.
    MyProblem is :
    When I scroll in any tableview then the relationship between data are lost and Line had start showing wrong relationship.
    in above example if i scrolled RightTableview then see the result from Below Links
    http://www.pixhost.org/show/3800/12903076_column-map1.png
    http://www.pixhost.org/show/3800/12903157_column-map2.png
    http://www.pixhost.org/show/1297/12903283_column-map3.png
    So what should i do so that my Line always show correct relationship??
    Please download my sample code from
    http://www.freefilehosting.net/columnmapsample
    or
    http://www.filefactory.com/file/4w3dpn0l27rj/n/ColumnMapSample.rar
    Thank You,
    Ronak

    Hi Roank ,
    I think your approach of mapping the table using TableCell is not correct because the tablecell is updated everytime you scroll,click and other events. Although I can't give you full guide but the algorithm must be something like this:
    + Use the index of table cell or item Object instead of using the tableCell.
    + The index of cell is get from cell.getIndex();
    Implementation
    + If the mapping is to be done then you must first save the index of two table in a Map<integer,integer> .
    + Now update the line of mapping only if the index matches in the cellfactory (during update of the table cell).
      Otherwise the line x,y must be set to the last known x,y position of that tablerow indexI think this way the things goes correctly. One thing to remember that tablecell is always updated.
    Thanks
    Narayan

  • How can I save semi opaque background fill in a pages table cells?

    I am trying to add background colour fill to some cells of a table.  Solid, 100% fill is easy, but when I slide the opacity slider in the colours window and add to a cell, the new colour can be added to the table cell, but only saves as the full 100% colour in the saved document.  I save the Pages document as a Word document.  Thanks for any help.
    George

    How does it work if you save the document as the native .pages format? A lot of Pages features doesn't convert well to Word, or vice versa. Don't expect Pages to be a cheap Word substitute.
    I can't check out what you are describing as I don't have Word.
    Tip: Always save first as .pages, then you can EXPORT to another format. PDF is better format to retain what you have acheived in Pages.

Maybe you are looking for

  • Form UIBB: Radio Button Group: How to set default value?

    Hello, i've added a Radio Button Group in Forum UIBB (FPM_FORM_UIBB) with 3 possible values. How can I set the default value for this group? When starting the application, no radio button is selected.. Thanks & Regards Christopher

  • How to Create Exclusive Rollback Segment

    How can we create exclsive rollback segment for a particular session, Even setting "set transaction use rollback segment rollack_segment" still other session can step on newly created rollback segment

  • Error Loading Plug Ins CS3

    Problem occured today -out of the blue. (Windows XP) Stated up as usual on Mondays. Illustrator Error Loading Plug Ins Advanced Select .aip Char Para Styles .aip Color Harmonies .aip DxfDwg .aip FHImport .aip PNG File Format.aip PhotoshopExport.aip S

  • Good iphone 6 wallet cases that DONT flip open (i'd like the slots to be on the back)

    Hey everyone, So i am looking for ideas of case to buy for my iPhone 6.  I am looking for a wallet case that doesn't not flip open - but instead has the slots on the back of the case.  Any ideas? I would prefer not to have a bulky case of cheap plast

  • How do I center my flash movie in dreamweaver

    Hi!! I currently have a behavior assigned to a slice I made in imageready. In dreamweaver I assigned a pop up browser window to it...it will be a link to a flash movie(.swf) I made, but I don't know how to alter the code to make the browser window ce