Mattie,

There may be better ways but I would have the button click look for content 
changes in the field.

something like...

if member("fieldCalc").text = "origionalValue" then
calculate
else
myglobal = 2

end if

Justin
___________________________

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

_________________________


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

[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