need some info
i made a bad enter of date qsl so i need to erase it
any sugestion?
73 ct2grf
HI!
Could you specify what you are looking for? You can open qso list (Ctrl+O) find qso, then edit it and save. Or delete qso.
But I think you are not looking for that...
-- Saku OH1KH
saku thanks for reply
you think right
it is when we do crtl + r qsl recived date i presss it by mistake now i needto chenge it
OK, got it !
Use Filter/SQLconsole:
First check the wrong qsl date from known qso: select qslr_date from cqrlog_main where qsodate="2018-07-09" and callsign="PF3X"
Then change qsl date: update cqrlog_main set qslr_date="2018-08-24" where qsodate="2018-07-09" and callsign="PF3X"
Then recheck that it went ok: select qslr_date from cqrlog_main where qsodate="2018-07-09" and callsign="PF3X"
See also attached image.
Was this the information you were looking for?
Saku,
there is no need to use the SQL console. In QSO list window, click to File menu and choose Edit details.
73 Petr
-- http://HamQTH.com/ok2cqr https://ok2cqr.com
Hi!
Again "a new feature" :-O (for me). Things can be done "real way", or user friendly...
Preferring "real way" offers knowledge of what is actually happening, hi.
thank you both for the reply
apreciate a lot the answer was just there in front i dont see it ( tnx Petr )
case close !!
73 ct2grf Jose
There are currently 0 users online.
HI!
Could you specify what you are looking for?
You can open qso list (Ctrl+O) find qso, then edit it and save. Or delete qso.
But I think you are not looking for that...
--
Saku
OH1KH
saku thanks for reply
you think right
it is when we do crtl + r qsl recived date
i presss it by mistake now i needto chenge it
OK, got it !
Use Filter/SQLconsole:
First check the wrong qsl date from known qso:
select qslr_date from cqrlog_main where qsodate="2018-07-09" and callsign="PF3X"
Then change qsl date:
update cqrlog_main set qslr_date="2018-08-24" where qsodate="2018-07-09" and callsign="PF3X"
Then recheck that it went ok:
select qslr_date from cqrlog_main where qsodate="2018-07-09" and callsign="PF3X"
See also attached image.
Was this the information you were looking for?
File:
--
Saku
OH1KH
Saku,
there is no need to use the SQL console. In QSO list window, click to File menu and choose Edit details.
73 Petr
--
http://HamQTH.com/ok2cqr
https://ok2cqr.com
Hi!
Again "a new feature" :-O (for me).
Things can be done "real way", or user friendly...
Preferring "real way" offers knowledge of what is actually happening, hi.
--
Saku
OH1KH
thank you both for the reply
apreciate a lot the answer was just there
in front i dont see it ( tnx Petr )
case close !!
73 ct2grf Jose