|  |  Login Products  Sales  Support  Downloads  About | 
| Home » Technical Support » Elevate Web Builder Technical Support » Product Manuals » Elevate Web Builder 3 Manual » Using Databases » Searching and Sorting DataSets | 
 Searching and Sorting DataSets
 Searching and Sorting DataSetsbegin
   with Products do
      begin
      Columns['ListPrice'].SortDirection:=sdDescending;
      Sort;
      end;
end;begin
   with Products do
      begin
      Columns['ProductID'].SortDirection:=sdAscending;
      SortCaseInsensitive:=True;
      Sort;
      if Find(['ProductID'],['PEN-BP-12PK'],False,True) then
         Result:=True
      else
         Result:=False;
      end;
end; More Support Options
 More Support Options| This web page was last updated on Tuesday, September 16, 2025 at 04:56 PM | Privacy Policy  Site Map © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ?  E-mail us at info@elevatesoft.com | 
