Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if LocateSuccess and (TableImages.FieldByName('ImagesCurve')
.AsString <> 'No Curve') then
begin
LocateSuccess := TableProjects.Locate('ProjectNo',
TableImages.FieldByName('ProjectNo').AsInteger, SearchOptions) or LocateSuccess;
LocateSuccess := TableXtra.Locate('DataNo',
TableImages.FieldByName('DataNo').AsInteger, SearchOptions) or LocateSuccess;
LocateSuccess := TableTrial.Locate('TrialNo',
TableImages.FieldByName('TrialNo').AsInteger, SearchOptions) or LocateSuccess;
end;
if true the begin
a:= 1;
a:= 2;
a:= 3;
end;