How to remove a comment to QSO ?

6 posts / 0 new
Last post
F4MLV
How to remove a comment to QSO ?

Hi, since I first entered text in "Comment to QSO" for a qso, this comment is systematically entered in all new qso while the space for "Comment to QSO" is empty. However, the box fills with the text very quickly when I record a new qso. It's quite annoying to have to edit all new qso before sending them to the logging sites.
I suppose that this comment must be saved in the database, but I do not how to connect with the mysql command, nor with phpmyadmin. I tried to import the database with phpmyadmin but there are many errors.

73'

Cqrlog Ver:Alpha_(136)_Gtk2 Build:1 Date:2025-05-01

oh1kh
How to remove a comment to QSO ?

Hi!
Perhaps it is a bug.
I have to check this when I have next "programming time".

meanwhile...
Do filter of your qsos with wrong comment (maybe based on date?, or comment text?)
Then use Qso list/File/Group edit and select Comment to qso and leave text clear then press apply.
Check that it had effect.

NOTE: There is no "OOOPS" button. Do backup of your log first. It is very easy to clean all comments from whole log.

--
Saku
OH1KH

oh1kh
How to remove a comment to QSO ?

Hi!
I can not see that happen here.
Could it be some kind of Desktop autofill property doing that?

If I fill "Comment to qso" with text and save qso it appears in "remarks" column of Qso list.
When I save next qso without filling "Comment to qso" and save "remarks" stay empty.

Fedora 41 with LXDE desktop

--
Saku
OH1KH

oh1kh
How to remove a comment to QSO ?

Do you use program like this?
https://keepass.info/index.html

Then check it's settings.

--
Saku
OH1KH

F4MLV
How to remove a comment to QSO ?

Thanks,
I use cqrlog with wsjtx-improved. Perhaps I should look that way. When I open the ADI log from wsjtx, there is this stray comment. I suppose that cqrlog don't modify the wsjtx adi logs. But I don't understand how and where cqrlog is going to look this comment.
I have too keepass, but it is closed the most of time.

F4MLV
How to remove a comment to QSO ?

Can you tell me how to use sql commands to find cqrlog database ?
cqrlog --debug=1 :
/usr/bin/mysqld
MySQLProcess.Executable: /usr/sbin/mysqld Parameters: --defaults-file=/home/fab2/.config/cqrlog/database/mysql.cnf
--datadir=/home/fab2/.config/cqrlog/database/
--socket=/home/fab2/.config/cqrlog/database/sock
--port=64000
Trying to connect to database
TMySQL57Connection : Server connect failed.
Trying:1
select * from tables where table_schema = 'cqrlog_common'

SELECT log_nr,log_name FROM cqrlog_common.log_list order by log_nr

use cqrlog001

If I use this in terminal, with sudo mysql, use cqrlog001 --> MariaDB [(none)]> use cqrlog001;
ERROR 1049 (42000): Unknown database 'cqrlog001'