>What am I doing wrong? After the following button script is executed the
>browse tool is sometimes returned and on other occasions is the "I" beam
>tool. This is Metacard 2.2.5 on a Mac 8500/180 MOS 8 and 9.
>on mouseUp
>  answer "are you sure!" with "OK" or  "Cancel"
>  if it is "OK" then
>    put empty into card field "display"
>    -- other similar stuff
>    lock screen
>    go card "examfile"
>    repeat until number of card fields = 1
>      delete cd field 2
>    end repeat
>    go card "print exam"
>    unlock screen
>  end if
>  choose browse tool
>end mouseUp

If you have the "I" beam when the mouse is over an unlocked field is normal
behavior, I don't think you can override that by choosing brows tool.

>
>    Rick
>
>
>This is the MetaCard mailing list.
>Archives: http://www.mail-archive.com/metacard%40lists.best.com/
>Info: http://www.xworlds.com/metacard/mailinglist.htm


Regards, Andu



This is the MetaCard mailing list.
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm

Reply via email to