This topic is locked

different lettertypes in the textbox

3/10/2009 4:34:51 AM
PHPRunner General questions
S
shoppy author

Hi all,
Different colleges work in the project.

There is a main textfield to keep track of what is going on with (in this case) the person.

Now every college is using his own lettertype or is using bold or italian.
Howcome is it not possible to change the lettertype in the textbox when someone else used the wrong type?

J
Jane 3/11/2009

Hi,
you can check entered value in the Before record updated event and change it manually if needed.

S
shoppy author 3/11/2009

Hi,

you can check entered value in the Before record updated event and change it manually if needed.


Hi Jane,
I looked but there is nothing there that can be changed.
Can you give me a code maybe?

J
Jane 3/11/2009

Hi,
actual code is dependent on your field values.

Parse entered value manually and remove HTML tags if needed.

Here is list of PHP string functions:

http://php.net/manual/en/ref.strings.php