NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: kevin plummer on September 27, 2011, 06:20:18 PM

Title: Change Text on OTHER Type Button
Post by: kevin plummer on September 27, 2011, 06:20:18 PM
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"
Title: Re: Change Text on OTHER Type Button
Post by: Ubaidullah on October 02, 2011, 03:19:23 AM
Hi Kevin,

In the 'Client-Side' tab of the button, insert the button as a reset column.

Regards,
Ubaidullah Nubar.