This function allows you to retrieve the control name from the current task that contains the control, and from that task’s child tasks. However, it does not work:
You can fetch the currently parked control from this or a parent task by using the HandledCtrl function. You can use the THIS function to retrieve other information about the current field.
If you are trying to do specific processing for one field in your current task, you can do this using the Control events for that control.
|