Path: utzoo!attcan!uunet!husc6!bloom-beacon!tut.cis.ohio-state.edu!cwjcc!hal!nic.MR.NET!tank!uxc!uxc.cso.uiuc.edu!uxg.cso.uiuc.edu!uxe.cso.uiuc.edu!jacobson From: jacobson@uxe.cso.uiuc.edu Newsgroups: comp.sys.mac.hypercard Subject: Re: Help with Hypercard button Message-ID: <220100015@uxe.cso.uiuc.edu> Date: 24 Nov 88 05:24:00 GMT References: <220100014@uxe.cso.uiuc.edu> Lines: 33 Nf-ID: #R:uxe.cso.uiuc.edu:220100014:uxe.cso.uiuc.edu:220100015:000:1119 Nf-From: uxe.cso.uiuc.edu!jacobson Nov 23 23:24:00 1988 /* Written 4:08 pm Nov 23, 1988 by jacobson@uxe.cso.uiuc.edu in uxe.cso.uiuc.edu:comp.sys.mac */ I have just about solved my question of putting the following text into a message box: Find "" in field "Genera & Species" The script to do this in a button is as follows: on mouseUp go next doMenu "Message" Put "Find "& quote & quote & " in field " & quote & B "Genera & Species" & quote into Message Box end mouseUp (the capital letter B after & in line 4 is a softreturn that did not print) Now all I want to do when the message box comes up is have the I-bar cursor inserted between the two quotes after find so that the user will simply be able to type the word he/she is looking for in the indicated field. Is there a way to do this easily with the basic tools hypercard provides? Or have I gone as far as I can go with this button script?????? Russ Jacobson Illinois Geological Survey Champaign, IL jacobson@uiucuxe jacobson%uiucuxe@a.cs.uiuc.edu jacobson%uiucuxe@uiuc.csnet [ihnp4,pur-ee,convex]!uiucdcs!uiucuxc!uiucuxe!jacobson /* End of text from uxe.cso.uiuc.edu:comp.sys.mac */