... yes, I also changed the report. I tested two types - a log report, and multi QSO QSL cards.
Only the multi QSO QSL card report truncates the contest_id.
Why do I need too change the size of the "operator" field, when the "contest_id" is being truncated. Both are now 20 chars in the Log database structure.
I suspect the probem lies in the extraction of data from the Log by the function in the report "Before Run" panel. That is ...
lblmult(global.report_ref.selectexp, 5) && function supports 2, 3, or 4 QSOs per label
*delete for empty(call2)
* DH 10/11/96
if empty(global.report_ref.selectexp)
global.report_ref.selectexp=".t."
endif
global.report_ref.selectexp = "(" + global.report_ref.selectexp + ")"
... somewhere in there "contest_id", and "contest_idN where N is 1 to 5, are being truncated to 10 characters.
Attached is an image of the latest version of my report. My report is based on the "standard report". The issue also occurs with the "standard report". JARTS-WW-R should be JARTS-WW-RTTY, and DARC-WAEDC should be DARC-WAEDC-RTTY
Peter VK4IU
Peter VK4IU
You can help by posting images of
any errors and including your
Logic version.