[Logic] 1010# Batch Update Utility ???
Frank Ayers
[email protected]
Sun, 10 Aug 2003 16:48:18 -0400
Hi Bob
I did this using Sybase Powerbuilder as a front end to the files. What you
propose is the basic idea. The steps involved are -
1. Select all the 10M qso's
2. Loop through each one, checking for a match in the 1010 list for callsign
3. If you find one, check to see if the 1010 number is already listed. If
not, add it.
You will find the 1010 numbers are listed in the field called USERFIELDS.
The format is userfield name, colon, value and vertical bar (|). So, if he
worked me, my value in his USERFIELDS would look like this -
1010#:70021|
You would do a search on that field to see if it's already there. To add it,
you create the additional expression to add (like "1010#:70021|"), and
concatenate this to what ever was in userfields. Then replace what is there
with the new value.
Frank
W2FCA
----- Original Message -----
From: "R Johnson" <[email protected]>
> Anyone know if there is Batch Update Utility for 1010# ???
>
> Anyone have a solution ???
> It seems like the basic concept would simply check each log record with
> the 1010# list table and if their is a HIT, then enter the 1010# in that
> record and move on to the next record. While I have Visual FoxPro, I'm
> not sure of the workings of LOGic and how to integrate such a utility.
>
> TNX es 73
> Bob, K1VU