how to change the property of button in button trriger

dineshkumarcserdineshkumarcser Member Posts: 34
hello Every one

I want to disable the visiable property of button in button activate trigger

suppose like

if status is cancel the function button is disappear

Comments

  • SavatageSavatage Member Posts: 7,142
    your full goal isn't described - but what if you make a mistake and want to uncancel?

    if the uncancel option is on the function button how will you get to it?

    unless it's a different button you're talking about
  • SogSog Member Posts: 1,023
    first name your control button to be able to modify some properties (like the visibliity)
    then the currform.myoriginalnameforMybutton.visible with a currform.updatecontrols should do the trick.
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
Sign In or Register to comment.