purpose of pannel group??/
Answers were Sorted based on User's Feedback
Answer / syam
In AS/400 all help screens use Panel Group objects
(*PNLGRP) and these can be created using the UIM language
(User Interface Manager). System allows you to use the same
help interface with your user difined command thru using
UIM. Create a UIM source member using SEU type PNLGRP and
compile the member using CRTPNLGRP command.
Sample UIM code = :HP1. This is the UIM code. :HP1.
Rsult on Display = This is the UIM code. (with under line)
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / manish
Pannel Group is used to create help.When you press F1 key
help related to any thing is diplsyed.
| Is This Answer Correct ? | 4 Yes | 0 No |
WHAT IS MEANT BY SIGNATURE VAILOTION ERROR
can anyone say,what is the use of operation extended H/N/P?
how to run only 10 modules of existing N modules in service program in RPGILE ?
Can anybody tell me, does CL/400 handle LEVEL check while running the CL program....? plz share your experience...
when will come session device error?
Q1.How we can copy the data of file one session to another session? Q2.how we can execute a loop infinitely in AS/400 coding? Q3.In ALDON tool,multitask is posible on a perticular object by the user?
In single page subfile,if I select the mutiple options in 1 page and without pressing enter,I press rollup key (pagedown).In such case how I can handle it in rpg becasue in single page we have to handle it in pgm. It would be helpful if any one answer with coding
4 Answers Infinite Computer Solutions,
what is plat file?
How can we override a file during runtime in RPG? Without using OVRDBF or calling a CL program
What would be the effect on the field where reverse image, underline and high intensity?
How to print output from openquery in as400 ?
1..Write an sql query to find the employee name who is having 2 phone numebr? 2.Write an sql query to the the second highest salary of the employee?