If I group edit QSO's and set "lotw QSL sent" to "Y" the "lotw_qslsdate" is automatically set to date of today.
If I then use "edit detail" and change the date of "lotw_qslsdate" to ie "2011-06-30", the "lotw_qsls" is set to "X" and not "Y"
Edit detail:
update cqrlog_main set qsls_date= NULL,qslr_date= NULL,lotw_qslsdate='2011-06-30',lotw_qsls='X',lotw_qslrdate= NULL,lotw_qslr=NULL where id_cqrlog_main=568
Group edit:
update cqrlog_main set lotw_qsls='Y',lotw_qslsdate='2011-07-01' where id_cqrlog_main=568
From the filter there is no drop-down for the value "X" for "lotw QSL sent".
Is this a bug or a feature ?
73 de Børge / LA4VGA
Hi Børge,
it looks like a bug. I'll fix it into new verion. Thank you!
It should be: update cqrlog_main set lotw_qsls='X',lotw_qslsdate='2011-07-01' where id_cqrlog_main=568
73 Petr, OK2CQR
--
http://HamQTH.com/ok2cqr
https://ok2cqr.com
OK.
Thank You for answer.
But why operate with both X and Y ?
If so, please also add X to the dropdown-menu in the filter.
73 de Børge / LA4VGA