NetTalk Central

Author Topic: LOC:Required  (Read 4209 times)

Rene Simons

  • Hero Member
  • *****
  • Posts: 649
    • View Profile
LOC:Required
« on: July 19, 2007, 03:56:25 AM »
Hi all,

Does anyone know how to get rid of the 'Required' notification for required fields at a global scale?
(And I don't mean making fields not required)
I worked something out at field level but that really is a lot of work.

Kind regards,
Rene Simons
Rene Simons
NT14.14

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11181
    • View Profile
Re: LOC:Required
« Reply #1 on: July 22, 2007, 10:32:59 PM »
hi Rene,

The only way to do it at the moment is edit the line in
netweb.tpw

Loc:Required = 'Required'
to
!Loc:Required = 'Required'

I've put it on the list.

Cheers
Bruce

Rene Simons

  • Hero Member
  • *****
  • Posts: 649
    • View Profile
Re: LOC:Required
« Reply #2 on: July 23, 2007, 11:50:00 PM »
Thanks Bruce.

Maybe it´s an idea to make it a property you can set.
E.g. blanks or * or whatever. Like translating the button texts.

Rene
Rene Simons
NT14.14

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11181
    • View Profile
Re: LOC:Required
« Reply #3 on: August 01, 2007, 12:39:05 AM »
I've done this for version 4.29.
You can override the property in .ProcessLink

self.site.RequiredText = 'whatever'

Cheers
Bruce