Link to home
Start Free TrialLog in
Avatar of Crystal_De_Souza
Crystal_De_Souza

asked on

Crystal Reports 7.0

Hi Guys,

I am using VB 6.0 and Crystal Reports 7.0 for developing my application. I am having a unique requirement. In the report which I have made, I have a document number which needs to be displayed on the report on the screen, but the document number should not be printed on the paper(as it is a pre-printed number). Can any one help me?

Thanks,
Munna
ASKER CERTIFIED SOLUTION
Avatar of JohnBPrice
JohnBPrice

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chandurs
chandurs

insert a parameter field and pass value "Display" and "Hide", and supress the document number if the parameter value is "hide". In your application when you are calling preview pass "Display" and when you are calling print function pass "Hide" to the parameter