Is it possible to create a Dynamic Lookup at run-time?

Posted by Admin on 17-Jun-2004 08:21

Is there anyway I can code a dynamic lookup to be made available within a viewer at run-time?

I have a screen where values may be input for particular codes.

Now depending on what code is being specified/entered I want to run a different lookup to allow the user to select from an available list.

Now so far I have

RUN constructObject IN TARGET-PROCEDURE

( INPUT 'adm2/dynlookup.w' ,

INPUT hParent,

INPUT '',

OUTPUT hDynLookup).

RUN initializeObject IN hDynLookup.

This creates a Dynamic Lookup.

Any ideas as to how I then assign a particular SDF to the Dynamic Lookup created?

All Replies

This thread is closed