Im having a little problem with the CR9 bundled into VB.NET 03, I want to filter out some data, here is my selectionformula:

CRViewer1.SelectionFormula = "{client.name}>='Albert Hall ' and {client.name}<='Roger Jones'

But I want to filter out client: "Bernard Smith", how I do this?

Try out : CRViewer1.SelectionFormula = "{client.name}<> 'Bernard Smith' and "{client.name}>='Albert Hall ' and {client.name}<='Roger Jones'

Im having a little problem with the CR9 bundled into VB.NET 03, I want to filter out some data, here is my selectionformula:

CRViewer1.SelectionFormula = "{client.name}>='Albert Hall ' and {client.name}<='Roger Jones'

But I want to filter out client: "Bernard Smith", how I do this?

Thanks!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.