Cannot sort a table

Hi all

The Table > Sort command is grayed out in my verse. FrameMaker. I have 8.0p277 on Windows XP Professional. (Yes, I know it's all the old, but that is what offers the company where I work.)  I tried to select an entire table, a column, lines, by clicking in the table. Do check the command from main menu, context menu and the keyboard shortcut for sorting. Also leave Frame and restarted my computer.  Nothing helps. Your ideas would be very appreciated.

Gloria,

Check your \fminit\Plugins to the presence of the tablesort.dll

If this isn't there, then he got somehow wipe it (maybe someone clean other plug-ins?) and the menu item has nothing to run.

Tags: Adobe FrameMaker

Similar Questions

  • How to obtain an alphabetical pages when not sorting a table

    How can I get an alphabetical pages when NOT sorting a table?

    You use the service "Sorting lines increasing" in the free collection of services WordService from the OS X App Store.

    You have a vertical stacking of items, each end with a return, that you want to sort. Select you the list, and in a blink of an eye, you sort using the application menu Pages: Services: WordService: ascending lines.

    Exit Pages.

    When you download WordService from the OS X App Store, it will install its different Services, but not to allow them. You find the (s) you want enabled in system preferences: keyboard Panel: tab shortcuts: Services (scroll down in the list in the right panel)

    Open your document in Pages, select your list, and you will find the option to sort the items alphabetically now exists as described above.

  • WARNING: dell_psp_eql_routed: PspEqlReadRoutingTable:1138: cannot read the table on page

    Hello community,

    We went just to ESXi 5.1.0 build-1021289. We have installed MEM 1.1.2 and used to configure all of the iSCSI network and has chosen to use our BCM57810 10G cards for unloading rather than use the SW initiator. We are currently on firmware 5.2.6.

    We now see this error constantly in the vmkernel logs.

    2013-05 - 04 T 21: 06:40.074Z cpu4:240833) WARNING: dell_psp_eql_routed: PspEqlReadRoutingTable:1100:Invalid size package of page table (length 4096, 338 expected)
    2013-05 - 04 T 21: 06:40.074Z cpu4:240833) WARNING: dell_psp_eql_routed: PspEqlReadRoutingTable:1138: cannot read the table on page
    2013-05 - 04 T 21: 07:08.085Z cpu4:240833) WARNING: dell_psp_eql_routed: PspEqlReadRoutingTable:1100:Invalid size package of page table (length 4096, 2528 expected)
    2013-05 - 04 T 21: 07:08.085Z cpu4:240833) WARNING: dell_psp_eql_routed: PspEqlReadRoutingTable:1138: cannot read the table on page
    2013-05 - 04 T 21: 07:08.091Z cpu4:240833) WARNING: dell_psp_eql_routed: PspEqlReadRoutingTable:1100:Invalid size package of page table (length 4096, 2528 expected)
    2013-05 - 04 T 21: 07:08.091Z cpu4:240833) WARNING: dell_psp_eql_routed: PspEqlReadRoutingTable:1138: cannot read the table on page
    2013-05 - 04 T 21: 07:08.099Z cpu4:240833) WARNING: dell_psp_eql_routed: PspEqlReadRoutingTable:1100:Invalid size package of page table (length 4096, 2528 expected)

    We did all the additional configurations generally suggested - disabled ACK delayed, disable LRO, iSCSI timeout.
    I can't tell if it's having an impact on our performance or reliability. He sees not to be. However, these errors constantly fill our vmkernel logs.
    Out of curiosity, I went our adapter SW config and I do not get these more. We would really prefer to use unloading iSCSI broadcom cards now that the frames are supported. Has anyone seen else this error or know how I could get more details about this?

    ESXi 5.1.0

    Build-1021289

    The problem is the new broadcom driver, when you use the mode of unloading iSCSI.  VMware and Broadcom to release a patch.   For now just use the iSCSI SW.

  • Script to sort the table in ascending order

    Hello

    I am not able to find any manufacturer of chassis function to sort the table in ascending order with respect to column 1. Please, guide me how I can write the script extended chassis manufacturer to sort the table.

    Thanks and greetings

    Libson

    Here's how you can sort a table with ExtendScript:

    #target framemaker
    
    var doc = app.ActiveDoc;
    // Set a variable for the selected table.
    var tbl = doc.SelectedTbl;
    
    // Select the table.
    tbl.MakeTblSelection (Constants.FF_SELECT_WHOLE_TABLE);
    
    // Sort the table.
    CallClient ("TableSort", "row nocase 0 ascending -1 ascending -1 ascending");
    

    Here's the FDK Programmers Reference for TableSort settings information:

  • Cannot drop the table

    The versions are Oracle 11.2.0.1.0 and Developer SQL 4.0.0.12 on Windows 7 Ultimate SP1.

    Hello

    I am training CBT Nuggets SQL basics (video #11) and cannot delete a table that I just created.  The command and the error are:

    drop table newprods;

    Error starting line: 1 at the controls.

    drop table newprods

    Error report-

    SQL error: ORA-00604: error occurred at the SQL level 1 recursive

    ORA-20000: cannot delete the object

    ORA-06512: at line 2

    00604 00000 - "an error occurred at the SQL level recursive %s.

    * Cause: An error occurred during the processing of a recursive SQL statement

    (a statement applicable to dictionary tables inside).

    * Action: If the situation described by the following error stack

    can be corrected, to do so; otherwise contact Oracle Support.

    As the HR user, I created two tables and created a FK constraint between them.  After truncating the table with this FK, I am unable to drop.  Even if I remove the FK, the error is the same.  Issing the command in SQL * Plus gives the same error.

    This is the first time that I have created a table from Oracle installation on this machine and is my first attempt to delete a table.  I did not create sequences, triggers, or views based on these newly created tables.

    Someone at - it ideas?

    See you soon

    Re: Unable to delete object?

  • Why cannot create the table partitioned successfully?

    Why cannot create the table partitioned successfully?
    SQL> create table hr.gps_log_his
    (id number,
    name varchar2(10),
    time date)
    tablespace ts_log_his
    PARTITION BY RANGE (TIME)
    (PARTITION udp_part09110707 VALUES LESS THAN (TO_DATE('09110708','yymmddhh24')),
    PARTITION udp_part09110708 VALUES LESS THAN (TO_DATE('09110709','yymmddhh24')),
    PARTITION udp_part09110709 VALUES LESS THAN (TO_DATE('09110710','yymmddhh24')),
    PARTITION udp_part09110710 VALUES LESS THAN (maxvalue)
    );
    
    (PARTITION udp_part09110707 VALUES LESS THAN (TO_DATE('09110708','yymmddhh24')),
    Error on line 7: 
    ORA-14120: DATE columns did not specify the complete partitioning limits.

    The detailed error message is as follows:

    ORA-14120: incompletely specified partition bound for a DATE column
    
    Cause: An attempt was made to use a date expression whose format does not fully
    (i.e. day, month, and year (including century)) specify a date as a partition bound
    for a DATE column. The format may have been specified explicitly (using TO_DATE()
    function) or implicitly (NLS_DATE_FORMAT).
    
    Action: Ensure that date format used in a partition bound for a DATE column supports
    complete specification of a date (i.e. day, month, and year (including century)). If
    NLS_DATE_FORMAT does not support complete (i.e. including the century) specification
    of the year, use TO_DATE() (e.g. TO_DATE('01-01-1999', 'MM-DD-YYYY') to fully
    express the desired date. 
    

    Action: Change to_date('09110708','yymmddhh24') to
    to_date('2009110708','yyyymmddhh24')

  • Sort by table headers

    Does anyone know a way to make the titles of the header of a whiteboard so that a user can sort the table by a column heading given?

    I use PHP with a MySQL database data using the repeat function.

    I tried this option which is what I would do, but it does not work.

    http://www.kryogenix.org/code/browser/SortTable/

    See you soon

    Thanks for the link, rhe solution worked well.

    see you soon

  • ORA-30506: triggers system cannot rely on tables or views

    Hai all,


    Why the b/m trigger fails with the error;

    create or replace trigger audit_ddl_trg after the ddl on the TABS
    *
    ERROR on line 1:
    ORA-30506: triggers system cannot rely on tables or views


    create or replace trigger audit_ddl_trg after ddl on TABS
    declare
      sql_text ora_name_list_t;
      stmt VARCHAR2(4000) := '';
      n number;
    begin
      if (ora_sysevent='TRUNCATE')
      then
        null;
      else
        n:=ora_sql_txt(sql_text);
        for i in 1..n
        loop
          stmt:=substr(stmt||sql_text(i),1,4000);
        end loop;
        insert into audit_ddl(d, osuser,current_user,host,terminal,owner,type,name,sysevent,sql_txt)
        values(
          sysdate,
          sys_context('USERENV','OS_USER') ,
          sys_context('USERENV','CURRENT_USER') ,
          sys_context('USERENV','HOST') ,
          sys_context('USERENV','TERMINAL') ,
          ora_dict_obj_owner,
          ora_dict_obj_type,
          ora_dict_obj_name,
          ora_sysevent,
          stmt
        );
      end if;
    end;
    Thank you
    Kai

    Kai,

    check this Doc ID metalink note: 107481.1 for the possible resolution, if not, see after outbreak of the sample

    CREATE OR REPLACE Trigger test
     AFTER LOGON
     ON SCOTT.SCHEMA  <==== The corrected line.
     BEGIN
      NULL;
     END;
    

    Concerning

  • Cannot sort the results table using datetime attribute

    I use short 3.1. My result table disappears when I try to sort by using a date/time attribute. I also saw him sometimes throw me an error: in ORDER BY clause: ORDER BY clauses may refer only to the attributes set in the same statement. I don't have any problem sorting the same point of view on a list of result of the datetime attribute. What could be wrong?

    I installed the provided patch support of oracle and it works. My studio version was 3.1.14220. After connection, the version is 3.1.18915.

  • Cannot sort column with images in figures

    Hello

    I just upgraded to El hab., rose up to 24 GB of RAM, and try to pass to numbers 3.6.2 MS Office 365 Excel is now extremely slow. There is a constant turnover ball.

    I made a spreadsheet and adding image by clicking INSERT, then CHOOSE in column D, and then I took the correct image file.  I'm not using Photos.

    When I sort, sort all the columns except the images w / column D; that doesn't move so the appropriate info is not with the correct photo.

    I'd appreciate your help!

    Thank you.

    I am on IOS 5/11/10 and numbers 3.6.2

    Office 365 should not run too slow on your Mac.  You might want to look at why this is happening.

    Regarding sorting in numbers, make sure that the images are actually ' in' the background of each cell.  Click on an image that you inserted on the sheet, command + x to cut, click a cell in a table and command-v to paste.  Once in the background of a cell, a picture will follow this cell when it moves in the context of a sort.

    SG

  • Cannot sort a row or column of numbers

    Using the numbers 3.6.1.  When I select a row or a column of cells the Crescent/descending sort options are grayed out.

    I created several test table and the results are the same.

    Any suggestions would be greatly appreciated.

    Thank you!

    Here is a shot of the pane out.

  • Sort a table 2D

    Hello everyone,

    Can someone please help me in sort of a 2D array. Here's the requirement there will be some groups and each group is composed of 'x' number of items. The user enters only the elements but in a zig zag order. And the short program of sorting on each channel and on the list to which group membership (where the name of group and elements 2D table is provided).

    Say, for example, if there are three groups with some elements in each of the groups as follows.

    Physics: speed bump, force, torque, capacity

    Chemistry: reaction, chemicals, sodium

    Geography: Earth, map, soil, Earth.

    And if the user enters the following entry: couple, produced chemical, power, reaction, ground, Earth.

    The program should return the following result:

    Note: The order of the elements must match the order they are defined.

    Physics, force, torque-group name and group in the first row elements

    Chemistry, reaction, chemical - group name and group items in the second row

    Geography, Earth, soil - group name and group items in the third row

    Thanks for the help

    -Rambeau


  • Tenaris the sorted string table section and put it at the beginning

    Hi all

    I have an array of sorted strings (see ataached), which contain strings, numeric as T1 - T2, T1-1... T8-1 T8-2... T32-1. I want to do is to select the completeT8 and T9 parts and put it at the beginning of the table keeping remaining table sorted. Is it possible to do so. I try to match and replace without becoming confused in its use.

    Thanks for the help.

    Ankit G

    "Strings of tooth (out)" contains your original sorted table "tooth Strings (en)" with T8 and T9 at the beginning.  There is no deleted items or repeated. The code is attached.

  • Problem of sorting of tables and... Using the functionality of the case

    OK, so im do this bit of code that solves the linear equations of 3 x 3, I have most of the code actually lack just 2 small pieces for value of ascetics, garlic try to describe them as detailed as I can, no matter what type of advice or advice with any of them would be greatly appreciated

    Some details of the program:

    Equation MUST be entered in a string and not must (and probably should) be able to do some difficult fixing

    It will be limited to the +'s and-'s signs

    Problem 1.

    I don't really know how to 'sort' my equation according to their variables, example:

    User input: - 2 y + 1 * x z - 1 = 2

    I can make it look like: - 2 y + z - 1 x 1 = 2

    I want what it looks like: 1 x-2 y - 1 z = 2

    I can handle sort the equation, IF I knew the order the user will add variables, the only thing that comes to mind is turning them into a table and make a case for each (x, y, z - x, z, y - etc.) and by using some kind of process of elimination to choose the table 'longer or shorter', I really haven't got much if this because it seems like a stupid idea , but it's the only thing it comes to my mind.

    Problem 2.

    So as im fixing the spaces between characters, at least, I find a '10', I don't want one "1 0", very roughly, I managed to work around this problem by using a "find and replace String", but I'm having trouble making a "case" for her, as in, I can't understand the entry of 'right' to a string of cases. " example:

    User input: 1 x-2 y - 1 z = 12

    The result inside the box is correct and resembles a '12', but as I don't know the correct entry, obviously my default case is empty, and it passes through, so the result on the outside is a '1 2 '.

    Any link for someone who fixed a similar problem or guides would be great, I'd also like to announce that 3 weeks ago, I've not even knew what was "LabVIEW", if you can 'dumb down' a little explanation would be greatly appreciated.

    You can try to use php code Analyzer to help analyze. The joint was a quickly hacked together solution that makes several assumptions (a big one being that the entry is correct and equal to is the last thing). This isn't really a complete solution.

    Sorry I didn't have the time to comment on it. If it seems odd, I was using money orders that got lost, when I recorded it for the previous version.

  • How to sort a table double in blackberry?

    I need to sort a double table containg frequencies. I have java we can do by the method "Arrays.sort (). But Blackberry does not support table double sorting with this method. Someone has any idea how to do? Thank you.

    implement your own sorting algorithm must be covered by each course programming first half, I'm sure you can find many of them online.
    If this sounds too awkward, you could use instead of double [] objects and set up your own comparison.

Maybe you are looking for

  • Portege M800 - cannot recover Vista

    HY guys! Here's my problem, or even one of my friends... Today, my friend bought a Toshiba Portege M800-116 - model No.: PPM81EShe turned on and I forgot to plug it in, so it closed during the installation of Vista and because she is a total noob on

  • Document pages in word on the iTunes format are duplicated.  How can I delet extra copies?

    I synchronize with all my Pages documents in Word format.  The problem is that every document on my iPhone is presented as reproduce under the iTunes, section of Pages of Documents, same old deleted documents.  Tried to remove the extra copies direct

  • Installation Wizard downloads and runs the HP printer

    Learn how to download and run the wizard to install printer HP (PIW). Printer Installation Wizard allows to solve many common installation problems, such as finding the correct driver for your printer, using your HP printer the same way that you used

  • HP pavilion 500-003 has drivers windows 7

    I just want to know why there is no driver file for Windows 7 by using the HP Pavilion 500-003. I recently bought a new computer with Windows 8 pre-installed on it. I don't like Windows 8 and want to go back to Windows 7, as some programs that I use

  • Windows updates 'Important'

    I get significant updates that I'm not sure that I need to install.  This week, I have updates for Suites in Microsoft Office 2007, Office Excel 2007, and Office Word 2007.  The only way I use one of them if I have a folder in My Documents, which ope