English 中文(简体)
履历 在“ code”中的报告显示第一个记录?
原标题:Filtering a Crystal Report in code-behind won t show the first record?

我有“Crystal Report Viewer”,其中一项选择让用户通过《客户法》进行过滤。 密码背后,通过选定的代码,并将特定过滤器应用于报告<代码>RecordSelectionFormula/code>。

这在大多数机器上都是巨大的,但我有一个机器在过滤清单上显示第1个有效记录。 因此,如果用户具体说明他们只希望看到客户代码A、B和C,就会把所有代码与B或C等同的记录拉开。 如果A没有记录,那么它就赢得了B号记录。 底线上的总数也不包括第一个记录,因此根本无法列入报告。

我可以把报告作为适当文件,将其装入另一个已安装了《晶体报告》的机器,在我重新撰写报告时,数据负荷是正确的。 记录选举表格正确无误:{MySP;1.CustomerCode} in [A , B , C ]

I m really puzzled by this behavior. His machine is Windows XP, the same as our other machines. Both had the exact same install files run on them to install the .Net framework and the Crystal Report Viewer.

是否有任何人对可导致这种行为的想法?

问题回答

就我们的大多数Crystal Reports I而言,我已经离开了尽可能多地使用纪录片选举论坛。 我发现,《晶体报告》用于观察和选择数据的工作非常不一致,使我有营养。

是否可能改变实际数据拉动,以接受这些参数? 我的所有报告都从QAQ中删除,我一开始用SQ进行所有数据分类和过滤时,我的生活就会大大减弱。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签