issue resolved
Subject: Transfering data from one record to another - code supplied
You can’t write to an index in an item value. “doc.FieldName(0) = value” is an illegal statement – if you are going to write to an item, you need to either write the entire value (doc.FieldName = value) or use AppendToTextList.
Subject: RE: Transfering data from one record to another - code supplied
Hi Stan,
Thanks for your comments.
Excuse my inorance, but what do you mean by:
“you need to write the entire value (doc.FieldName = value)”
Thanks
Subject: RE: Transfering data from one record to another - code supplied
Subject: RE: Transfering data from one record to another - code supplied
Hi guys,
I’m still have trouble trying to get this to work? As Stan mentioned, what i am trying to do is an illegal statement… I have tried some of the techniques he suggested but still no luck.
Can anyone see if the new code i have written is correct? Or is there a better way?
Thanks.