disabling buttons in a list form

Is it possible to enable/disable a button on a list form When the form displays, I want the button (specifically the delete button for each row) to be enabled or disabled depending on the value of other columns.

I tried using the "on current" event, but that did not work.

Thanks.



Answer this question

disabling buttons in a list form

  • jimadams

    per our support engineer:

    Can you post the code to illustrate the problem

    In which application you are writing the list form

    How about set Enabled property to false, e.g. CommandButton1.Enabled=false

    -brenda (ISV Buddy Team)



  • disabling buttons in a list form