Hi All,
I have an "Other" type of button. The text is set as via GSV. What I'm trying to do is change the text value and disable it after it is clicked while a long process runs (10 sec) so users don't keep clicking the button.
I have added the following code to the embed before my process runs but the text value on screen never changes to wait. Is this possible?
Validate::L:SendForApprovalButton Routine
! Start of "Validate New Value"
! [Priority 5000]
! End of "Validate New Value"
! Start of "Validate New Value"
! [Priority 5000]
p_web.SSV('SendButtonText','Wait..')
do Value::L:SendForApprovalButton
! End of "Validate New Value"