Add the table titled lines

Hi writers,

I created and filled a complex picture, but I would like to add three lines of header. When creating (table > insert table) I was clear no header row. I used extensively to merge cells and custom power (it's actually a menu tree).

I can insert rows at the top, but they are stored in body; I need three rows to repeat at the top of each page.

Can I insert lines of position, or convert lines of body positions?

I use 7.1p116 to Frame.

-Derek

Hi Derek,.

You can not convert existing body lines to the header lines.

However, you can add header lines. In the menu, click table

'Add some rows or columns. In the dialogue box, select 'Add 3 Row (s) under the heading'.

Then copy your content in these lines.

If you do something like that more often, you could buy

the plug-in Rick Quatro de TableCleaner:

http://www.FrameExpert.com/plugins/tablecleaner/index.htm

Best regards

Winfried

Tags: Adobe FrameMaker

Similar Questions

  • How to add the table radio button.

    Hello

    I want to update the record if I want that an option of button raduio shaped tabular .There is no option for tabular.
    How to add the table radio button.


    Thank you

    Published by: 805629 on February 3, 2011 04:56

    Use APEX_ITEM. BOX API in the definition of SQL query for the form of tables

  • Cannot add the table to partition to partition

    Hi guys,.

    my version of oracle is 11 GR 2

    I created the table with the following DDL

    CREATE TABLE PERSON

    (

    ID_PERSON VARCHAR2 (10 BYTE) NOT NULL,

    NAME_PREFIX VARCHAR2 (5 BYTE),

    NAME_LAST VARCHAR2 (40 BYTE) NOT NULL,

    NAME_FIRST VARCHAR2 (30 BYTE) NOT NULL,

    NAME_MID VARCHAR2 (30 BYTE),

    NAME_SUFF VARCHAR2 (5 BYTE),

    CD_GENDER VARCHAR2 (1 BYTE),

    DATE OF DATE_BIRTH,

    FL_AGE18 VARCHAR2 (1 BYTE),

    ID_SSN VARCHAR2 (BYTE 9),

    ID_DMV VARCHAR2 (20 BYTE),

    ID_PH_NBR VARCHAR2 (10 BYTE),

    ID_ALIEN VARCHAR2 (10 BYTE),

    ID_TRIBAL VARCHAR2 (10 BYTE),

    NAME_TRIBAL VARCHAR2 (40 BYTE),

    ID_CITY VARCHAR2 (5 BYTE) NOT NULL,

    ID_AD_RESIDENCE NUMBER (38),

    ID_AD_MAIL NUMBER (38),

    CD_NVRA VARCHAR2 (5 BYTE),

    DATE OF DATE_ACCEPT,

    DATE OF DATE_EFFECT,

    CD_STATUS VARCHAR2 (2 BYTE),

    CD_STAT_REASON VARCHAR2 (50 BYTE),

    DATE OF DATE_STAT_CHANGED,

    DATE OF DATE_LAST_ACTIVE,

    FL_RESI_PF VARCHAR2 (1 BYTE),

    CD_RESI_PF VARCHAR2 (4 BYTE),

    CD_RESI_OTH_PF VARCHAR2 (40 BYTE),

    FL_ID_PROVIDED VARCHAR2 (1 BYTE),

    FL_ID_NEVER_ISSUED VARCHAR2 (1 BYTE),

    CD_ID_VALIDATION VARCHAR2 (2 BYTE),

    DATE OF DATE_ID_VALIDATION,

    FL_SIGNATURE VARCHAR2 (1 BYTE),

    FL_US_CITIZEN VARCHAR2 (2 BYTE),

    CD_CITIZEN_PF VARCHAR2 (5 BYTE),

    FL_ACP_PERSON VARCHAR2 (1 BYTE),

    ID_ACP VARCHAR2 (BYTE 9),

    DATE OF DATE_ACP_START,

    DATE OF DATE_ACP_END,

    FL_POLL_WORKER VARCHAR2 (1 BYTE),

    FL_CHALLENGE VARCHAR2 (1 BYTE),

    FL_PREHAVA_PERSON VARCHAR2 (1 BYTE),

    DATE OF DATE_DEATH,

    FL_ELIGIBLE_DELETE VARCHAR2 (1 BYTE),

    FL_ELIGIBLE_PURGE VARCHAR2 (1 BYTE),

    FL_DISABLED VARCHAR2 (1 BYTE),

    FL_ELDERLY VARCHAR2 (1 BYTE),

    NAME_SEARCH VARCHAR2 (40 BYTE),

    AD_SORT_NUM VARCHAR2 (20 BYTE),

    ID_VALID_OTHER VARCHAR2 (50 BYTE),

    ID_UVI VARCHAR2 (16 BYTE),

    ID_CITYSHIP VARCHAR2 (5 BYTE),

    FL_PROTECTIVE_ORDE VARCHAR2 (1 BYTE),

    FL_INACTIVE VARCHAR2 (1 BYTE),

    FL_OVERRIDDEN VARCHAR2 (1 BYTE),

    FL_ALT_REG_SIGN VARCHAR2 (1 BYTE),

    FL_PERMANENT_ABSEN VARCHAR2 (1 BYTE),

    CD_SPEC_STATUS VARCHAR2 (1 BYTE),

    FL_UOCAVA_COMMUNICATION VARCHAR2 (1 BYTE),

    AD_UOCAVA_EMAIL VARCHAR2 (254 BYTE),

    CD_PARTY VARCHAR2 (5 BYTE),

    DATE OF DATE_PARTY_ENROLL,

    DATE OF DATE_ACCEPT_ORIGINAL,

    DATE OF DATE_MOVED,

    DATE_CHANGED DATE,

    AD_EMAIL VARCHAR2 (254 BYTE),

    CD_RACE VARCHAR2 (5 BYTE),

    FL_CITIZEN_HEARING VARCHAR2 (1 BYTE),

    ID_USER VARCHAR2 (20 BYTE),

    TM_STAMP TIMESTAMP (6).

    DATE OF DATE_LAST_CONTACT,

    NAME_PREV_LAST VARCHAR2 (40 BYTE),

    NAME_PREV_SEARCH VARCHAR2 (40 BYTE),

    DATE OF DATE_REG

    )

    TABLESPACE PERSON_DATA

    PCTUSED 0

    PCTFREE 10

    INITRANS 1

    MAXTRANS 255

    LOGGING

    PARTITION BY RANGE (ID_CITY)

    (

    P_PERSON_1 PARTITION VALUES LESS THAN ('1')

    LOGGING

    NOCOMPRESS

    TABLESPACE PERSON_DATA

    PCTFREE 10

    INITRANS 1

    MAXTRANS 255

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    DEFAULT USER_TABLES

    ),

    P_PERSON_2 PARTITION VALUES LESS THAN ('2')

    LOGGING

    NOCOMPRESS

    TABLESPACE PERSON_DATA

    PCTFREE 10

    INITRANS 1

    MAXTRANS 255

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    DEFAULT USER_TABLES

    ),

    P_PERSON_3 PARTITION VALUES LESS THAN ('3')

    LOGGING

    NOCOMPRESS

    TABLESPACE PERSON_DATA

    PCTFREE 10

    INITRANS 1

    MAXTRANS 255

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    DEFAULT USER_TABLES

    ),

    P_PERSON_4 PARTITION VALUES LESS THAN ('4')

    LOGGING

    NOCOMPRESS

    TABLESPACE PERSON_DATA

    PCTFREE 10

    INITRANS 1

    MAXTRANS 255

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    DEFAULT USER_TABLES

    ),

    P_PERSON_5 PARTITION VALUES LESS THAN ('5')

    LOGGING

    NOCOMPRESS

    TABLESPACE PERSON_DATA

    PCTFREE 10

    INITRANS 1

    MAXTRANS 255

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    DEFAULT USER_TABLES

    ),

    P_PERSON_6 PARTITION VALUES LESS THAN ('6')

    LOGGING

    NOCOMPRESS

    TABLESPACE PERSON_DATA

    PCTFREE 10

    INITRANS 1

    MAXTRANS 255

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    DEFAULT USER_TABLES

    ),

    P_PERSON_7 PARTITION VALUES LESS THAN ('7')

    LOGGING

    NOCOMPRESS

    TABLESPACE PERSON_DATA

    PCTFREE 10

    INITRANS 1

    MAXTRANS 255

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    DEFAULT USER_TABLES

    ),

    P_PERSON_8 PARTITION VALUES LESS THAN ('8')

    LOGGING

    NOCOMPRESS

    TABLESPACE PERSON_DATA

    PCTFREE 10

    INITRANS 1

    MAXTRANS 255

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    DEFAULT USER_TABLES

    ),

    P_PERSON_9 PARTITION VALUES LESS THAN ('9')

    LOGGING

    NOCOMPRESS

    TABLESPACE PERSON_DATA

    PCTFREE 10

    INITRANS 1

    MAXTRANS 255

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    DEFAULT USER_TABLES

    )

    )

    NOCOMPRESS

    NOCACHE

    NOPARALLEL

    MONITORING

    ALLOW THE MOVEMENT OF THE LINE;

    I tried to add the partition with the highest value 10

    change the voter table add partition P_PERSON_10 lower (10);

    change the voter table add partition P_PERSON_10 lower (10)

    Error on line 11

    ORA-14074: partition bound must gather greater than that of the last partition

    I want to add 100 to leave with max 100 value, please help me in this regard.

    Split partition also get the error

    Thanks in advance

    Kind regards

    REDA

    ID_CITY a VARCHAR2 is not a number.  Thus, although "less than ('10')" is correct for a VARCHAR2 ("equal or superior (10)"), where do you think the value '2' would go? '2' less than '10' is? Where would the '21' value?  Where would '56'?  Tip: '21' is less than '3' and 56 'is less than 6'.

    Also your first partition is defined as "less than ('1')", which makes no sense.

    Hemant K Collette

  • Add the table to report without timestamp

    Hello

    I try to use the Report Generation Toolkit for Office into my excel report.

    I have an excel template which I access via the generation of report vi in order to pass a double 2d array.

    The array is passed in the report, however, the vi seems to add a timestamp column.

    Is there a way to prevent the vi to add the timestamp.

    Thanks for any help you can give me.

    If anyone has the same problem, I just found that if you convert the 2d 2D array of strings table then the vi is more adds a timestamp.

  • before the "recalled" in the table selected lines

    12.1.3 JDEV

    It is difficult to explain the problem I see. So, I use a page to explain.

    I have a page with a few fields like these. The Magnifier is related to a taskFlowCall.

    PickListFields.jpg

    When click on the magnifying glass, pilot field, a pop-up screen will appear. The user clicks on search and retrieve a few results. The user selects then a few lines of the output. Click OK to close the pop-up window and return the results selected to pilot field.

    PickListPopup.jpg

    Now, the user clicks the magnifying glass on the field of the expedition. a shortcut for sending screen. Search to retrieve a few lines. Notice: two rows on the result table are highlighted when the first returned search results. They seem to be selected, but not really. Now, if the user selects OK to return, the rows returned are empty. The table of results of research somehow 'remember' the previous index of the selected row.

    If the user selects the other lines of the search results table and click OK, the rows selected by the user are returned correctly.

    PickListPopup2.jpg

    These windows two popup called the taskFlowCall even with different input parameter values.

    No idea how to solve this problem?

    Thank you.

    You can try to clear the selected rows from the table in your managed bean and run this code entering into the taskflow.

    RowKeySet ps = this.dynamicTable.getSelectedRowKeys();
    ps.clear();
    AdfFacesContext.getCurrentInstance().addPartialTarget(this.dynamicTable);

    In addition, mention the similar question previously asked: remove highlighting from the selected line in the table

  • Add the table list does not view database in Configuration Manager

    Hello

    I try to add a view of database in the configuration table tab manager. The display does not appear in the list of tables available in WCM 11.1.1.6 version. This is possible in the 11.1.1.4 version. Anyone else facing this problem?

    Thank you
    Soumya

    Soumya salvation,

    I think that this can be resolved with EBRIncludeViewsInTableList = true set in config.cfg to the server of the University Complutense of MADRID.

    The recent MLR 12 also has the fix to display views of DB tab Table of the WCC.

    Thank you
    Srinath

  • How to add the listener to use mouse to one single line

    I have a requirement. In a JTable when I double click on a particular line the cells in the row put the width which I have provided.

    The problem with my code is when I click on the fourth row of the table, the first line adjusts.

    How I need help is so

    that if I click on the first row, the first cell size line should be adjusted not when I click on the fourth line.

    If I give a few cells of the width and the height of the cells in the fourth row, then when I double click on the fourth line, the fourth should only get adjusted and not the other lines.

    Hope I explained it clearly.

    How is it possible?


    Below is my code. Everything is hardcoded. Thus, it may seem messy. Please excuse.

    Imports
    import impossible;
    import java.awt.Color;
    java.awt.Component import;
    to import java.awt.event.MouseAdapter;
    import java.awt.event.MouseEvent;

    to import javax.swing.JFrame;
    to import javax.swing.JPanel;
    javax.swing.JScrollPane import;
    javax.swing.JTable import;
    Import javax.swing.JTextArea;
    Import javax.swing.table.DefaultTableModel;
    javax.swing.table.TableCellRenderer import;
    Import javax.swing.table.TableColumn;

    class SimpleTableExample extends JFrame {}
    Instance attributes used in this example
    private JPanel Top;
    JTable table private;
    private get scrollPane;
    String data1 = "";
    String data2 = "123456789ABCDEFGHIJKLMNOPQRSTUVQWXYZabcdefghijklmnopqrstuvwxyzaquickbrownfoxjumpedoverthelazydog";
    int size = data2.length ();

    Main chassis constructor
    public SimpleTableExample() {}
    Define the characteristics of frame
    setTitle ("Simple Application of Table");
    setSize (400, 200);
    setBackground (Color.gray);

    Create a Panel to contain all other components
    Top = new JPanel();
    topPanel.setLayout (new BorderLayout());
    getContentPane () .add (topPanel);

    Create column names
    ColumnNames String() is {'SALT', "DESIGN DATA", "REFERENCE"};.

    Create data

    String [] [] dataValues = {{data1, data2, "67", "77"},
    {"", "43", "853"}, {"", "89.2", "109"},
    {{' ', "9033", "3092"}} ;
    Model DefaultTableModel = new DefaultTableModel (dataValues, columnNames);
    model.addColumn ("SECTION TITLE");
    model.addColumn ("SPECIAL INSTRUCTIONS").
    table = new JTable (model) {}
    ' public boolean isCellEditable (int rowIndex, int colIndex) {}
    Returns false;
    }
    };
    adjust the height of specific line
    table.setAutoResizeMode (JTable.AUTO_RESIZE_OFF);
    colInd int = 0;
    TableColumn col = table.getColumnModel () .getColumn (colInd);
    int width = 50;
    col.setPreferredWidth (width);
    int colInd2 = 1;
    TableColumn col2 = table.getColumnModel () .getColumn (colInd2);
    int width2 = 100;
    col2.setPreferredWidth (WIDTH2);
    int colInd3 = 2;
    TableColumn col3 = table.getColumnModel () .getColumn (colInd3);
    int width3 = 10;
    Col3.setPreferredWidth (width3);
    int colInd4 = 3;
    TableColumn col4 = table.getColumnModel () .getColumn (colInd4);
    width4 int = 10;
    Col4.setPreferredWidth (width4);
    int colInd5 = 4;
    TableColumn col5 = table.getColumnModel () .getColumn (colInd5);
    width5 int = 10;
    col5.setPreferredWidth (width5);

    table.addMouseListener (new MouseAdapter() {}
    {} public void mouseClicked (MouseEvent e)
    If (e.getClickCount () == 2) {}
    JTable target = e.getSource () (JTable);
    int row = target.getSelectedRow ();
    int target.getSelectedColumn () = column;

    TableColumn col1 = table.getColumnModel () .getColumn (0);
    col1.setPreferredWidth (50);
    TableColumn col2 = table.getColumnModel () .getColumn (1);
    col2.setPreferredWidth (400);
    (.setCellRenderer) table.getColumnModel () .getColumn (1)
    (new TableCellLongTextRenderer());
    table.setRowHeight (50);
    TableColumn col5 = table.getColumnModel (.getColumn) (4);
    col5.setPreferredWidth (200);
    }
    }
    });

    Create a new instance of table

    table = new JTable (dataValues, columnNames);

    Add the table to a scroll pane
    scrollPane = new get (table);
    topPanel.add (scrollPane, BorderLayout.CENTER);
    }

    Main entry point for this example
    Public Shared Sub main (String [] args) {}
    Create an instance of the test application
    MainFrame SimpleTableExample = new SimpleTableExample();
    mainFrame.setVisible (true);
    }
    }

    class TableCellLongTextRenderer extends JTextArea implements {TableCellRenderer

    public getTableCellRendererComponent (JTable, Object value, table Component
    Boolean isSelected, boolean hasFocus, int line, int column) {}
    this.setText ((String) value);
    this.setWrapStyleWord (true);
    this.setLineWrap (true);
    the width of the column in the table to the JTextArea
    setSize (table.getColumnModel () .getColumn (column) .getWidth (),
    getPreferredSize () .height);
    If (table.getRowHeight (row)! = getPreferredSize () .height) {}
    set the height of the row in the table to the calculated height of the
    JTextArea
    table.setRowHeight (rank, getPreferredSize () .height);
    }
    Back to this;
    }

    }

    Published by: 915175 on August 3, 2012 04:24

    Hello

    Try code below. Hope this will help

    import impossible;
    import java.awt.Color;
    java.awt.Component import;
    to import java.awt.event.MouseAdapter;
    import java.awt.event.MouseEvent;

    to import javax.swing.JFrame;
    to import javax.swing.JPanel;
    javax.swing.JScrollPane import;
    javax.swing.JTable import;
    Import javax.swing.JTextArea;
    Import javax.swing.table.DefaultTableModel;
    javax.swing.table.TableCellRenderer import;
    Import javax.swing.table.TableColumn;

    SerializableAttribute public class SimpleTableExample extends JFrame {}

    private JPanel Top;
    JTable table private;
    private get scrollPane;
    String data1 = "";
    String data2 = "123456789ABCDEFGHIJKLMNOPQRSTUVQWXYZabcdefghijklmnopqrstuvwxyzaquickbrownfoxjumpedoverthelazydog";
    int size = data2.length ();

    Main chassis constructor
    public SimpleTableExample() {}
    Define the characteristics of frame
    setTitle ("Simple Application of Table");
    setSize (400, 200);
    setBackground (Color.gray);

    Create a Panel to contain all other components
    Top = new JPanel();
    topPanel.setLayout (new BorderLayout());
    getContentPane () .add (topPanel);

    Create column names
    ColumnNames String() is {'SALT', "DESIGN DATA", "REFERENCE"};.

    Create data

    String [] [] dataValues = {{data1, data2, "67", "77"},
    {"", "43", "853"}, {"", "89.2", "109"},
    {{' ', "9033", "3092"}} ;
    Model DefaultTableModel = new DefaultTableModel (dataValues, columnNames);
    model.addColumn ("SECTION TITLE");
    model.addColumn ("SPECIAL INSTRUCTIONS").
    table = new JTable (model) {}
    ' public boolean isCellEditable (int rowIndex, int colIndex) {}
    Returns false;
    }
    };
    adjust the height of specific line
    table.setAutoResizeMode (JTable.AUTO_RESIZE_OFF);
    colInd int = 0;
    TableColumn col = table.getColumnModel () .getColumn (colInd);
    int width = 50;
    col.setPreferredWidth (width);
    int colInd2 = 1;
    TableColumn col2 = table.getColumnModel () .getColumn (colInd2);
    int width2 = 100;
    col2.setPreferredWidth (WIDTH2);
    int colInd3 = 2;
    TableColumn col3 = table.getColumnModel () .getColumn (colInd3);
    int width3 = 10;
    Col3.setPreferredWidth (width3);
    int colInd4 = 3;
    TableColumn col4 = table.getColumnModel () .getColumn (colInd4);
    width4 int = 10;
    Col4.setPreferredWidth (width4);
    int colInd5 = 4;
    TableColumn col5 = table.getColumnModel () .getColumn (colInd5);
    width5 int = 10;
    col5.setPreferredWidth (width5);

    Rendering of the cell must be applied on each column - add by Mohamed
    for (int i = 0; i)< table.getcolumnmodel().getcolumncount();="">
    table.getColumnModel () .getColumn (i) .setCellRenderer (new TableCellLongTextRenderer());
    }

    table.addMouseListener (new MouseAdapter() {}
    {} public void mouseClicked (MouseEvent e)
    If (e.getClickCount () == 2) {}
    JTable target = e.getSource () (JTable);
    int row = target.getSelectedRow ();
    int target.getSelectedColumn () = column;
    setTableCellHeight (table, row, column); Added by Mohamed
    TableColumn col1 = table.getColumnModel () .getColumn (0);
    col1.setPreferredWidth (50);
    TableColumn col2 = table.getColumnModel () .getColumn (1);
    col2.setPreferredWidth (400);
    TableColumn col5 = table.getColumnModel (.getColumn) (4);
    col5.setPreferredWidth (200);
    }
    }
    });

    Create a new instance of table

    table = new JTable (dataValues, columnNames);

    Add the table to a scroll pane
    scrollPane = new get (table);
    topPanel.add (scrollPane, BorderLayout.CENTER);
    }

    /**
    * Created by Mohamed
    *
    * This will set the cell height and width of column
    *
    @param table
    @param line
    @param column
    */
    ' Public Sub setTableCellHeight (table JTable, int line, int column) {}

    the width of the column in the table to the JTextArea
    setSize (table.getColumnModel () .getColumn (column) .getWidth (),
    getPreferredSize () .height);
    If (table.getRowHeight (row)! = getPreferredSize () .height) {}
    set the height of the row in the table to the calculated height of the
    JTextArea
    table.setRowHeight (rank, getPreferredSize () .height);
    }
    }

    Main entry point for this example
    Public Shared Sub main (String [] args) {}
    Create an instance of the test application
    MainFrame SimpleTableExample = new SimpleTableExample();
    mainFrame.setVisible (true);
    }

    }

    class TableCellLongTextRenderer extends JTextArea implements {TableCellRenderer

    public getTableCellRendererComponent (JTable, Object value, table Component
    Boolean isSelected, boolean hasFocus, int line, int column) {}
    this.setText ((String) value);
    this.setWrapStyleWord (true);
    this.setLineWrap (true);
    Back to this;
    }

    }

  • White line how unwanted continuous table titles?

    I managed to use a white rectangle to hide the "BOLD" line junk above table titles except when the table continuation variable is used for the tables continued on a second page. All the world has discovered a work around?

    bold line unwanted above the table titles

    Assuming you are using the default table definitions, have you tried to update the TableTitle style? or decision in the table style properties?

    I do not use the definitions by default, though I've never seen a title with a line in bold above. Maybe you could put a picture.

  • Unit test: disassembly of the table or restore the line failed: ORA-06502: PL/SQL: digital error or value: string buffer too small ORA-06512: at line 22

    Is any idea available in the process of disassembly of the table or restore the line to line 22?

    I see a bunch of discussions on the subject, but no clear solution/answer...

    What could be the causes of this error?

    I had two process of disassembly on the level now, and one of them had failed with this error. Displacement of the failure of the process of disassembly compared to the level of the suite for the level of performance of test unit solved the error for a while, but after some more dragging the process of disassembly of the table (with about 500 cases) is permanent.

    Please advise...

    Thank you

    Val

    Well, had to create a bug officially... I hope this helps...

    Bug 19696042 : UNIT TEST: disassembly of THE TABLE or LINE RESTORE failed: ORA-06502: STRING BUFFER TOO SMA

    Thank you

    Val

  • Horizontal scrolling at the top title

    Hello

    Is it possible to create a title that of at the top of the screen and scrolls along the right to the left.

    Thank you

    William

    Hi, will,

    Yes, you can do it, but it takes a little tinkering.   The title says "Ticker" creates a right to left scrolling on the bottom.  You can use it to create a scroll on the top.   To do this, create a project together just to work on the title.  Click the background button and drag a black background in the timeline of the project title.  Then add the Ticker title, with the desired text.  Now share the draft title on your desktop as a file.   You now have a clip of the song.  Drag this item in your original project in which you intend to use it.  Place it above the time line on the clip you want to use in.  Select the clip of the song and then click the icon in the toolbar at the top of your screen that looks like to the overlap of the squares.  In the selection box that appears, select the image in the image.  Set your title at the top of the preview screen element so that the part of scroll appears at the top of your clip.  You can push the top even if the black part goes out of the screen.  Then click on the Reset button and you have a right to left scrolling at the top of your screen.

    It's a little clumsy, I know.  And you may have to play with it a bit to get it to appear as you want.

    I hope this helps.

    -Rich

  • Headings flow incorrectly on the table of contents

    I created a document with a table of contents. When I add the table of contents, the first page contains only the first 9 titles. The rest continue on the next page.

    I've included a screenshot of the problem below. It seems not serious if I adjusted the TOC styles before add you it or after. I drew the pages of table of contents based on [none] (instead of A-master). I don't use facing Pages. I used the primary text block option when I created the document. The text has been placed at the origin of a RTF.

    I had rather the text flow correctly rather than to have to do some kind of hack (e.g., making it the first smaller text box and one on the second page slide up on the first).

    The problem also occurs on the third page of the TOC (once again, after a title of level 1 - this time section 5). I hope it's the same solution for both.

    handbook.png

    Are there options keep applied to securities sup (under the stytle) causing the rupture?

  • Add the number of rows

    Hello

    I am trying to get the character kerning to our document's report. I made the script without the number of lines, can you please guide me "how to add the number of lines with this script.

    Screen shot 2015-01-02 at 5.26.04 PM.png

    ~ Set variables

    myDoc var = app.activeDocument;

    var myDocPath = myDoc.filePath;

    var myDocName = myDoc.name;

    FND = new Array();

    FoundContents = new Array();

    totalArray = new Array();

    Try

    {

    var myColor = app.activeDocument.colors.item("KER").name;

    }

    catch (MyError)

    {

    myColor var = app.activeDocument.colors.add ();

    myColor.name = "URL";

    myColor. model = ColorModel.process;

    myColor.colorValue = [15, 100, 100, 0];

    }

    ~ End set variables

    Table start to search for URLS and apply color

    var doc = app.activeDocument,

    _stories = doc.stories;

    for (var i = 0; i < _stories.length; i ++)

    {

    var character = _stories [i] .characters;

    for (var j = 0; j < characters.length; j ++)

    {

    If (characters [j] .insertionPoints [-1] .kerningMethod! = "Metrics" & & .kerningMethod of characters [j] .insertionPoints [-1]! = "Optical")

    {

    If (characters [j] .insertionPoints [-1] .kerningValue < = - 51)

    {

    the characters [j + 1] .fillColor = myColor;

    characters [j] .fillColor = myColor;

    }

    }

    }

    }

    reportPage = new Array();

    reportContents = new Array();

    app.findTextPreferences = app.changeTextPreferences = null;

    app.findTextPreferences.fillColor = myColor;

    var myFoundColor = app.activeDocument.findText ();

    for (f = 0; f < myFoundColor.length; f ++)

    {

    var myFoundPage = myFoundColor [f] .parentTextFrames [0].parentPage.name;

    FND.push (myFoundPage)

    var myFoundContents is myFoundColor [f] .silence;.

    FoundContents.push (myFoundPage + "\t" + myFoundContents + "\r")

    }

    Try this,

    //~ Define variables
    var myDoc = app.activeDocument;
    var myDocPath = myDoc.filePath;
    var myDocName = myDoc.name;
    
    var result = [];
    try
    {
        var myColor = app.activeDocument.colors.item("KER").name;
        }
    catch(myError)
    {
        var myColor = app.activeDocument.colors.add();
        myColor.name = "URL";
        myColor. model = ColorModel.process;
        myColor.colorValue = [15, 100, 100, 0];
        }
    //~ End define variables
    //Array start for find urls and apply color
    var doc = app.activeDocument,
        _stories = doc.stories;
    for(var i=0;i<_stories.length;i++)
    {
            var characters = _stories[i].characters;
            for(var j=0;j
    

    Kind regards

    Cognet

  • How to create the table with value list/map binding

    I need to display some values in a tabular format. It is possible to create a table adf without having value binds to a VO object. I can make a table with a combination of list/map.

    I want to change the format of display with minimum change in the application. I therefore seeks a change to a list/map and map with the table.

    Here is the structure in that I need to post.

    _______________________
    |     | Header1. Tete2 |
    |_______|_______|_______|
    | Txt R1 | value 1. Value 2.
    |_______|_______|_______|
    | Txt R2 | Value 3. value 4.
    |_______|_______|_______|

    All views is completely irrelevant. So I should not create a VO and add the VO object lines.

    Published by: yannick June 10, 2011 11:34

    Yes, you can do it. Create a pojo with properties (column) that you want to display in the table and create a list of instances of the POJO and then you can fill your table using the list.

    Sample:

    //POJO
    public class SamplePojo {
    
    private String col1;
    private String col2;
    
    public SamplePojo(String col1, String col2){
      this.col1 = col1;
      this.col2 = col2;
    }
    
    //add setter and getter methods
    }
    
    //Inside bean, prepare a list with pojo instances (Assume a getter exists for pojoList)
    pojoList = new ArrayList();
    pojoList .add(new SamplePojo("Value1", "Value2");
    pojoList .add(new SamplePojo("Value3", "Value4");
    etc.
    
    //Inside jspx
    
       
         
       
       
         
       
    
    

    HTH
    Jean Lou

  • Liaison on the rows in the table based on a key element

    Hello

    I have two separate tables in my form, A and B, with the following data:

    Table A:

    COMPANY_ID DATAITEM_1
    12345Data1Test1
    98765Data1Test2

    Table B:

    COMPANY_ID DATAITEM_2
    12345Data2Test1
    98765Data2Test2

    In both tables, the value of the COMPANY_ID in each row is selected by the user in a drop-down list. DATAITEM_1 and DATAITEM_2 are normal textfields.

    I've linked COMPANY_ID, DATAITEM_1, and DATAITEM_2 in two tables to the matching elements in my XML schema. The form now produces data that looks like this:

    ...

    < DATA >

    < > 12345 COMPANY_ID < / COMPANY_ID >

    < DATAITEM_1 > Data1Test1 < / DATAITEM_1 >

    < / DATA >

    < DATA >

    < > 98765 COMPANY_ID < / COMPANY_ID >

    < DATAITEM_1 > Data1Test2 < / DATAITEM_1 >

    < / DATA >

    < DATA >

    < > 12345 COMPANY_ID < / COMPANY_ID >

    < DATAITEM_2 > Data2Test1 < / DATAITEM_2 >

    < / DATA >

    < DATA >

    < > 98765 COMPANY_ID < / COMPANY_ID >

    < DATAITEM_2 > Data2Test2 < / DATAITEM_2 >

    < / DATA >

    ...

    What I'm trying to do, is to make my form to produce data like this:

    ...

    < DATA >

    < > 12345 COMPANY_ID < / COMPANY_ID >

    < DATAITEM_1 > Data1Test1 < / DATAITEM_1 >

    < DATAITEM_2 > Data2Test1 < / DATAITEM_2 >

    < / DATA >

    < DATA >

    < > 98765 COMPANY_ID < / COMPANY_ID >

    < DATAITEM_1 > Data1Test2 < / DATAITEM_1 >

    < DATAITEM_2 > Data2Test2 < / DATAITEM_2 >

    < / DATA >

    ...

    In other words, I would like to bind DATAITEM1 and DATAITEM2 to a specific dataset based on the COMPANY_ID value on the same line. COMPANY_ID doing so here as the key.

    Could someone tell me if this is possible?

    I modified my example, tables with drop-down lists can be filled in with the code as preOpen event;

    this.clearItems ();

    list var = xfa.resolveNodes ('COMPANY [*]');

    for (var i = 0; i)< list.length;="">

    {

    var point = list.item (i);

    this.addItem (item.COMPANY_ID.rawValue);

    }

    The output event code then looks like;

    If (!.) COMPANY_ID. IsNull)

    {

    var company = xfa.resolveNode ("COMPANY. (COMPANY_ID). (RawValue_===_«_«_+_COMPANY_ID.rawValue+_»_») ");

    society. This.rawValue = DATAITEM_1.RawValue;

    }

    The new sample can be downloaded from https://acrobat.com/#d=SCOps1yz0powjzxs2L9n3w

    But you will have a lot of scripts to add the form, can they add the company duplicate lines and what happens once they have selected a company added the DATAITEM_1 (or DATAITEM_2) and then the company has changed, you need to remove the data entered or allow them to change there minds once again.

    Good luck

  • Add a table row

    I have a standard html table and ice div and want my client to be able to add the table lines to enter new reported issues. When in edit mode, we can change the content in the existing lines, but don't seem to be able to add a new line. Suggestions?

    Morris

    Hello, Morris,.

    You can define the rows in the table repeat regions, which will make your table a recurring element of the group. This allows users to replicate the rows in the table and add new ones.

    It seems that the first thing you want to do is to remove the DIV wrapping the table in Dreamweaver. Then, place your cursor in a table cell (theitems from the line) and go to insert > InContext Editing > create editable region. Do this for each cell in the row that you want to be editable. After specifying the editable cells in your row of the table, select the table row)your table element) and go to insert > InContext Editing > create repeating region. This will allow publishers to duplicate the rows in the table and change the cells in the row you specify as editable.

    Take a look at the next section of Dreamweaver Help for more information about the repeated regions: html http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WS228F034D-1255-463f-BE80-D075F0BACF11.

    And please let me know if you need help with this.

    Best regards
    Corey

Maybe you are looking for