At 12:39 PM 6/10/2008, Ted Lienhard wrote:
I have several objects that are placed on top of each other, specific ones are called by an EEP, enabled and made visible. A problem arises when the desired object is behind the desired object when it is enabled and made visible. I need to assign different objects to different layers in order to preserve the appearance of the form to the user.
Ted, FWIW, use CREATEOBJECT command to dynamically create form objects to achieve your goal. Syntax: CREATEOBJECT <ObjectType> <ComponentID> <ParentControl> <Ln Tn Wn Hn> A sample application with all details and variations is also included on SAT Sample Application CD. Have fun! Very Best R:egards, Razzak.

