The issue related to automatically logging VarAC contacts to QRZ.COM that are exported to N3FJP's ACL.
Contacts exported by N3FJP's ACL (Amateur Contact Log) program will not automatically upload to QRZ.COM. These records can be manually uploaded through ACL so a workaround is available.
From Scott N3FJP:Most other developers write the QSO details to the main form's text entry fields and then call the Enter command, which simulates the user pressing enter and initiates all the actions associated with the enter event, including automatic uploads, if enabled.
The app you are using is calling the ADDADIFRECORD method, which essentially imports the QSO via ADIF rather than entering it, so enter event associated code isn't called. The following is from our API documentation:
https://www.n3fjp.com/help/api.html
Add ADIF Record (new in 2.0)
This command will add the record direct to the log file and then immediately load it in the user's list of recent contacts. Since it is added directly to the log file, any callbook lookup, scoring for contests, etc., is bypassed.The solution, as I understand, is to use <CMD><ACTION><VALUE>ENTER</VALUE></CMD> from the current <CMD>< ADDADIFRECORD ><VALUE>ENTER</VALUE></CMD> when exporting to N3FJP's ACL.
Hi @Mark Rosneck
I managed to sort it out using the new method.
shoot me an email to iradirad@gmail.com and I'll send you a version to test.
Irad