-- background: 6505 from stack: in -- bmap block id: 6956 -- flags: 0000 -- background id: 0 -- name: -- part 1 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=117 top=36 right=61 bottom=394 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 20 -- text size: 18 -- style flags: 0 -- line height: 24 -- part name: -- part 2 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=45 top=114 right=131 bottom=152 -- 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: -- part 3 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=259 top=114 right=131 bottom=363 -- 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: -- part 4 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=45 top=214 right=231 bottom=152 -- 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: -- part 5 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=45 top=132 right=150 bottom=227 -- 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: searchStack -- part 6 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=259 top=132 right=150 bottom=441 -- 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: searchField -- part 7 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=45 top=232 right=250 bottom=227 -- 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: searchText -- part 8 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=202 top=109 right=132 bottom=227 -- title width / last selected line: 0 -- icon id / first selected line: 26635 / 26635 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: showTypes ----- HyperTalk script ----- on mouseUp global gcaseList put gcaseList into stackList get number of lines in stackList put "Briefs" into line it+1 of stackList get XScrollBox(0,"Choose Stack to Search:",stackList) if it is "Cancel" then exit to HyperCard put item 2 of it into field searchStack end mouseUp -- part 9 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=416 top=109 right=132 bottom=441 -- title width / last selected line: 0 -- icon id / first selected line: 26635 / 26635 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: showTypes ----- HyperTalk script ----- on mouseUp global gfieldNames global gbriefFields get field searchStack if it is empty then answer "Please select a search stack first." exit to HyperCard end if if it is "Briefs" then get XScrollBox(0,"Choose Field to Search",gbriefFields) if it is "Cancel" then exit to HyperCard put item 2 of it into field searchField else get XScrollBox(0,"Choose Field to Search",gfieldNames) if it is "Cancel" then exit to HyperCard put item 2 of it into field searchField end if end mouseUp -- part 10 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=228 top=298 right=321 bottom=254 -- 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 to prev card end mouseUp -- part 11 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=256 top=298 right=321 bottom=281 -- 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 to next card end mouseUp