This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
646
Web Server - Ask For Help / Re: Passing special chars ? % in addressline
« on: July 25, 2007, 02:28:22 AM »
Bram,
If I'm right, you will have to 'escape' the '%' character.
You can do that by putting % in the place of the '%' character.
The code will be RD12% .
037 is the ascii code for % .
Hope it helps you out
Rene Simons
If I'm right, you will have to 'escape' the '%' character.
You can do that by putting % in the place of the '%' character.
The code will be RD12% .
037 is the ascii code for % .
Hope it helps you out
Rene Simons
647
Web Server - Ask For Help / Re: LOC:Required
« 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
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
648
Web Server - Ask For Help / 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
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