Friends,
Version: Powerbuilder 7
I have to disable a control(dropdownlistbox) which is inside a datawindow.
i have a textbox, in which i will type the serial number...below that textbox there is a dropdownlistbox which will be displaying the serial name according to the serialnumber which was typed in the above text box.
As soon as the window opens, the dropdownlistbox should be disabled. i tried with the below code but its not working.
dw_master.modify("pre_customer.Enabled = N")
where i am making mistake?
thanks