Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by renreyes

  1. renreyes

    Updating Custom Attributes thru LAPI

    oops! my blunder, please ignore this part: "i also tried something like: status = LL_GetObjectInfo(session, fileVol, fileID, objInfo) status = LL_ValueSetFieldDateEx(objInfo, "ContributedDate", lYear, lMonth, lDay, lHour, lMinute, lSecond) status = LL_UpdateObjectInfo(session...
  2. renreyes

    Updating Custom Attributes thru LAPI

    I'm doing this in VB right now, but I won't mind a solution using other language, I could probably just port the code. Though I'm able to retrieve their values, I'm having trouble updating the Custom Attributes. my code is pretty much like this: (initialization codes omitted) status =...
  3. renreyes

    Crystal Report 8 error on Null values

    I'm getting an "Error detected by database DLL" message everytime I try to run a report that extracts data from a SQLServer stored proc. The error only appears if there is a NULL value in the resulting data. Any help would be greatly appreciated. Thanks, Ren

Part and Inventory Search

Back
Top