Fax Software

Community Forums

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2557
    dmaestro22
    Member

    SetTime is not returning an error, but the fax is going immediately after it is printed to the WinFax driver. It should be scheduled to go in 6 minutes.

    ‘set fax number
    objSend.SetNumber (objFax)
    ‘set fax to go in 6 minutes
    objSend.SetTime (Format(Now + .00416, “Hh:Nn:Ss”))
    ‘if trouble adding recipient, exit procedure
    If objSend.AddRecipient() = 1 Then
    MsgBox “There was an error creating the fax. Please check the information entered or contact support.”
    Exit Sub
    End If

    #4314
    Anonymous
    Member

    Make sure you also use SetDate, and ensure SetTime is set properly. HH:MM:SS (String)

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.