...
- Include /COPY member PROFOUNDUI/QRPGLEINC, PUIRDF in your progarm.
- Define the field with a small size (less than 32K) in your Rich Display File as normal.
- In your program, before a WRITE or EXFMT, call procedure profoundui_overrideValue() to indicate to the Profound UI handler to use the data specified on the procedure call (instead of the data in the DDS record) for the specified field and record format. Use the parameters “Data” and “DataLen” to point to the location and length of the data.
- Compile and run your program with service program PROFOUNDUI in the library list.
- At WRITE or EXFMT time, the Profound UI handler will send that data to the Rich Display File for that field in that record format.
...