purpose of pannel group??/

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.

2199


Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?

517


what is the difference between do while and do until?

703


during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.

755


When it is desirable to describe files Internally?

1188






If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?

617


How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique

548


What is the purpose of record level identifier?

728


how do I declare a minor?

716


what is *place and *auto keyword in prtf ?plz explain

2724


what is program status data structure?

1387


how can you display specific subfile page on the screen in unequal subfile?

675


How to declare the pull button in AS/400..

1880


How to write record if no field or the field are different in physical file in rpgle ?

490


How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...

1311