How to open a form with some of the fields filled with values from another table?

MrSpock

Member
Hi all!

I'm a total newbie to the JDE world, so apologies in advance if my question banal. I've tried searching for an answer here in JDEList forum, but couldn't find it.

I'm using JDE EnterpriseOne E900 (9.98.3) on Windows XP SP3 and Oracle DB.

My task is to add the following functionality:
When a form is opened some of the fields need to be filled with certain values from other table.

What is the easiest way to do it?

Many thanks in advance
 
Pass all the values or the key values to the record in the table in the form interconnect. If all values are passed assign to controls on form init, if keys are passed do table I/O to lookup record in table and assign to controls on form init.
 
Back
Top