Dear teachers,
I am using below function to update attribute value. However I failed update 'datetime' value. I succed update string value.
aaApi_UpdateLinkDataColumnValue(l_TabId,l_ColumnId,(LPCTSTR)s_UserName))
Can you teach me it? I tried this,aaApi_UpdateLinkDataColumnValue(l_TabId,l_ColumnId,L"7/7/2012") . but failed too.
And one more things. How can i update "LONG" value , too?
Thanks id Advance.
I think all link data column value must be converted to strings, including dates and numbers (LONG, INT, etc.) in order for the attribute update to work.
The date string format that should work is usually YYYY-MM-DD, so your sample string would be L"2012-07-07".
Please note that I post here on a voluntary basis and am not a Bentley employee.