IW3HMH wrote:I think it's an issue with the "post-process" activity i'm doing to fill data with qrz/hamqth informations.
Today i will check this part of the code to see if it's the case.
by the way distance can be set automatically by code. I'll do that.
73
Daniele
If I manually import an ADIF line from a JT-ALERT programs log this work.
This mean that an automatic import not recalculate the distance also if field is 'null' or 'zero' or 'absent' and GRIDSQUARE and MY_GRIDSQUARE are valid
locator = locator.Trim().ToUpper();
if (Regex.IsMatch(locator, "^[A-R]{2}[0-9]{2}[A-X]{2}$"))........and so on for the standard 4,6 and other lenght, but encodes with base 18 for the first alphabetics pair and with base 24 for the succesive.
The locator and distance calculation on old QSO are zero.
This is a problem of old hrd and I thik to solve in holidays..
73 Sandro IW3RAB