Hi
We will be going to WebServices so please don't send that as an answer to the question below 
I have found that trying to write to a text pop-up Attribute fails when connected to a CS10 system, but is fine in LL971. As anyone seen something similar? The apps are written in VB so a winapi or VB solution is needed. FYI I tried using strconv to convert the string to unicode before writing, but that also failed.
I won't supply all the code as its messy to pinpoint the pertinent bits, but basically it's as below. Please assume all pointers are defined as long, pre-alloc'd, and had their types defined where applicable.
I get the categories associated with the object
lngStatus = LL_ListObjectCategoryIDs(ptrSession, ptrObjID, ptrCatIDList)
I pull out the specific catID based on position
lngStatus = LL_ListGetValue(ptrCatIDList, intCatNo, ptrCatID)
then read the data
LL_GetObjectAttributesEx(ptrSession, ptrObjID, ptrCatID, ptrData)
Finally I write my value to a clean list
lngStatus = LL_ValueSetLength(attrValues, 1)
lngStatus = LL_ListSetString(attrValues, 0, "REPORT")
and write it to the attribute structure
lngStatus = LL_AttrSetValues(ptrSession, ptrData, "Document Type", LL_ATTR_DATAVALUES, ptrAttrValuesPath, ptrAttrValues)
The last line fails with this. You'll note the odd characters.
2012-07-24 15:11:14 Session failure. Status: 8000700 (0x7a14bc)
2012-07-24 15:11:14 Message: LL_AttrSetValues() failed: ŒÚ Return status (-2147418107)
2012-07-24 15:11:14 -2147418107: Failed to setting values for the Attribute: Document Type
Thanks in advance for anyone who knows my next step,
Phil Forshaw
CONFIDENTIALITY NOTICE: This e-mail, including any attachments, contains information that may be confidential, and is protected by copyright. It is directed to the intended recipient(s) only. If you have received this e-mail in error please e-mail the sender by replying to this message, and then delete the e-mail. Unauthorised disclosure, publication, copying or use of this e-mail is prohibited. Any communication of a personal nature in this e-mail is not made by or on behalf of any RES group company. E-mails sent or received may be monitored to ensure compliance with the law, regulation and/or our policies.