Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
LAPI Date assignments to attributes. VB6
Jeff_Shuey_(kofax_jshuey_(Delete)_1212801)
Having difficulty determining the best course of action for storing a date in an attribute defined as date. The current code I inherited is calculating the number of seconds since 01-01-1970 and trying to assign the value using ll_tablesetdate. LAPI does not complain, but the document's attributes do not reflect the date entered.lReturn = LL_TableSetDate(lAttributesValue, i - 1, "Value", lTempDate)where lTempDate is number of seconds since 01-01-1970.
Find more posts tagged with
Comments
Raymond_Rousseau
Hi, I had the same problem and was able to have my inputted date store in a Livelink date attribute using the following code (see attachement).Hope this helps !
Simone_Oettinger_(SOettinger_(Delete)_177592)
Hi All,This problem has been fixed in Livelink 8.1.5ThanksSimone