Subject Re: [IBO] IndexFieldNames does not seem to work with IP4 Grid
Author Jason Wharton
Remove all non IBO/standard components and setup some tests to duplicate
this to send to me.
There must be something specific to your situation.
It could be a NULL column or something.

Anyway, I need samples to figure bugs out these days. IBO is in a state of
refinement that all the obvious stuff tends to work just great. It's the
conditions that are unusual that cause trouble.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "pmurad2000" <peter.murad@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, March 07, 2002 3:00 PM
Subject: [IBO] IndexFieldNames does not seem to work with IP4 Grid


> I have a Infopower Detail grid which is in Master-Detail
> relationship. I have used the following Infopower example code to
> allow the user to order the Detail grid on whatever column they click
> on. I can't seem to get it to work. I have installed the new "G"
> and "Ga" patches.
>
> procedure TForm1.wwDBGrid1TitleButtonClick(Sender: TObject;
> AFieldName: String);
> begin
> ibo_contact.IndexFieldNames:= AFieldName;
> end;
>
>
> Any suggestions?
> At the minimum I need to have the Grid to come up in descending order-
> last record first.