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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Negative and Positive Range paramter values

Status
Not open for further replies.

Sombo

Programmer
Sep 18, 2002
8
US
Hi good people,
My client wants to enter parameter range values that can either be negative or positive values, or whole integers.

Example.
Depending on the Market value of the product, he wants to enter a Price Range of say +.05 and -.15; 0.10 and 0.72 etc.
I have a parameter {?price Range} with Range Values.

How can I get Crystal to accept this type of parameter values. I use Crystal 7.3

Your assistance will be greatly appreciated.
 
It should not accept +.05 and -.15 in a range as the minimum is greater than the maximum, and they should not enter a + sign for positive values.

Otherwise just set up a range numeric parameter, and in the record selection formula use something like:

{table.field} = {?price Range}

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top