Originally Posted by: WN4AZY Yes, I got your data -- thanks for sending it.
Here is what I think happened. The CALL fields are different lengths in LOG and LOG_BIO.
So go to tools/advanced/database commands. Type
USE LOG
MODIFY STRUCTURE
Note the size of the CALL field. 16 probably.
Now type
USE LOG_BIO EXCLUSIVE
MODIFY STRUCTURE
Change the size of CALL to match what was in LOG (16 for example).
Let me know!
Merry Xmas,
Dennis WN4AZY
Dear Dennis,
Thanks. Merry Christmas to you and yours.
After executing...
USE LOG
MODIFY STRUCTURE
The menu brought me to the open de Log_bio,
after open it I see the structure and the call field is 12 characters long.
Then I execute ...
USE LOG_BIO EXCLUSIVE
MODIFY STRUCTURE
And the log field is not editable to change it for 16 characters long.
As I don't low how to work with this kind of commands,
may be I missed something obvious.
What do you think?
Thanks
Horacio