Scrollbar & disabled button issue [message #549666] |
Tue, 03 April 2012 00:14 |
maggy_ashee
Messages: 70 Registered: May 2007
|
Member |
|
|
Hi Cookie,
I am facing a stange issue.
I have a scroll bar in my form. When i scroll the bar, one of SUBMIT buttons which is diabled gets enabled automatically. Do we have any triggers on scroll bar where i can disable the button again. Please advice.
|
|
|
|
Re: Scrollbar & disabled button issue [message #549672 is a reply to message #549670] |
Tue, 03 April 2012 00:49 |
maggy_ashee
Messages: 70 Registered: May 2007
|
Member |
|
|
Hi LF,
Am disabling the SUBMIT button (present in block 1) in WHEN-BUTTON-PRESSED however when i scroll the scroll bar which is in a different block (Block 2) block 1 SUBMIT button gets enabled. Now I want to know, if there is any trigger on Scroll bar so I can use the same code for disabling the Submit button.
WHEN-BUTTON-PRESSED Trigger:
============================
set_item_property('block_name.SUBMIT', enabled , property_false);
|
|
|
|
|