Oct 19, 2004 #1 ctully IS-IT--Management Joined Oct 7, 2004 Messages 7 Location CA I need to find the latest version number of an object for which I know the node id. How can I accomplish this using LAPI (Visual Basic)? Thanks
I need to find the latest version number of an object for which I know the node id. How can I accomplish this using LAPI (Visual Basic)? Thanks
Oct 19, 2004 #2 appnair Programmer Joined May 29, 2003 Messages 1,770 Location US Your call would be Code: Long LL_GetObjectInfo( _ ByVal session as Long, _ ByVal volumeID as Long, _ ByVal objectID as Long, _ ByVal objectInfo as Long ) In the objectInfo assoc if you iterate to VersionNum that is your current version Well, if I called the wrong number, why did you answer the phone? James Thurber, New Yorker cartoon caption, June 5, 1937 Upvote 0 Downvote
Your call would be Code: Long LL_GetObjectInfo( _ ByVal session as Long, _ ByVal volumeID as Long, _ ByVal objectID as Long, _ ByVal objectInfo as Long ) In the objectInfo assoc if you iterate to VersionNum that is your current version Well, if I called the wrong number, why did you answer the phone? James Thurber, New Yorker cartoon caption, June 5, 1937