Hello,

I'm having a brain fart here :) Can anyone help me out?

I have a button that the user clicks which makes a few calculations. If
the user changes the field to his/her own pref. then no longer do I need
that specific calculation to take place. 

I have gotten it to work with a trigger, but making the field a button
causes some funk with the curser

--I just set the field script to 

on mouseup me
  myglobal = 2
end if 

--in the calculation 

if myglobal = 2 then 
 do nothing
else 
 calculate
end if 

but, this is kind of funky.
Is there any other solution to this?

Thanks for the help

Mattie Wells


[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to