Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hello: In Crystal 8.5 I need to

Status
Not open for further replies.

TaTips

Programmer
Oct 29, 2003
25
GB
Hello:

In Crystal 8.5 I need to make sure that the user enters an Uppercase value into a {?P} Parameter field. Is this possible using the "Edit Mask" properties or something ?

Thanks,
Nick.
 
Yes, go to edit parameter field->set default values->edit mask and enter:

>CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC

...using as many "C's" as necessary to fill the box.

-LB
 
The edit mask is the best way to do this, but you can also write a record selection formula like this:

Uppercase({?MyParmField})={DatabaseField}

Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports
 
Thanks for your replies. However I cannot get the 'CCCC..' format mask to work. The Param still accepts lower case entries.

N
 
You need the greater than sign also, check LB's post, it started with >

Place all of the following in there:

>CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top