Print Page | Close Window

How to call a a function from reports

Printed From: Crystal Reports Book
Category: Crystal Reports .NET 2003
Forum Name: Writing Code
Forum Discription: .NET 2003 programming API, report integration
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=13193
Printed Date: 18 May 2024 at 9:54pm


Topic: How to call a a function from reports
Posted By: Ravinder
Subject: How to call a a function from reports
Date Posted: 12 May 2011 at 7:33pm
hi,
 
In my crystal reports 2008 i need to convert numbers to words. like the sum is like 200 we have display two hundred in words. In my project somewhere whe have a function called wordstonumber, is there any possibulity to call that function and how, send me the code or any other options to do?



Replies:
Posted By: comatt1
Date Posted: 19 May 2011 at 10:47am
There is a function called "ToWords"

will convert ToWords(12345)
twelve thousand three hundred forty-five and xx/100



Print Page | Close Window