RE: v13(+?) - Components and host processes

2018-09-14 Thread Chip Scheide via 4D_Tech
thanks > 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 ar

RE: v13(+?) - Components and host processes

2018-09-14 Thread Timothy Penner via 4D_Tech
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

v13(+?) - Components and host processes

2018-09-14 Thread Chip Scheide via 4D_Tech
can/does a component see the current state of a host process? In a component, I have a line of code in a for (count tasks) loop PROCESS PROPERTIES($i;$Proc_Name;$Proc_State;$Proc_Time) (context of the component) The processes name is correctly returned, but the process state returned is 0 (zer