# | Line 104 | Line 104 | begin | |
---|---|---|
104 | begin | |
105 | if (selonly and filelist.Selected[i]) or not selonly then | |
106 | begin | |
107 | < | fileid := OniDataConnection.ExtractFileID(filelist.Items.Strings[i]); |
107 | > | fileid := Connection.ExtractFileID(filelist.Items.Strings[i]); |
108 | filename := GetWinFilename(filelist.Items.Strings[i]); | |
109 | if check_dat.Checked then | |
110 | ExportDatFile(Connection, fileid, path + filename); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |