hi,
I have a form which contains a dropdown button. I want to know how to disabled sub buttons that belong to the dropdown button at the run time, can I do it ?
I've tried CurrForm.DropbownButton.Button but it doesn't work.
I can archive the same effect of disabling the buttons by checking conditions when user clicks on it, but I just want a fancy effect of gray out button
Thanks,
Comments
A workaround is to create 2 Menubuttons on top of each other and by some condition hide one of them.
FD Consulting
True Franky (how is life in Hamburg?), but I didn't want to even point in this direction since if anyone ever looks at the form afterwards and don't know you'll end up with questions.
If you do this, then at least put it in the documentation in CAPS and use functions for each menuoption. The latter is general best practice.