Page 1 of 1
Display Attribute Field for a drop-down box
Posted: Tue May 05, 2015 10:29 am
by ppbedz
Can I code the display attribute field for a drop-down box to protect? ie. DDS dspatr(PR) If this is allowable, how would I define the bound program field in Profound, and how would I populate with my RPG? ( I cannot find an example in the Profound documentation.) I have tried a couple things, but have not been able to get it to work. Thank you.
Re: Display Attribute Field for a drop-down box
Posted: Tue May 05, 2015 10:45 am
by Brian
Did you try the "disabled" property? You should be able to bind this property to an indicator and simply turn the indicator on in your RPG program when you want to prevent the user from interacting with the drop down.
Re: Display Attribute Field for a drop-down box
Posted: Tue May 05, 2015 10:49 am
by ppbedz
Thanks Brian. I'll try that.
Re: Display Attribute Field for a drop-down box
Posted: Tue May 05, 2015 11:56 am
by ppbedz
Work perfect!