Skip to Contents
Document

CloseAuthorities macro

Version 8

View Properties

Title:CloseAuthorities macro
Summary:Closes all authority windows (records and lists). Last updated: 22 June 2005.
Description:A text file containing the macro.
Keywords:
Handle: Document-20040
Owner: Nickeson, Walt (User-54, waltn:LibStaff)
Create Date:Thursday, June 23, 2005 04:56:09 PM EDT
Modified Date:Wednesday, January 30, 2008 12:04:31 PM EST
Modified By: Nickeson, Walt (User-54, waltn:LibStaff)
Expiration Date:
Locked By:
Abstract:
  • '*************************************************************** Option Explicit Sub Main Dim CS As Object Set CS = CreateObject("Connex.Client") Dim CountOfWindows% Dim TypeOfWindow% Dim Bool Dim i As Integer ' Every time a window is closed, the window count changes, and ' the macro must go through the cycle again RecyclePoint: CountOfWindows% = CS.WindowCount - 1 For i = 0 To CountOfWindows% If CS.SetTopWindow( i ) = TRUE Then TypeOfWindow% = CS.ItemType Select Case TypeOfWindow% Case 3 CS.CloseRecord...
Add Versions:Allowed
Author:
Content Type: Text Format (.txt) - text/plain
File name:CloseAuthorities.txt
Is Placeholder:
Max Versions:4
Size:1476
Ready for Declare:No
Appears In: OCLC Connexion macros
Preferred Version: CloseAuthorities macro