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 program status data structure?
What is Multi Occurrence Data Structure(MODS)?
wat is meant by hidden field , why it is used?
Can someone tell me tell me what is meant by message wait...?
difference between 1:%found and %equal built function in detail with example .
How can we search particular records from the database file in RPG. For example, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular 'NAME' field. How can we do the above using SEARCH criteria other than using the IF cond?
What is significance of a file designated as a Primary file in Rpg400 program....also what's use of secoundry file
how can we know running job is batch or intractive ? i need all the possibilites.........plz help me
How to update physical file in rpgle without using display file?
How to create a key field for a logical file inside RPG?
what is difference between DSPFD and DSPFFD?please give me real senario with good example?
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.