According to the docs, Processes are in the Unshared category of objects: http://doc.4d.com/4Dv15/4D/15.6/Interaction-between-components-and-host-databases.300-3836723.en.html#516546
What you can do is this; 1) create a method in the host database that returns the data you are looking for 2) set the method properties to 'shared between host and component' http://doc.4d.com/4Dv15/4D/15.6/Interaction-between-components-and-host-databases.300-3836723.en.html#516569 Then your component can call this method and obtain the information from the context of the host. -Tim ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

