I've got a solution that looks like so...
http://imageshack.us/photo/my-images/7/solutionfolder.jpg/
The highlighten item (Payslip.cbl) is a user control which sits on top of the main form and is called at the outset with the command...
invoke panel1::Controls::Add(Payslip)
I pass some linkage across into Payslip.cbl and populate the fields contained therein but I don't seem to be able to then refresh the control contents so that they appear on screen.
How do I do this?




