Hi William ,
Its not working for me with the design factory. below is the code
Sub DesignDesCount
On Error Resume Next
Set DFact=TFact.DesignStepFactory
Set TList=DFact.NewList("")
msgbox TList.Count-------------------------its getting count as Zero
For Each test In TList
set stepcount=Len(test.Fields.Field("DS_DESCRIPTION"))
Next
'DesignStep_Fields.Field("DS_USER_01").IsReadOnly=False
'DesignStep_Fields.Field("DS_USER_01").Value=stepcount.fieldvalue()
On Error GoTo 0
End Sub
any help ..
Thanks,
Avi.