How to retain both the values of Enter pressed on Subfile and F5 pressed on PopupWhy does READC operation take the previously selected value in a single selection list made by single page subfile?Get subfile record number for non-active subfile(s)Display DBCS data from iSeries greenscreen?Numeric length validationF10 function not returning control back to programChanging initial value on input subfile with SFLINZ keywordDetecting page down and page up key presses in a Load all subfileMultiple display file handlingGetting a return value from a called program back to main routine in rpgleSelection of records in RPGLE subfile program

Double redundancy for the Saturn V LVDC computer memory, how were disagreements resolved?

In a 2 layer PCB with a top layer densely populated, from an EMI & EMC point of view should the ground plane be on top, bottom or both and why?

changing number of arguments to a function in secondary evaluation

Some concentration spells give you a special action. Does the War Caster feat let these be used instead of opportunity attacks?

What should I call bands of armed men in Medieval Times?

Visa National - No Exit Stamp From France on Return to the UK

On Math Looking Obvious in Retrospect

What is the length of pair of wires after twisting them around each other?

Question about "Approaching Zero and Limits" in the Intuitive Proof of the Derivative of Sine

During the Space Shuttle Columbia Disaster of 2003, Why Did The Flight Director Say, "Lock the doors."?

Are differences between uniformly distributed numbers uniformly distributed?

Email address etiquette - Which address should I use to contact professors?

Different inverter (logic gate) symbols

constant evaluation when using differential equations.

What does "sardine box" mean?

Plausibility of Ice Eaters in the Arctic

(11 of 11: Meta) What is Pyramid Cult's All-Time Favorite?

elisp regular expression build problem

How is this kind of structure made?

The cat ate your input again!

What does this double-treble double-bass staff mean?

Wherein the Shatapatha Brahmana it was mentioned about 8.64 lakh alphabets in Vedas?

Y2K... in 2019?

A tool to replace all words with antonyms



How to retain both the values of Enter pressed on Subfile and F5 pressed on Popup


Why does READC operation take the previously selected value in a single selection list made by single page subfile?Get subfile record number for non-active subfile(s)Display DBCS data from iSeries greenscreen?Numeric length validationF10 function not returning control back to programChanging initial value on input subfile with SFLINZ keywordDetecting page down and page up key presses in a Load all subfileMultiple display file handlingGetting a return value from a called program back to main routine in rpgleSelection of records in RPGLE subfile program






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I have a display file in which both subfile and window exists. When I take F5 on the popup, 369 position in INFDS is getting populated with hex value of F5(x'35'). Is there any way to find whether an Enter was hit on the subfile before the window was displayed without using any work variable?










share|improve this question


























  • Show us some code and ask a specific question about the code. Otherwise the best I can do is say probably not, but it doesn't matter.

    – jmarkmurphy
    Mar 27 at 12:50

















0















I have a display file in which both subfile and window exists. When I take F5 on the popup, 369 position in INFDS is getting populated with hex value of F5(x'35'). Is there any way to find whether an Enter was hit on the subfile before the window was displayed without using any work variable?










share|improve this question


























  • Show us some code and ask a specific question about the code. Otherwise the best I can do is say probably not, but it doesn't matter.

    – jmarkmurphy
    Mar 27 at 12:50













0












0








0








I have a display file in which both subfile and window exists. When I take F5 on the popup, 369 position in INFDS is getting populated with hex value of F5(x'35'). Is there any way to find whether an Enter was hit on the subfile before the window was displayed without using any work variable?










share|improve this question
















I have a display file in which both subfile and window exists. When I take F5 on the popup, 369 position in INFDS is getting populated with hex value of F5(x'35'). Is there any way to find whether an Enter was hit on the subfile before the window was displayed without using any work variable?







ibm-midrange






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 27 at 9:59







Susmitha

















asked Mar 27 at 8:31









SusmithaSusmitha

458 bronze badges




458 bronze badges















  • Show us some code and ask a specific question about the code. Otherwise the best I can do is say probably not, but it doesn't matter.

    – jmarkmurphy
    Mar 27 at 12:50

















  • Show us some code and ask a specific question about the code. Otherwise the best I can do is say probably not, but it doesn't matter.

    – jmarkmurphy
    Mar 27 at 12:50
















Show us some code and ask a specific question about the code. Otherwise the best I can do is say probably not, but it doesn't matter.

– jmarkmurphy
Mar 27 at 12:50





Show us some code and ask a specific question about the code. Otherwise the best I can do is say probably not, but it doesn't matter.

– jmarkmurphy
Mar 27 at 12:50












1 Answer
1






active

oldest

votes


















0














Short answer, probably not, but it will depend on the flow of your application.



Without seeing code, I can't do anything but guess how things are working for you, but here is that guess. When F5 is pressed, the keyboard is locked, and control returns back to the program. The program then displays the window and unlocks the keyboard to allow additional user entry. Now there is a feature in IBM i that allows keystrokes to be buffered while the keyboard is locked, but that doesn't matter, all keystrokes up to the next command key will be played to the window rather than to the subfile.






share|improve this answer
























    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55372736%2fhow-to-retain-both-the-values-of-enter-pressed-on-subfile-and-f5-pressed-on-popu%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Short answer, probably not, but it will depend on the flow of your application.



    Without seeing code, I can't do anything but guess how things are working for you, but here is that guess. When F5 is pressed, the keyboard is locked, and control returns back to the program. The program then displays the window and unlocks the keyboard to allow additional user entry. Now there is a feature in IBM i that allows keystrokes to be buffered while the keyboard is locked, but that doesn't matter, all keystrokes up to the next command key will be played to the window rather than to the subfile.






    share|improve this answer





























      0














      Short answer, probably not, but it will depend on the flow of your application.



      Without seeing code, I can't do anything but guess how things are working for you, but here is that guess. When F5 is pressed, the keyboard is locked, and control returns back to the program. The program then displays the window and unlocks the keyboard to allow additional user entry. Now there is a feature in IBM i that allows keystrokes to be buffered while the keyboard is locked, but that doesn't matter, all keystrokes up to the next command key will be played to the window rather than to the subfile.






      share|improve this answer



























        0












        0








        0







        Short answer, probably not, but it will depend on the flow of your application.



        Without seeing code, I can't do anything but guess how things are working for you, but here is that guess. When F5 is pressed, the keyboard is locked, and control returns back to the program. The program then displays the window and unlocks the keyboard to allow additional user entry. Now there is a feature in IBM i that allows keystrokes to be buffered while the keyboard is locked, but that doesn't matter, all keystrokes up to the next command key will be played to the window rather than to the subfile.






        share|improve this answer













        Short answer, probably not, but it will depend on the flow of your application.



        Without seeing code, I can't do anything but guess how things are working for you, but here is that guess. When F5 is pressed, the keyboard is locked, and control returns back to the program. The program then displays the window and unlocks the keyboard to allow additional user entry. Now there is a feature in IBM i that allows keystrokes to be buffered while the keyboard is locked, but that doesn't matter, all keystrokes up to the next command key will be played to the window rather than to the subfile.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 27 at 12:49









        jmarkmurphyjmarkmurphy

        8,70822 silver badges43 bronze badges




        8,70822 silver badges43 bronze badges





















            Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







            Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.



















            draft saved

            draft discarded
















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55372736%2fhow-to-retain-both-the-values-of-enter-pressed-on-subfile-and-f5-pressed-on-popu%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

            Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

            Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript