Skip to Contents
Document

CursorJump Macro

Version 5

View Properties

Title:CursorJump Macro
Summary:Moves the cursor to the selected position in the current field. Last updated: 3 June 2008.
Description:A text file containing the macro.
Keywords:
Handle: Document-27965
Owner: Nickeson, Walt (User-54, waltn:LibStaff)
Create Date:Wednesday, November 21, 2007 11:11:50 AM EST
Modified Date:Tuesday, June 3, 2008 12:15:16 PM EDT
Modified By: Nickeson, Walt (User-54, waltn:LibStaff)
Expiration Date:
Locked By:
Abstract:
  • Then strip it of tag and indicators If CS.GetFieldLine( CS.CursorRow, CurrentField$ ) = TRUE Then If Left$( CurrentField$, 2 ) = "00" Or Left$( CurrentField$, 1 ) = "L" Then MsgBox "Sorry, this macro only works in fields 010 and higher.", 64, "Macro won't go" Exit Sub Else Tag$ = Left$( CurrentField, 3 ) If Asc( Left$( Tag$, 1 ) ) = 252 Then Tag$ = "unlabeled" CurrentField$ = Mid$( CurrentField$, 6 ) End If Else MsgBox "Sorry, the macro failed.", 48, "Macro failure" End If ' Since "$a" does not display,...
Add Versions:Allowed
Author:
Content Type: Text Format (.txt) - text/plain
File name:CursorJump.txt
Is Placeholder:No
Max Versions:4
Size:14039
Ready for Declare:No
Appears In: OCLC Connexion macros
Preferred Version: CursorJump Macro