logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

LOTW SENT Field Database command question
VE3MM
#1 Posted : Tuesday, January 6, 2015 8:10:57 PM(UTC)
Rank: Newbie

Groups: Registered
Posts: 2
Location: Ontario

I am unable to post this question in the Database Command section so I thought this might be an appropriate place to ask.

I am using Logic 8.0.104 and as I am no longer able to upload LOTW info automatically I have been doing it manually. However I have a bunch of contacts uploaded and would like to change the LOTW_SENT field to Y for all of them at once.

I have tried following the directions in the help files and cannot seem to get the database modification commands right.

Here is one of my command sequence attempts:

use log
replace LOTW_SENT with LOTW_SENT ='T' for
BETWEEN(QSO_DATE,{^2014-11-01},{^2014-11-03})

I get an error message "Operator/operand type mismatch"
I believe the error is in the syntax of the first line and have tried some substitutions but cannot get it to work.

Can someone please point me in the right direction.

73

Rick VE3MM
Sponsor
Note: We receive a commission from Amazon when you purchase via this link. It does not affect your cost. Thank you!
WN4AZY
#2 Posted : Wednesday, January 7, 2015 10:17:29 AM(UTC)
admin

Rank: Administration

Groups: Administrators, Beta Testers
Posts: 3,061
Man
Location: Auburn, GA

Thanks: 974 times
Was thanked: 485 time(s) in 400 post(s)
Try this:

USE LOG

REPLACE LOTW_SENT WITH .T. FOR BETWEEN(QSO_DATE,{^2014-11-01},{^2014-11-03})


I would just keep it simple and change them all:

REPLACE ALL LOTW_SENT WITH .T.

Tnx & 73,

DH WN4AZY
VE3MM
#3 Posted : Wednesday, January 7, 2015 9:19:08 PM(UTC)
Rank: Newbie

Groups: Registered
Posts: 2
Location: Ontario

That worked fine. Thanks for the correction.

73

Rick VE3MM
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF 1.9.5.5 | YAF © 2003-2011, Yet Another Forum.NET
This page was generated in 0.020 seconds.