Forum Replies Created

  • Ron Beach

    Member
    February 15, 2024 at 7:33 pm in reply to: Trapping a button click

    Andreas

    I figured out the solution using references.

    Here’s what I was up against: I have a number field in a list, which gets mathematically adjusted after an “evAfter” unless a button is clicked, If the button is clicked, a different mathematic equation is used. The original problem was the “evAfter” executed before the button’s method. I wanted the button’s method to execute instead of the method following “evAfter” . By trapping the reference to the button click, I can choose which method executes. This may not make sense to you but I got it working. Thanks for replying.