Hi gals and guys,

Here's a little troublesome script...

This is in a button, when pressed, the button hilites itself non-stop
forever (the type command I presume) instead of typing the text in the field
as expected.

Ctrl C doesn't work (yeah, im stuck doing windows). Closing the stack is the
only thing that does... I suppose there's a good reason (probably the
traversal...) but I can't spend too much time on this...

Question is: Is it normal behavior? It sure is unexpected...

on mouseUp
  put fld "HistoryChanges" into HC -- ;)
  put "<"& the short date &">" into todaysdate
  put line 3 of HC into lastDateEntry
  if lastDateEntry is not todaysdate then
    type todaysdate & return & return before line 3 of fld "HistoryChanges"
  else
    type return before line 4 of fld "HistoryChanges"
  end if
end mouseUp

Thanks
Xavier


Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to