Page 1 of 1

CAPITILIZE text

PostPosted: Sun Jun 15, 2003 11:30 pm
by Harjo
Is there a way to CAPITALIZE text?

For instance, I type in a field: hello
start a method on-leaving the field which results in: HELLO

Who knows?

PostPosted: Mon Jun 16, 2003 1:14 am
by Jan Aleman
easy.
Create a method
Click the dataprovider to the right you want to UPPERCASE
click on js lib, string
doubleclick toUpperCase

PostPosted: Mon Jun 16, 2003 8:34 am
by Harjo
I must have overlooked that future.
But in my case this function does not work.
I have a field: plaats

Placed a button with the method:
plaats.toUpperCase()


If I click the button, nothing happens!?

PostPosted: Mon Jun 16, 2003 9:33 am
by maarten
Did you do?

plaats = plaats.toUpperCase()

PostPosted: Mon Jun 16, 2003 10:54 am
by Harjo
No! Sorry! :oops:
Thanks