NetTalk Central

Author Topic: Change Text on OTHER Type Button  (Read 3041 times)

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Change Text on OTHER Type Button
« 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"

Ubaidullah

  • Full Member
  • ***
  • Posts: 125
    • View Profile
Re: Change Text on OTHER Type Button
« Reply #1 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.