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;
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
add a comment |
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
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
add a comment |
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
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
ibm-midrange
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered Mar 27 at 12:49
jmarkmurphyjmarkmurphy
8,70822 silver badges43 bronze badges
8,70822 silver badges43 bronze badges
add a comment |
add a comment |
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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