Print Page | Close Window

Calling a function

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Tips and Tricks
Forum Discription: Have you learned some great tricks to share with the group? Post them here!
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=1523
Printed Date: 03 May 2024 at 1:07pm


Topic: Calling a function
Posted By: suraj2
Subject: Calling a function
Date Posted: 17 Oct 2007 at 2:42pm
I have some functions (modules) built in Access. and i want to use them in Crystal. Can somebody tell me how to call those functions in Crystal Reports.

-------------
Thanx
Sun



Replies:
Posted By: suraj2
Date Posted: 19 Oct 2007 at 1:14pm
Plz at least help to call a function

-------------
Thanx
Sun


Posted By: BrianBischof
Date Posted: 19 Oct 2007 at 3:02pm
You can build functions in VB6 or .NET and compile them into a DLL. But unfortunately this isn't possible with MS Access b/c there is no way to link them together.

-------------
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>


Posted By: suraj2
Date Posted: 23 Oct 2007 at 8:14pm
would your .Net book will help me in this regard? ( i mean to create dll's). as crystal is fairly new to me.

-------------
Thanx
Sun


Posted By: BrianBischof
Date Posted: 23 Oct 2007 at 10:58pm
No, this is a CR.NET book and not a book on how to create DLLs with .NET. You would need a book on how to program for that. Unfortunately, I can't recommend a specific book for that.

-------------
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>


Posted By: hilfy
Date Posted: 24 Oct 2007 at 1:29pm

If you do a search in the Business Objects KB on "Crystal UFL" and you'll find some information about how to create UFL's (User Function Libraries), which is what you need if you're going to extend Crystal with your own functions.

 
-Dell


-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics


Posted By: suraj2
Date Posted: 27 Oct 2007 at 11:22pm
Thanks guys i will try that .....

-------------
Thanx
Sun



Print Page | Close Window