Subject Re: [IBO] sorting IB table
Author Helen Borrie
At 10:28 PM 15/01/2009, you wrote:
>Good day
>New be to IB
>
>The following works with Access, not IB
>
>If RadioButton2.Checked = True Then IBTable1.Sort := 'EMAIL ASC';
>
>Get error in Delphi 7
>
>Undeclared identifier.

That's because you are using the IBX components and Sort is a method of the TADODatasets (the IBX dataset doesn't have that method).

>Please help me?

Well, this is not an IBX list, either. The components discussed in this list are IBObjects. You can download a trial version at www.ibobjects.com. (But IBO also doesn't have a Sort method for datasets).

If you plan to use IBX, you could search with Google for some kind of forum related to it. There used to be Codegear newsgroups but they disappeared quite some time ago...

Helen