Subject | IndexFieldNames does not seem to work with IP4 Grid |
---|---|
Author | pmurad2000 |
Post date | 2002-03-07T22:00:27Z |
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.
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.