|

楼主 |
发表于 2007-12-19 12:02:50
|
显示全部楼层
按照7楼所说的
procedure TMainForm.FlowDDLRCreateFlowOutFlowTasks(…);
var
lFlowTask:TFlowTask;
lOrgURL: TOrgURL;
Range:String;
begin
lFlowTask := Command.FlowTasks.FindFlowTask('DDSH');
if lFlowTask <> nil then
begin
lFlowTask.ExecutorRange:=OrgChildren(OrgSelect(OrgCondition('','',:OrgUnit.FuncRef = '\YWGLXT\FJ_1_JHSP.FUNC')),OrgCondition('*.psm', '', ''), True) or OrgSelect(OrgCondition('*.psm','',:OrgUnit.FuncRef= '\YWGLXT\FJ_1_JHSP.FUNC'))
end;
end;
编译不过去
能否帮忙调整下代码 |
|