02-28-2008, 07:11 AM
|
#5 (permalink)
|
| Likes to customize RE! Join Date: Jul 2006 Location: London, UK
Posts: 339
Rep Power: 3  | The lAttributeField value is the field of the attribute object. So if you have a an attribute attrib and normally you wanted to get or set the value of say the date you would write:
attrib.Fields(Attribute_fld_ATTRIBUTEDATE) = Now()
So your value for lAttributeField in the above example would be Attribute_fld_ATTRIBUTEDATE. That way the batch knows which field you are refering to in the batch.
David |