How to create a password parameter in Crystal Reports:
Create a new Parameter and set the value as string.
Edit Default values: and write Password in the edit mask field.
Set the corresponding password in the Report Record.
Example:
{?password} = “secret”
This is just a nice little way to secure a password at runtime. If the user enters a wrong password then the report will print zero records.
If the user has access to crystal reports designer then the password can always be changed - but it is useful if you run your reports in an external application and your users do not have the knowledge or access to update the record.
APB
Create a new Parameter and set the value as string.
Edit Default values: and write Password in the edit mask field.
Set the corresponding password in the Report Record.
Example:
{?password} = “secret”
This is just a nice little way to secure a password at runtime. If the user enters a wrong password then the report will print zero records.
If the user has access to crystal reports designer then the password can always be changed - but it is useful if you run your reports in an external application and your users do not have the knowledge or access to update the record.
APB