![]() | Products |
| 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 Tuesday, September 16, 2025 at 04:56 PM | Privacy Policy © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

