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

Exporting formula field to text

Status
Not open for further replies.

Davenz

Programmer
Sep 13, 2002
34
NZ
I have created a report that exports to text in a fixed width format padded with "0"'s using the formula "formula = "01" & ReplicateString("0",70)" instead of typing in lots of 0's!

However, when this exports from the activex viewer it adds an extra 0. It works fine from crystal itself. Aside from hardcoding the 0 padding, does anyone know why this may be happening?

Thanks

Dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top