1.8.0 Added a Checkbox "Ask for starting label" to the properties mask. Is this checkbox checked, then a value will be requested before printing, which should be the first labelposition to be printed on. That helps to reuse label forms. If you have already used a form of labels and for example you printed the first 5 labels of this form, you enter 6 in the mask and it will start printing with the 6th label on this form. This is done by simply adding the needed amount of empty datasets at the beginning of tha datasetlist. It is important,m that you take care in the report designer, that no fixed text is printed, when the callsign field is empty. This can be done by using the OmPrint Event of each of this fixed text elements, to set the visible property to falset. Example: procedure Label1OnPrint; begin Label1.visible := pipeline['Callsign'] <> ''; end; You can find an example in the template labels.rtm 1.7.8 Bugfix. Index out of range error when starting the program when no QSOs are already loaded. 1.7.7 QSLSDATE now imported from ADIF 1.7.6 Multiselection of QSOs will not get lost, after porperties like printed or somthing liuke that is changed. That makes it easier to apply multiple changes to the same QSOs without having to select them again, after each change. As soon as a filter is set or the refresh button is pressed, all QSOs get unselected except the frst 1. 1.7.5 The field "Frequency" is now changed from a numeric field back to a text field again. There were too many backdraws, so I decided to go back to a text field. All of you, who have allready made changes to the displayformat of the field, please just clear the displayformat, to get a proper formating. Sorry for the inconvenience caused by this modification. 1.7.4 New printable fields QSOEndtime and QSOetime were added. Now you can tell the report generator to use the starttime or the endtime of the QSO to be printed. QSOEndtime is a text field, which is always displayed as hh:mm. QSOetime is a time field, which could be formated in different ways. The field "Frequency" is now changed from a text field to a numeric field and that leads to better formating options. 1.7.3 Combobox Orientation added. Here you can select which orientation (portrait or landscape) you want the card to be printed. If you select default, the orientation that is selected in the printersetup is used. 1.7.2 Minor bug fixes 1.7.1 Minor bug fixes 1.7.0 QSODate is now type date instead of string. So better displayformatting is possible. 1.6.9 Fixed error when importing ADIF files that have fieldnames in lowercase 1.6.8 New Filter to disable import of QSOs, that are marked as "sent" from the logger. New filter to be able to filter only sent or not sent QSOs, if all were imported. 1.6.7 Fixed error when importing ADIF files that are not UTF8 encoded 1.6.6 New checkbox besides the print button. If this checkbox is checked, the printorder is reversed. That makes sense for printers where the cards are in the out tray with the printed side face up. In this case the cards are sorted the lsat printed card on the top and that means, you have to resort it by hand. To avoid that, you could set the option to print in reversed order in your printers setup if it has such an option, or use this new function in QuickQSL if it has not. But please don't use both together, otherwise they will cancel each other. 1.6.5 Canada sorted now by V instead of C 1.6.4 Small bug in sorting algorithm for US callsigns fixed 1.6.3 Small bug in sorting algorithm for US callsigns fixed 1.6.2 Sorting for QSL bureaus revised 1.6.1 Finished english translation. So please update anguage.ini. A hint to newer versions is now shown in the bottom section of the main window. So if you see this hint, just click on it and the download of the zip file starts. Just unzip it to the program folder and you are done. 1.6.0 Stationinfo renamed to Info If you have allready filled in this data in the setupwindow, you should edit the QuickQSL.ini file and rename the entries Stationsinfo1, 2, 3, 4, 5, 6 to Info1, 2, 3, 4, 5, 6 If you allready use this fields in a print template, then you should also rename the fields in the report designer. Slightly reorganization of the GUI. Design of the templates transferred to the setup window Import and Export: First press the buttons then selct the filename. Exportbutton is only enabled if a record is selected in the grid