No problem.
Look in C:\Program Files (x86)\LOGic\util for "delete duplicate qsos.prg"
Edit it with notepad or whatever.
Look for this line:
select * from tmp\dupelog.bak group by call, qso_date, DupeTime, DupeTimeOf, operator into CURSOR dupetemp
Comment it out by putting an asterisk at the start of the line, then put a new replacement line below as shown:
* select * from tmp\dupelog.bak group by call, qso_date, DupeTime, DupeTimeOf, operator into CURSOR dupetemp
select * from tmp\dupelog.bak group by call, qso_date, operator into CURSOR dupetemp
I will attach a copy of the modified file, but probably just as easy to modify the existing one. And just to let everyone know that the misc utilities are user-customizable hihi.
Let me know if any questions.
Tnx & 73,
Dennis WN4AZY