![]() | Products |
| Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Addressed for Version 2.04 » View Incident Report |
| Reported By: Yavuz Ozdemir Reported On: 9/4/2010 For: Version 2.04 Build 2 |
icd1:='001001';
icd2:='001002';
ind:=12;
if TB2.Locate('FLD',IND,[]) then
while not TB2.Eof do
if TB2.fieldbyname('FLD').asinteger=IND then
begin
if TB1.Locate('OLCU;ICD1;ICD2', vararrayof([TB2.fieldbyname('OLCU').asinteger,
icd1,
icd2]),[])=false then
TB1.appendrecord([TB2.fieldbyname('OLCU').asinteger,icd1,icd2]);
TB2.next
end
else break;This web page was last updated on Wednesday, October 22, 2025 at 04:21 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

