# | Line 264 | Line 264 | procedure TForm1.Reopen(Data: PtrInt); | |
---|---|---|
264 | begin | |
265 | with IBTransaction1 do | |
266 | if not InTransaction then StartTransaction; | |
267 | – | Countries.Active := true; |
267 | Employees.Active := true; | |
268 | + | Countries.Active := true; |
269 | JobCodes.Active := true; | |
270 | Depts.Active := true; | |
271 | end; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |