n4af / TR4W

TRLOG 4 Windows free amateur radio logging application
GNU General Public License v3.0
19 stars 6 forks source link

Contests allowing DX for points only fail #621

Closed n4af closed 1 year ago

n4af commented 1 year ago

Contests, such as NYQP, may allow DX for points, but not mults. When setting TR4W to accept points for DX, it appears to allow the first DX qso as a mult.. Setting DXMult to False has no effect.

n4af commented 1 year ago

Active exchange must be changed from RSTDOMESTICQTHEXCHANGE to: RSTQTHEXCHANGE. With DXMULTS set to FALSE, this allows DX for points only.

n4af commented 1 year ago

4.116.6 fix

n4af commented 1 year ago

remove 4.116.6 as it did not count domestic mults. presently dx mult counts on first qso.

n4af commented 1 year ago

Fixed by adding two lines (for each contest) to LOGDUPE: if (Contest = INQSOPARTY) and (RXData.DomMultQTH = 'DX') then // 4.116.5 exit; This allows entry of 'DX' but will NOT show as mult. For contest with DX points only this is the fix. Add 4.116.6 for Indiana and New York QP