You can add fields from an AS/400
database by using:
To create AS/400 records on the
AS/400 you can use:
You have to tell the GUI Designer
which AS/400 server you want to connect to before you can use the database reference
information. If you are connecting to a TCP/IP server, you use the Define TCP/IP Servers
window before entering information into the Define AS/400 Information window.
The part created from the ZIP
location field is a combination box because:
The event-driven method of
creating applications means that the program is controlled by the events selected from the
window.
If you select the wrong
alignment/spacing option so that the selected parts overlay each other, you can use the
________ function to return to the original state.
Even though fields are sized
according to their definition when field references are used, you can change the size of
the entry field parts using the sizing tools that are available.
You can add code to read from a
database file and display the data in a Customer Inquiry window. The first step is to:
The RPG logic that you add for the
PRESS event of the OK push button on the Customer
Inquiry CUSTINQ window should perform the following functions:
To retrieve the Customer Number
entered in the CUSTNO field, you can define a ________ operation for the
Text attribute of the CUSTNO field.
After obtaining the value of the CUSTNO
field, you now have to chain to the database file CUSTOML3. Add the _______ statement, and
place an indicator value of 50 in the HI value column.
To display the second window, you
can use the ________ operation code.
If you included an IF statement
for checking the CHAIN indicator, you must add an ________ to your code.
To make the Customer Information
window CUSTINFO invisible in order that it disappears after the OK push
button is selected, you use the ________ operation code.
The RPG compiler resides on the
workstation. The application logic and the presentation interface runs on the workstation.
At any time, it is possible to view the files that make up your project including the
compiler listing on your workstation.
When you test the application and
select the OK push button again on the Customer Inquiry window you
receive a run-time error because: