I have a Buttonbar that I need to disable buttons on for certain tasks using a logical value.
When lMenulock is .T., the button gray's out, but when lMenulock is changed to .F., the button does not reactivate.
I have tried oBtn:refresh() etc. but can't make this work.
Thanks for the help!
G
  DEFINE BUTTONBAR oBar OF oWnd _3D
    DEFINE BUTTON OF oBar NAME 169  ACTION oWnd:end() MESSAGE "Quit" WHEN !lMenuLockWhen lMenulock is .T., the button gray's out, but when lMenulock is changed to .F., the button does not reactivate.
I have tried oBtn:refresh() etc. but can't make this work.
Thanks for the help!
G
Regards,
Greg Gammon
Greg Gammon