Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Report Design
Message Icon Topic: UFPrefixFunctions Post Reply Post New Topic
Author Message
upndown4par
Newbie
Newbie


Joined: 21 Jul 2010
Online Status: Offline
Posts: 8
Quote upndown4par Replybullet Topic: UFPrefixFunctions
    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;

IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.