How to set the number of rows displayed in a classical report at runtime?

Hi,
Our customer has several standard client hardware configuration and would like to enable end users to choose their 'display profile' at login time. This 'display profile' would contain predefined values for these hardware configurations and supposed to set various paramters that should define the number of rows displayed in a classical report region.
I tried to provide parameters on the report region but it refused to accept anything but numerical values. Is it possible to do this?
Regards, Tamas

The link is to the closest linkable point in the documentation to the description of the Number of Rows (Item) attribute.
It sounds like you have been trying to enter—unsuccessfully—an item name or substitution string into the Number of Rows attribute. The Number of Rows (Item) attribute is the one that actually allows you to do this. Click on the flashlight icon beside it to get a list of items from the application.

Similar Messages

  • How to set the number of rows that an awt.Choice can display

    Dear Sir,
    I want to ask how an awt.Choice  can set the number of rows that it can display, like the method setMaximumRowCount in JCombobox. Since I want to set more row can be displayed, but choice no any method can set. And I have tried to add Jcombobox into awt.frame, then, the handling event function cannot receive event for the right-top cornet button(minimize, maximum, close).
    Best Regards,

    please post a Short, Self Contained, Correct Example showing your problem.
    bye
    TPD

  • How to set the number of records displayed at run time

    Is it possible to set the number of records displayed block property at run time? The built-in 'GET_BLOCK_PROPERTY' can retrieve the number of RECORDS_DISPLAYED. But I can't find SET_BLOCK_PROPERTY to set this property. Is there anyway I can set this property programmatically? Thanks for any suggestions!

    Bookmark Go to End
    goal: How to vary the number of records displayed in a block
    programmatically
    fact: Oracle Forms Developer
    fix:
    Block property 'Number of Records Displayed' can not be changed during runtime
    using SET_BLOCK_PROPERTY. However, it is still possible programmatically change
    the visual appearance of the form so that it creates effect of changing this
    property. To achieve such an effect follow these steps:
    1. in Forms Builder, in the multirecord block define the new set of items.
    The simplest way is to copy/paste the original item and rename created item.
    2. set properties of these new items so that they are the same as the properties
    of the original items. If these new items were copied from original items
    then properties are already the same. Modify following properties
    'Database item' on new items to value 'No'
    'Synchronize with item' to the value of the original item
    'Number of Items Displayed' to desired value.
    'Visible' to 'No'
    In other words, these new items are mirrors of original items.
    3. code event, which is meant to trigger the change in block appearance.
    This code should use SET_ITEM_PROPERTY built-in to set properties
    like 'VISIBLE', 'ENABLED', 'NAVIGABLE', 'UPDATE_ALLOWED' and others
    to desired value for items which are about to be displayed, then
    move cursor to one of these just displayed items with GO_ITEM built-in
    and then hide the previously displayed items.
    Example:
    Assume that the block is built on SCOTT.DEPT schema. Following will
    change the set of displayed items
    set_item_property('dept.mdeptno',visible,property_true);
    set_item_property('dept.mdname',visible,property_true);
    set_item_property('dept.mloc',visible,property_true);
    set_item_property('dept.mdeptno',enabled,property_true);
    set_item_property('dept.mdname',enabled,property_true);
    set_item_property('dept.mloc',enabled,property_true);
    set_item_property('dept.mdeptno',update_allowed,property_true);
    set_item_property('dept.mdname',update_allowed,property_true);
    set_item_property('dept.mloc',update_allowed,property_true);
    set_item_property('dept.mdeptno',navigable,property_true);
    set_item_property('dept.mdname',navigable,property_true);
    set_item_property('dept.mloc',navigable,property_true);
    go_item('dept.mdeptno');
    set_item_property('dept.deptno',visible,property_false);
    set_item_property('dept.dname',visible,property_false);
    set_item_property('dept.loc',visible,property_false);
    Regards,
    Monica

  • How to set the number of rows per page dynamically

    Hello all,
    i urgent need the option to set the number of rows per page dynamically.
    I've got a parameter.
    In dependence of the value of this paramter i want to set the number of rows per page of a repeating frame.
    The Reports Builder version i use is 10.1.2.0.2
    I defined a report trigger.
    My code so far:
    function R_G_BEMERKUNGFormatTrigger return boolean is
    begin
    if :vYN_Display_one_per_page = 'Y' then
    --what i've to write right here??
    return (TRUE);
    else
         return (TRUE);
    end if;
    return (TRUE);
    end;
    Can anyone help me please??
    Best regards
    Florian

    Do you just need to change back and forth between 1 and some other number? If so, you can create two identical layouts, one with the "number of rows per page" preperty (on the repeating frame) set to 1 and the other layout set to whatever. You would have to have duplicate layouts for each group you wanted to do this with. Your format trigger on the outermost master group frame where num of rows was 1 would look like:
    function M_G_ename_GRPFRFormatTrigger return boolean is
    begin
      if :vYN_Display_one_per_page = 'Y'  then
        return (TRUE);
      else
        return (FALSE);
      end if;
    end;Your format trigger on the outermost master group frame where num of rows was whatever would look like:
    function M_G_ename_GRPFR1FormatTrigger return boolean is
    begin
      if :vYN_Display_one_per_page = 'N'  then
        return (TRUE);
      else
        return (FALSE);
      end if;
      return (TRUE);
    end;

  • How to increase the number of row displayed in the result set.

    Hi All,
    I have a seeded oracle page OA.jsp?page=/oracle/apps/pa/structure/webui/FPStructVersionPG from projects module.
    On the above page, when we click on the financial tab to see the tasks, it shows only 180 tasks out of 298. I dont find any link on the page which would give me the rest of the tasks, overall it shows only 180 tasks.
    I checked the VO query it picks up all the 298 records.
      SELECT   *
        FROM   (SELECT   element_number,
                         element_name,
                         object_type,
                         element_version_id,
                         proj_element_id,
                         project_id,
                         display_sequence,
                       ---  milestone_flag,
                       ---  critical_flag,
                         parent_element_id,
                         relationship_type,
                         relationship_subtype,
                         summary_element_flag,
                      ----   progress_status_code,
                      ---   progress_status_meaning,
                      ---   progress_comments,
                     ---    scheduled_start_date,
                      --   scheduled_finish_date,
                         task_manager_id,
                         task_manager,
                         parent_structure_version_id,
                         wbs_level,
                         wbs_number,
                         DECODE (object_type,
                                 'PA_STRUCTURES', 'StructureVersion',
                                 'NoIcon')
                            AS structure_icon,
                       --  DECODE (critical_flag, 'Y', 'Critical', 'NoIcon')  AS critical_icon,
                     --    DECODE (milestone_flag, 'Y', 'Milestone', 'NoIcon') AS milestone_icon,
                         DECODE (relationship_type, 'L', 'Link', 'NoIcon')
                            AS link_icon,
                         DECODE (object_type, 'PA_STRUCTURES', 'Y', 'N')
                            AS disable_select_flag,
                         elem_rec_ver_number,
                         elem_ver_rec_ver_number,
                       --  elem_ver_sch_rec_ver_number,
                         DECODE (object_type,
                                 'PA_STRUCTURES', 'NoEditTaskNumber',
                                 'EditTaskNumber')
                            AS display_task_number,
                         DECODE (object_type,
                                 'PA_STRUCTURES', 'NoEditTaskName',
                                 'EditTaskName')
                            AS display_task_name,
                         DECODE (summary_element_flag,
                                 'Y', 'NoEditSchStartDate',
                                 'EditSchStartDate')
                            AS display_start_date,
                         DECODE (summary_element_flag,
                                 'Y', 'NoEditSchFinishDate',
                                 'EditSchFinishDate')
                            AS display_finish_date,
                         DECODE (object_type,
                                 'PA_STRUCTURES', 'NoEditTaskManager',
                                 'EditTaskManager')
                            AS display_task_manager,
                         DECODE (object_type, 'PA_STRUCTURES', '0', wbs_number)
                            AS outline_number,
                         element_number AS formatted_task_number,
                         element_name AS formatted_task_name,
                       --  progress_comments AS formatted_progress_comments,
                       --  scheduled_start_date AS formatted_start_date,
                      ---   scheduled_finish_date AS formatted_finish_date,
                         task_manager AS formatted_task_manager,
                      ---   status_icon_active_ind,
                       --  percent_complete_id,
                       ---  status_icon_ind,
                         NULL AS task_manager_raw,
                         DECODE (
                            task_manager,
                            NULL,
                            DECODE (summary_element_flag,
                                    'Y', '<B>' || task_manager || '</B>',
                                    task_manager)
                            AS task_manager_raw_no_link,
                         status_code,
                         status_code_meaning,
                         priority_code,
                         priority_description,
                         organization_id,
                         organization_name,
                      --   include_in_proj_prog_rpt,
                         description,
                         OBJECT_RELATIONSHIP_ID,
                         OBJECT_REC_VER_NUMBER,
                      --   pev_schedule_id,
                         parent_element_version_id,
                         STRUCTURE_TYPE_CLASS_CODE,
                         link_task_flag,
                         DISPLAY_PARENT_VERSION_ID,
                         parent_ver_rec_ver_number,
                        -- actual_start_date,
                        -- actual_finish_date,
                       --  estimated_start_date,
                      --   estimated_finish_date,
                      --   completed_percentage,
                      ---   as_of_date,
                       ---  report_version_id,
                         baseline_start_date,
                         baseline_finish_date,
                         DECODE (object_type,
                                 'PA_STRUCTURES', 'NoLinkedTaskName',
                                 'LinkedTaskName')
                            AS Linked_Task_name,
                         pm_source_name,
                         pm_source_code,
                         pm_source_reference,
                         DECODE (NVL (pm_source_name, 'Y'),
                                 'Y', NULL,
                                 pm_source_reference)
                            AS display_pm_source_ref,
                         element_name || ' (' || element_number || ')'
                            AS task_name_number,
                       --  est_sch_start_var,
                       ---  est_sch_finish_var,
                        -- act_sch_start_var,
                       --  act_sch_finish_var,
                       ---  sch_bsl_start_var,
                      ---   sch_bsl_finish_var,
                         DECODE (object_type,
                                 'PA_STRUCTURES', 'NoLinkTaskNameNumber',
                                 'LinkTaskNameNumber')
                            AS linked_task_name_number,
                      --   critical_flag_meaning,
                      --   milestone_flag_meaning,
                         work_telephone,
                         service_type_meaning,
                         service_type_code,
                         work_type_name,
                         work_type_id,
                         chargeable_meaning,
                         chargeable_flag,
                         billable_meaning,
                         billable_flag,
                         receive_project_invoice_m,
                         receive_project_invoice_flag,
                         transaction_ctrl_start_date,
                         transaction_ctrl_finish_date,
                       --  prior_percent_complete,
                      --   progress_brief_overview,
                      ---   SCHEDULE_AS_OF_DATE,
                    ----     TRANSACTION_AS_OF_DATE,
                   ---      BASELINE_AS_OF_DATE,
                     ---    ESTIMATE_AS_OF_DATE,
                      --   ACTUAL_AS_OF_DATE,
                         ACTIVE_TASK_MEANING,
                         DAYS_TO_SCH_START,
                         DAYS_TO_SCH_FINISH,
                         FINANCIAL_TASK_FLAG,
                       ---  DAYS_TO_ESTIMATE_START,
                       --  DAYS_TO_ESTIMATE_FINISH,
                       --  DAYS_SINCE_ACT_START,
                        -- DAYS_SINCE_ACT_FINISH,
                        -- FINISHED_TASK_FLAG,
                        -- FINISHED_TASK_MEANING,
                         TASK_CREATION_DATE,
                         LOWEST_TASK_MEANING,
                         TASK_TYPE_ID,
                         TASK_TYPE,
                         TASK_STATUS_CODE,
                         TASK_STATUS_MEANING,
                       --  PHASE_CODE,
                        -- PHASE_CODE_MEANING,
                        -- PLANNED_EFFORT,
                       --  WEIGHTING_PERCENTAGE,
                        -- SCHEDULED_DURATION_DAYS,
                        -- BASELINE_DURATION_DAYS,
                        -- ESTIMATED_DURATION_DAYS,
                        -- ACTUAL_DURATION_DAYS,
                         ADDRESS_ID,
                         ADDRESS1,
                         ADDRESS2,
                         ADDRESS3,
                         ADDRESS4,
                       --  WQ_ITEM_CODE,
                       --  WQ_ITEM_MEANING,
                        -- WQ_UOM_CODE,
                        -- WQ_UOM_MEANING,
                        -- WQ_PLANNED_QUANTITY,
                        -- ACTUAL_WQ_ENTRY_CODE,
                        -- ACTUAL_WQ_ENTRY_MEANING,
                        -- PROG_ENTRY_ENABLE_FLAG,
                        -- PERCENT_COMP_ENABLE_FLAG,
                        -- REMAIN_EFFORT_ENABLE_FLAG,
                        -- TASK_PROGRESS_ENTRY_PAGE_ID,
                        -- PAGE_NAME,
                        -- BASE_PERCENT_COMP_DERIV_CODE,
                        -- BASE_PERCENT_COMP_DERIV_M,
                        -- WQ_ENABLE_FLAG,
                         --PROG_ENTRY_REQ_FLAG,
                            address1
                         || ''
                         || address2
                         || ''
                         || address3
                         || ''
                         || DECODE (address4, ' , , ', '', address4)
                            work_site_full_address,
                         STRUCT_PUBLISHED_FLAG,
                         --ACTUAL_WORK_QUANTITY,
                        -- ESTIMATED_REMAINING_EFFORT,
                        -- VERSIONING_ENABLED_FLAG,
                         ---PHASE_VERSION_ID,
                         project_name,
                         project_number,
                         TASK_UNPUB_VER_STATUS_CODE,
                         DECODE (summary_element_flag, 'Y', 1, 0) AS leaf_task_flag,
                         0 AS PROJ_LEVEL_DISABLE_FLAG,
                         child_element_flag,
                         OPEN_ISSUES,
                         OPEN_CHANGE_DOCUMENTS,
                        -- phase_name,
                        -- days_until_scheduled_finish,
                         DECODE (TASK_UNPUB_VER_STATUS_CODE, 'TO_BE_DELETED', 1, 0)
                            AS to_be_deleted_image,
                         'WorkInfo' AS task_manager_called_page,
                         '-1' AS task_manager_resource_id,
                         OPEN_CHANGE_REQUESTS,
                         OPEN_CHANGE_ORDERS,
                         0 AS structure_type_flag,
                         DECODE (
                            PA_PROJ_ELEMENTS_UTILS.IS_LOWEST_LEVEL_FIN_TASK (
                               project_id,
                               element_version_id,
                               'N'
                            'N',
                            'Y',
                            'N'
                            AS FinChildElementFlag,
                         DECODE (
                            PA_PROJ_ELEMENTS_UTILS.CHECK_IS_FINANCIAL_TASK (
                               proj_element_id
                            'N',
                            1,
                            0
                            txn_dates_flag
                  FROM   pa_fin_structures_tasks_v) QRSLT
    ORDER BY   display_sequencePlease suggest how to get this done, this is oracle seeded module.
    Ashish

    Hi Ashish,
    Please check with vo.getRowCount();how many results are being fetched by vo.else substitute the vo to get vo,setMaxfetchSize().I'm not sure.Please check with this.I will be very glad if you let me know.
    Best Regards
    Krishna Priya Bandyopadhyay

  • The number of rows displayed in a JTable

    Hi,
    Can anyone tell me how I choose the number of rows displayed in a JTable? My table displays 25 rows, and thats a bit too many.
    Thanks.

    You dont need to do much.. I think you just have to initialze the table with ..
    JTablt t = new JTable(rows,cols);
    and make sure to make the 'rows' parameter to whatever u want. :-)
    Cheers

  • How to increase the number of rows to be displayed in BEx Web Analyzer

    hi,
    I am viewing reports using BEx Web analyzer option. It is displaying only 24 rows  of data at a time. How to increase the number of rows? do i need to any kind of settings?
    pls reply.

    Hi,
    I think the standard template in 2004s is named 0ANALYSIS_PATTERN. You can find it in Web Application Designer, open, and search for the technical name. If you want to change the number of rows or columns, you can find this setting near the bottom of the XHTML view of the template:
    <bi:BLOCK_COLUMNS_SIZE value="4" />
    <bi:BLOCK_ROWS_SIZE value="17" />
    Then just save, and ignore the error messages.
    Message was edited by:
            vind Reinsberg

  • How do you set the number of rows in a spreadsheet, so that even when you drag data in, in writes over those rows instead of adding a new row?

    How do you set the number of rows you want in a spreadsheet, so that even when you drag data in, in writes over those rows instead of adding a new row?

    After the discovery reported above, I filed this report :
    Bug ID# 10073038
    Summary:
    When Numbers is used on a system with decimal comma a csv file may be good AND wrong
    Steps to Reproduce:
    With Numbers v2, you introduced an interesting enhancement.
    In system using the comma as decimal separator, Numbers requires csv files using the semi-colon as values delimiter.
    In fact it’s true if we OPEN the document dragging its icon on Numbers one or thru the open dialog.
    This said.
    (1) Drag and drop a csv built with the 'semi-colon' standard on a table or on a sheet
    (2) Drag and drop a csv built with the 'comma' standard on a table or on a sheet
    Expected Results:
    Every normally constituted user assume that in
    case (1) he will get a perfectly built table
    case (2) he will get every cells of a row in a single cell
    Actual Results:
    In fact you forgot the drag and drop way of use and in
    case (1) every values separated by semi-colon are inserted in a single cell
    case (2) values separated by comma are correctly spread in a table
    isn’t it ridiculous ?
    Regression:
    Except looking in  QuickView to see which is exactly the structure of the file to decide the way we will insert it in a Numbers document, we may use an applescript fair enough to replace the semi-colons by TAB characters
    or
    to replace the commas by TABs and the decimal periods by commas
    Notes:
    While I am on this subject, I wish to make two proposals:
    (1)  It would be fine to format the date according to the ISO format year-mm-dd when you export a Numbers doc to csv.
    Doing that, dates would be imported correctly in every countries.
    At this time, on an English system, you export as mm/dd/year.
    If the doc is open on a system using the format dd/mm/year, the results will be odd.
    On a system using the format dd/mm/year, you export this way and so, if the doc is open on a system using the format mm/dd/year the results are odd too.
    As every localized versions accept the ISO format (at least on entry), using it in the export scheme would give a correct behavior everywhere.
    (2) It would be fine to add the format Tab Separated Values in the Export pane.
    TSV + ISO date format would give documents opening flawlessly everywhere.
    Yvan KOENIG (VALLAURIS, France) dimanche 4 septembre 2011 21:27:41
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • Classic Report limit the number of rows displayed

    Hi All,
    In my application I have a classic Report which show the data of a simple query. For lay-out reasons I want to limit the number of display to 5 instead of the default 15. I've looked in several forums and they told me that I have to set the number of rows in the report attributes.
    But it did not what I want. I'm Using APEX 4.1.0 on a Oracle 11G database
    My question is: How can I limit the maximum number of rows in a classic SQL Report.

    Hamertje16 wrote:
    In my application I have a classic Report which show the data of a simple query. For lay-out reasons I want to limit the number of display to 5 instead of the default 15. I've looked in several forums and they told me that I have to set the number of rows in the report attributes.And did you do so?
    But it did not what I want. I'm Using APEX 4.1.0 on a Oracle 11G databaseHow did it not do what you want? Displayed an error? Displayed no rows? Displayed 15 rows? Displayed some other number of rows? We can only help if we fully understand the nature of the problem.
    My question is: How can I limit the maximum number of rows in a classic SQL Report.To display 5 rows per page set the report's Number of Rows attribute to *5*.
    However, pagination settings get cached for the duration of the session. For this change to be instantly visible, either log out, restart the brower, and log in again, or manually re-request the page from the browser address bar, adding 'RP' in the ClearCache position in the URL.

  • How to increase the number of rows in Status Oveview iView in MSS?

    Hi
    We have implemented MSS and have a question regarding Status overview iview.
    The standard status overview iview of the team workset has 5 rows and we have to scroll using the arrow buttons to select/view a request.
    Now can anyone explain me how to increase the number of rows in this iview? Is this somthing that has to be accoplished through web dynpro customization?
    I checked the options in iView property and do not see any option to increase the number of rows.
    please help
    Thanks
    -Michael

    Hi Micheal,
    Well, I am not really sure, if you could accomplish this using customizing, but I am sure that you can accomplish this using the JDI. Well, you can extract the application's source code using JDI and then change the required display rows property and republish it.
    Am not really sure if this is suggestable method for this requirement,but it can be achieved using this JDI stuff.
    Regards
    <b>Raja Sekhar</b><i></i>

  • How to set the number of seconds a servlet is allowed to run

    I use JSP to generate a report, but it will take about 10 minutes to search.
    IE Client screen displays an error message what is "Cannot find out your page" after 8 minutes. How to set the number of seconds a servlet is allowed to run.

    It's not a matter of how long the servlet is running... it's the browser timing out because the servlet hasn't responded to its request.
    You have several options:
    1) "Browser Pinging"
    Your servlet sends some small data which can be either seen or unseen (html comments, hidden chars, etc) by the user at short intervals while your report is running. When the report is finished, the browser will not have timed out because it has been "snacking" on those small bits of data which tell the browser its original request was both heard and being handled. I don't think there is any timeout in IE as long as it receives data continually (or at least before its own timeout mark over and over again...)
    2) Multithreaded processing
    This would probably be a better approach. Have the report run in a separate thread running on the server. You'd want to store a reference to this executing report in the user's session. Instead of making the browser wait for the report to be finished, have the servlet check the user's session to see if a report exists and is running. If one does not exist, create one and start its execution. If one does exist, and is still running, print a "please wait" type of message OR an animation, etc... along with some javascript which will reload the page every few seconds. If the page reloads and the servlet sees that the report is finished, it can then display it to the user.
    Hope this helps,
    -Scott

  • How to limit the number of rows in a smart form , sap script.

    Can anyone tell me how to limit the number of rows in the output of a sap script/smart form. I have tried "protect/endprotect" in sap script but have no idea of how to do in smart form. In sap script the only way it has happened is by reducing the size of the main window.

    Hi,
    In Smartform also, why dont you try reducing the size of the window if you want to limit the rows in it. Also if you are printing Line Items in a LOOP, you can write
    LOOP AT T_ITAB FROM 1 TO N in the LOOP Node if you know how many records exactly you want to display in 1 Page processing.
    regards,
    Mahesh

  • How to count the number of rows in a resultser object?

    hi there
    how to count the number of rows in a resultser object which may contains millions of rows? besides using a while loop? thanks

    You don't, you execute a query whose result is the record count of those records that match the search and then you execute the actual query to create your record set. Typically you do
    select count(id) from YourTable where [filter]
    from the resulting ResultSet do
    int res.getInt(1);
    which gives you the count and then
    select id from YourTable where [filter]
    to produce the actual result set.
    in the second query the id part can be substituted with the actual fields you want.

  • How to change the number of mails displayed

    I have two accounts on my iTouch..I know how to change the number of mails displayed for the exchanged account (being the second-added email account)...But I don't know how to change it on my account email... I only want the recent like 20 messages to be displayed... But after I was reading through my email (meaning that pretty much all my emails were downloaded).. I couldn't decrease the number of emails displayed on my account email anymore....

    Settings>Mail, contacts, calendars>Mail>Show Recent Messages. The least amount that you can set it for is 50 messages.

  • Changing the default number of rows displayed in a interactive report

    Hi,
    I have a sql query based interactive report but i cant change the default number of pages i.e 15.
    is there any way to change the number of rows displayed.
    Thank you,
    rakesh

    Hi,
    That was very useful document that you shared, yes that is correct we can so it this way but there is another way doing it where in if you go to the report attribute section and in that there is Layout and Pagination and under
    that you can fix the number of rows, and over there we can also accept values from page item such as if the page item value changes the number of rows displayed in the report changes dynamically.
    In my report i get only pagination but not a option for layout.
    Any help will be appreciated.
    And also where i can get the links to the similar document that you have shared ?
    TY
    rakesh
    Edited by: rakesh119 on Apr 30, 2013 12:10 PM

Maybe you are looking for

  • ICal will not let me enter an event on a certain date.

    Ok, so I'm trying to enter an event on Sunday the 7th of October on my MBP's iCal (5.0.3) and every time I double click on the date in month or week view, it leaps to Saturday the 6th.  I've tried entering the event on my iPad and it shows up on the

  • Lack of reply and Lost threads!

    I have posted two threads here: http://forums.computers.toshiba-europe.com/forums/message.jspa?messageID=251472#251472 and here: http://forums.computers.toshiba-europe.com/forums/message.jspa?messageID=251505#251505 Neither have been replied to and t

  • How do I update to the latest version on InDesign?

    How do I update to the latest version on InDesign?

  • Library download error message on nook touch

    Recently I updated my nook touch.  Before the update I was able to download books from the local library.  Now i get an error message which states 'not activated'.

  • Keyboard mismatch between Mac and Windows

    Hi I am currently running VMware (latest release) with two virtual machines: Windows XP and Scientific Linux 4.5 Do you know where can I find a correct Portuguese keyboard map of my Mac Book Pro (Mac OS X 10.5.6) for those virtual machines ? Thanks a