Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Delivered
Workspace IBM i
Categories IBM i Access Family
Created by Guest
Created on Nov 6, 2017

Request ACS5250 emulator to enable ENTFLDATR on Bypass Field

The implementation of the IBM i ACS 5250 emulator has disabled a feature that exists within the Personal Communications based emulators. Specifically, it does not allowing highlighting a field that is a bypass field. This was done to follow the 5494 specifications, even though this specification has not been implemented in the 25 plus years since the 5494 specifications were issued. The 5494 Functions Reference Section 15.6.12.2 states “ A highlighted entry field FCW is ignored for a bypass field …”

Even though the IBM i ACS 5250 emulator is behaving per specification more appropriately then the IBM i Access for Windows PC5250 and Personal Communications emulators do, that due to the precedence set by this long standing behavior the IBM i ACS 5250 emulator should provide a configurable setting to allow the same behavior as the other emulators that could be enabled if a customer so desired to allow application compatibility with both emulators.


Use Case:

System - IBM i typical subfile application
Actor - User selecting data from subfile
Scenario - Program displays a subfile, user selects record to process by moving cursor to specific line, system highlights line as user moves cursor.

I am attaching a screen shot demonstrating the highlighting as well as the relevant section of the display file and sample source of a file, display file and RPG program that utilize the feature.


Idea priority High
  • Guest
    Reply
    |
    Feb 22, 2018

    This support is now available in version 1.1.7.3 dated February 2018.

    The following property may now be set in AcsConfig.properties to enable this support:
    com.ibm.iaccess.PC5250Compatibility=allowHighlightBypassField

    Other options for setting com.ibm.iaccess.PC5250Compatibility are documented in the AcsConfig.properties file.

  • Guest
    Reply
    |
    Dec 15, 2017

    We will provide a way to change the default behavior in the next update by setting a property in the AcsConfig.properties file.

  • Guest
    Reply
    |
    Nov 6, 2017

    Attachment (Use case): Screen shot showing highlighting by cursor position in program NPRMUSH using display file NPDMUSH1.

  • Guest
    Reply
    |
    Nov 6, 2017

    Attachment (Use case): RPG program NPRMUSH to use display file NPDMUSH1 to show highlighting

  • Guest
    Reply
    |
    Nov 6, 2017

    Attachment (Use case): DDS for NPPMUSH file to use in example

  • Guest
    Reply
    |
    Nov 6, 2017

    Attachment (Use case): DISPLAY FILE containing code to use highlighting