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
Any issues with LAPI in MS Access macros?
Karen_Aiken_(ClearnetAdmin_(Delete)_1417755)
We maintain account information in MS Access in order to generate emails to our users, and I'm writing a Visual Basic macro to create the accounts in Livelink from the information in Access.Everything works, except I'm adding error checking, and whenever I call any of the LL_ValueGet* functions, like LL_ValueGetString or even LL_ValueGetType, Access dies with a Dr Watson.That means I can get the Status Error number, but not the string message associated with it. Has anyone else had similar problems with Access and LAPI calls? And is there a list of what the error numbers mean, since I can't get at the message object?thx, Karen
Find more posts tagged with
Comments
Karen_Aiken_(ClearnetAdmin_(Delete)_1417755)
LL_Alloc(errMsg) was setting errMsg to 0.. when I changed the call to LL_Alloc errMsgit gave an actual value to errMsg. I guess LL_ValueGet* functions don't like the LLValue to be 0.thx, Karen