-- background: 2644 from stack: in -- bmap block id: 4494 -- flags: 4000 -- background id: 0 -- name: Abstracts ----- HyperTalk script ----- on openCard if field "ID" is empty then get location of field "ID" click at it end if end openCard -- part 7 (field) -- low flags: 00 -- high flags: 4000 -- rect: left=38 top=63 right=81 bottom=162 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ID -- part 8 (field) -- low flags: 00 -- high flags: 0007 -- rect: left=11 top=93 right=336 bottom=500 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Text -- part 12 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=478 top=10 right=63 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 1013 / 1013 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp go next card of this background end mouseUp -- part 13 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=456 top=10 right=63 bottom=490 -- title width / last selected line: 0 -- icon id / first selected line: 1014 / 1014 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev ----- HyperTalk script ----- on mouseUp go prev card of this background end mouseUp -- part 14 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=425 top=19 right=55 bottom=464 -- title width / last selected line: 0 -- icon id / first selected line: 21060 / 21060 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Help ----- HyperTalk script ----- on mouseUp global expert set the lockScreen to true push card go to card "Abstracts-Help" of "Reference Frame" if expert is not true then show card field "Abstracts-Help" end mouseUp -- part 15 (button) -- low flags: 00 -- high flags: A002 -- rect: left=360 top=26 right=47 bottom=421 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Options ----- HyperTalk script ----- on mouseUp go to card "Options" of "Reference Frame" end mouseUp -- part 16 (button) -- low flags: 00 -- high flags: A002 -- rect: left=319 top=26 right=47 bottom=357 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Sort ----- HyperTalk script ----- on mouseUp sort by field "ID" end mouseUp -- part 17 (button) -- low flags: 00 -- high flags: A002 -- rect: left=240 top=26 right=47 bottom=316 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Key Words ----- HyperTalk script ----- on mouseUp set the lockScreen to true put field "ID" into temp go to first card of "Key Words" if temp is empty then exit mouseUp find temp in field "ID" if the result is empty then exit mouseUp end if go to last card of "Key Words" doMenu "New Card" put temp into field "ID" end mouseUp -- part 18 (button) -- low flags: 00 -- high flags: A002 -- rect: left=179 top=26 right=47 bottom=237 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Papers ----- HyperTalk script ----- on mouseUp set the lockScreen to true put field "ID" into temp go to first card of "Papers" if temp is empty then exit mouseUp find temp in field "ID" if the result is empty then exit mouseUp end if go to last card of "Papers" doMenu "New Card" put temp into field "ID" end mouseUp