Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

3rd Attempt - Dialing problems P8

0 views
Skip to first unread message

so...@spamlesssoleassociates.com

unread,
Dec 8, 1998, 3:00:00 AM12/8/98
to
Howdy,

Is there anyone out there who is dialing successfully with P8 and
Win98? I have posted this twice before, but have received no
responses... Thanks for any input.


I'm having problems dialing from P8-Win98 with code.

Using Win95 this code for dialing through the modem worked just
fine. Now, it often fails to dial (with no error, it just sits
there.)

This is on the field's mousedouble:

method mouseDouble(var eventInfo MouseEvent)
var
last, first, SendNum, SendName String
endVar

endEdit()
SendNum = self.Value
first=string(mroattop.idRecord.first.value)
last =string(mroattop.idRecord.last.value)
SendName= string(first+" "+last)
msgInfo("Dialing","Pick up the PHONE!!!")
TapiRequestMakeCall(sendNum,"",SendName,"")
sleep(5000)
sendKeys("%H") ;/// to hang up the modem.
sleep(1000)

endMethod

and this is on the form's USES:

USES
Tapi32
tapiRequestMakeCall(stNumber CPTR, stDummy1 CPTR, stDummy2
CPTR, stDummy3 CPTR) cLong
EndUSES


What is the appropriate way to dial from P8?

Sincere thanks,
--
-Kenneth

If you email please remove the "SPAMLESS."

0 new messages