Print Page | Close Window

UFPrefixFunctions

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=11936
Printed Date: 05 May 2024 at 8:35am


Topic: UFPrefixFunctions
Posted By: upndown4par
Subject: UFPrefixFunctions
Date Posted: 23 Dec 2010 at 9:47am
Hi,

I've created a UFL using C# (Visual Studio 2008) and have successfully implemented it in some reports using Crystal Reports 2008. What I haven't been able to do is to prevent the prefixes from showing in the Formula Editor. I read that if you use UFPrefixFunctions and set it to false, that should do it. I've tried 3 ways (below) but none of them works.

Has anybody been able to use UFPrefixFunctions successfully?   And if so, what am I doing wrong?

Thanks in advance.

Ron

static bool UFPrefixFunctions = false;
 
public bool UFPrefixFunctions = false;
 
public static bool UFPrefixFunctions = false;




Print Page | Close Window