cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Record Selection Formula

Former Member
0 Likes
1,090

Record Selection Formula is not working or in the Beta or the Release of Crystal. NET 2010 in runtime, at design time the report filtered properly, but at runtime when loading the report provides no filtering. Something like Cab_Albaran.Id_Albaran = is omitted when launching the report from VB.NET.

In Crystal for. NET 2008 work properly.

Any solution?

View Entire Topic
0 Likes

Works fine for me.

What code are you using?

I'm doing either way:

rpt.RecordSelectionFormula = @"{Customer.Customer ID} < 60; // report engine

rcd.DataDefController.RecordFilterController.SetFormulaText(@"{Customer.Customer ID} < 60; // RAS

Thank you

Don