CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 formating names

Print topic Send  topic

Author Message
densma
Posted: 02/10/2004, 9:47 AM

i have a form with firstname and lastname for data entry.
i want to format it so that in my report it shows first letter in caps.
now some people type in small and some in caps
how can i make it first letters all caps?
DonB
Posted: 02/10/2004, 10:30 AM

Apply the following to the class or style that encloses your text:

text-transform: capitalize

for example, put this into the html: <FONT style="text-transform:
capitalize">this is some text to capitalize</font>

It should appear as : This Is Some Text To Capitalize

--
DonB

http://www.gotodon.com/ccbth


"densma" <densma@forum.codecharge> wrote in message
news:64029193f7b294@news.codecharge.com...
> i have a form with firstname and lastname for data entry.
> i want to format it so that in my report it shows first letter in caps.
> now some people type in small and some in caps
> how can i make it first letters all caps?
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>

densma
Posted: 02/10/2004, 11:02 AM

but how can i use this in my grid. i don't care wht the input but when looking at report i want it to be caps. i have a report i ran from grid builder. how can i apply this or do i have to use it on the form?
densma
Posted: 02/10/2004, 11:09 AM

nervermind.. i got that fixed..
got another ques
how can i make a mininum charater for a field.. all i see is max not min
peterr


Posts: 5971
Posted: 02/10/2004, 11:38 AM

Use the "Validate Entry" Action. You can see this implemented in the "Data Entry with Input Mask" in CCS Example Pack ("Phone Work" field).
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com
View profile  Send private message
densma
Posted: 02/10/2004, 12:17 PM

that uses expresssion
do you know expression that will check for min ofr 10 xters?
i use on click client validation for min length and didn't work.
densma
Posted: 02/10/2004, 1:31 PM

thanks guys
min length works
i forgot to save it.
another ques:-)
how to change login session.. for eg to timeout or expire after 20mins.
peterr


Posts: 5971
Posted: 02/10/2004, 1:53 PM

Place Session.Timeout=X somewhere in your code, possibly in Common.asp. Replace X with the number of minutes.

_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.