Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Product Manuals » Elevate Web Builder 3 Manual » Using Databases » Searching and Sorting DataSets |
begin 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;
This web page was last updated on Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |