Disabling Buttons on the Smart Panel

Dawn M

Member
Progress 9.1D
Windows

I've created a customized version of the standard Update Smart Panel (pupdsav.w).

I have set up instance attributes that need to control whether or not the buttons are disabled.

I was able to complish this in 9.1B. However, apparently, some code has changed in 9.1D.

The logic that I had in setButtons in my custom SmartPanel no longer works because the PanelState being passed in is blank. (I think that's the reason. I could be wrong.)

What do I need to do to get my new Instance Attributes to properly disable the appropriate button in v9.1?
 
Top