I have a procedure that prints data from an ADOTable. The data is sorted and filtered so that only a few of the 200 records are printed. This procedure works fine.
I have another Procedure that displays the identical data on a Form. This data is sorted and filtered in the same manner except that the sort and filter do not work.
I am running Delphi 7 on a Windows 7 machine.
What could cause this problem?
I have another Procedure that displays the identical data on a Form. This data is sorted and filtered in the same manner except that the sort and filter do not work.
I am running Delphi 7 on a Windows 7 machine.
What could cause this problem?