mistake enter date qsl

7 posts / 0 new
Last post
ct2grf
ct2grf's picture
mistake enter date qsl

need some info

i made a bad enter of date qsl so i need to erase it

any sugestion?

73 ct2grf

oh1kh
mistake enter date qsl

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

ct2grf
ct2grf's picture
saku thanks for reply

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

oh1kh
mistake enter date qsl

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

ok2cqr
ok2cqr's picture
Re: mistake enter date qsl

Saku,

there is no need to use the SQL console. In QSO list window, click to File menu and choose Edit details.

73 Petr

oh1kh
Hi!

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

ct2grf
ct2grf's picture
thank you both for the reply

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