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

Crystal Reports Formula Field 1

Status
Not open for further replies.

ruan123

Programmer
Jul 23, 2004
23
ZA
I have created the following formula field - 'Rental Schedule to the Master Rental Agreement between ' + {customers.company_name} +','+ ' Reg. No. '
+ {customers.registration_number} + ' and iVolve Procerument and Rental Partner (Pty) Ltd., Reg. No. 2003/004690/07 dated '
+ToText({asset_register_rentals.created_on}) - but it prints blank every time I preview the report. The database is populated with all the data needed for the formula field, but it stills print blank
 
Are you sure there isn't a single one of the above fields that is null?
If so, is the field you are using big enough to display all the string?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top