NetTalk Central

Author Topic: Getting _buttontext_ value for 'save' buttons  (Read 2881 times)

Ubaidullah

  • Full Member
  • ***
  • Posts: 124
    • View Profile
Getting _buttontext_ value for 'save' buttons
« on: May 30, 2011, 11:49:19 AM »
Hi,

I have put a few buttons of type 'save' on a form. I am reading the _buttontext_ value using the following code:

p_web.GetValue('_buttontext_')

On, FF, it works well but on IE8/9 and Chrome, it returns an empty string. I am checking this in the ValidateRecord routine. Has anyone else noticed this or should I be doing something else to get the _buttontext_ value?

Regards,
Ubaidullah Nubar.



Ubaidullah

  • Full Member
  • ***
  • Posts: 124
    • View Profile
Re: Getting _buttontext_ value for 'save' buttons
« Reply #1 on: June 09, 2011, 04:47:21 AM »
Hi Bruce,

Appreciate if you can provide some insight into this issue. Is this supposed to work with IE and Chrome?

Regards,
Ubaidullah Nubar.


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11239
    • View Profile
Re: Getting _buttontext_ value for 'save' buttons
« Reply #2 on: June 11, 2011, 04:27:41 AM »
fixed in 5.28.
Thanks for the report

Cheers
Bruce

Ubaidullah

  • Full Member
  • ***
  • Posts: 124
    • View Profile
Re: Getting _buttontext_ value for 'save' buttons
« Reply #3 on: June 11, 2011, 09:36:00 AM »
Thanks, Bruce.

Regards,
Ubaidullah Nubar.