Hi Steven,
Here is some simple code to test the WriteLog GetLogFrequency method:
Dim wl As Object
Dim wlEntry As Object
Set wl = CreateObject("Writelog.document")
Dim Mode As Integer
Dim ReceiveFrequency As Double
Dim TransmitFrequency As Double
Dim Split As Integer
Set wlEntry = wl.CreatEentry
wlEntry.GetLogFrequency Mode, ReceiveFrequency, TransmitFrequency, Split
73,
-Gerry, W1VE/VE1RM
*****************************************************
Hull Computer Consulting
MS-Windows and Internet Development Services
POB C, Greenfield, NH 03047
email: windev@inetmarket.com
web: http://www.inetmarket.com/
*****************************************************
At [Wed, 26 Apr 2000 20:29:21 -0400] "Steven Lympany" <slymp@worldnet.att.net>
wrote:
>
> I am taking a class in Visual Basic and for a class project I am attempting
> to write some code that will allow me to talk to my rig while running
> Writelog. I've been successful at creating a "writelog.document" and
> invoking the methods that set the fields, set frequencies, and enter QSOs.
> However, I've been unable to invoke the "GetLogFrequency" method
> successfully.
>
> I wonder if anyone can provide me with an example of some VB code that uses
> "GetLogFrequency" so that I could see what the proper format is for this
> method.
>
> Thanks-
>
> Steve, WA3TMR
>
>
> --
> WWW: http://www.contesting.com/writelog
> Submissions: writelog@contesting.com
> Administrative requests: writelog-REQUEST@contesting.com
> Problems: owner-writelog@contesting.com
>
>
--
WWW: http://www.contesting.com/writelog
Submissions: writelog@contesting.com
Administrative requests: writelog-REQUEST@contesting.com
Problems: owner-writelog@contesting.com
|