Reload QRZ.com info in Edit QSO and Power field from remote caller

7 posts / 0 new
Last post
EA4GRG
Reload QRZ.com info in Edit QSO and Power field from remote caller

Hi all,

I'm using CQRLOG 2.4.0 (001) and I have a couple of questions:

- When I have a recorded QSO and I want to change the caller ID later (maybe a mistake or other reason), how can I refresh the info downloaded from QRZ.com? This works when you enter a new QSO but when the QSO is being edited I cannot see how can I do.

- Does exist any way to introduce the power information about remote caller in a QSO?

Thanks.

oh1kh
Reload QRZ.com info in Edit QSO and Power field from remote call

Hi!

I think one way, after you have first edited the qso, is to use "qso list/filter/sql console"
There you must first find the right qso fom log, then change the lotw upload column from"Y" to blank. Then it will be sent to lotw on next "send all qsos not exported before"
But that needs sql knowledge.

Another way might be , edit the qso, set filter so that it selects just that qso, then export "all files" to lotw. But check the produced adif ( file name is shown. It is in ~/.config/cqrlog/lotw) that it holds just that one qso before pressing upload button.

Third way is to edit qso, make fillter that finds just that qso. Do adif export from that, then start tqsl program, sign that adif manually and upload it manually to lotw.

In all cases uploading qso to lotw will not remove the previously uploaded qso, just adds this new one.

You can use "comment to qso", for example, to record the callers power in use.

--
Saku
OH1KH

k8wdx
Open QSO list, filter out

Open QSO list, filter out that QSO, then "callbook" then update database.

Tom K8WDX

EA4GRG
Thanks for the reply but it

Thanks for the reply but it doesn't work for me. I did the steps but if I change the callsign, the name and QTH data are not refreshed.

Also I noted another related problem (maybe a bug): in a New QSO when it queries the callsign name from QRZ.com it only retrieves until the first blank space character from "First Name + Initial" field in QRZ.com profile data and "Last Name" is not retrieved neither.

Regards.

oh1kh
Thanks for the reply but it

Hi!

If NewQSO is in edit mode and you change callsign it does not make new qrz/Hamqth info fetch.
It happens only when you enter new qso.

When info is fetch from qrz the xml tag <fname> is taken as NewQSO/Name. And if there are more parts in string only the first one is used. That is the way it is programmed: dUtils.pas / #3170
https://www.qrz.com/XML/current_spec.html

--
Saku
OH1KH

EA4GRG
Hi again!

Hi again!

I've located the piece of code in dUtils.pas, I've changed to fit my needs and I've recompiled. Now it works as expected.

Thank you for your help :)

Regards. 73.

oh1kh
Reload QRZ.com info in Edit QSO and Power field from remote call

Hi!

My bad! I read/ understand wrong. So question was not about lotw, but qrz.
I do not say anything...

--
Saku
OH1KH