This example is how I look for nohp in a pulse transaction on the server. using tedit to find data on the next grid.
In the event of a change in tedit, the text will be searched to the next column of the grid. Column Nohp located at index 6. by looping from the first line to last line , it will seek the edit value in the column specified. If there is data that is similar or the text containing the data will be displayed in nextgrid
procedure TFrmMain.tcariChange(Sender: TObject);
var
i: Integer;
s: string;
RowVisible: Boolean;
begin
for i := 0 to gridtrx.RowCount - 1 do
begin
s := UpperCase(tcari.Text);
RowVisible := (s = '') or
(Pos(s, UpperCase(gridtrx.Cell[6, i].AsString)) > 0);
gridtrx.RowVisible[i] := RowVisible;
end;
end;


I conceive this site contains some really good info for everyone. “The best friend is the man who in wishing me well wishes it for my sake.” by Aristotle.
How to find text on next grid column I was recommended this web site by my cousin. I’m not sure whether this post is written by him as no one else know such detailed about my trouble. You are incredible! Thanks! your article about How to find text on next grid columnBest Regards Lisa
Pretty nice post. I just stmlbued upon your blog and wanted to say that I have really enjoyed browsing your blog posts. In any case I?ll be subscribing to your feed and I hope you write again soon!
Hey there this is a fitanstac post. I?m going to e-mail this to my pals. I came on this while exploring on aol I?ll be sure to come back. thanks for sharing.
Wow, incredible blog layout! How long have you been blogging for? you make blogging look easy. The overall look of your web site is excellent, as well as the content!. Thanks For Your article about How to find text on next grid column .