Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
mind_invader
Starting Member
24 Posts |
Posted - 2008-03-04 : 05:36:05
|
how can i make a customized error message for a wrong input of parameters?let's say i have a parameter which requires user input of companyID and it should compose of all numbers only. if not followed an error message will be prompted to the user... "please enter numbers only..." or something like that...please... just wondering if its possible... |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-03-04 : 06:41:50
|
DOnt think its possible using report manager user interface. You might need to develop a customized report viewer screen using .NET for achieving this. |
 |
|
mind_invader
Starting Member
24 Posts |
Posted - 2008-03-04 : 06:55:51
|
thanks visakh16... i appreciate your quick response... |
 |
|
|
|
|