Fax Software

Community Forums

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2700
    Anonymous
    Member

    Hi

    Has anyone else had the problem of faxes sitting in the outbox, and then on investigation found that the send date is set to months ahead? hence the fax’s stay put. I currently set the send date and time to be Now() so this shouldn’t be a problem. Anyone got any ideas?

    Is there known issues with using VB.net (vs2003) and Winfax 10.02 or 10.03? on Win2000 machine.

    thanks

    Scooby

    #4587
    Anonymous
    Member

    ARe you using MM/DD/YY format, or the DD/MM/YY format? in your Windows setup?

    #4588
    Anonymous
    Member

    HI
    I was using:-
    .SetDate(CStr(Format(Now(), “mm/dd/yy”)))
    .SetTime(CStr(Format(Now(), “hh:nn:ss”)))

    I’m now using:-
    .SetDate(System.DateTime.Now.ToString(“MM/dd/yy”))
    .SetTime(System.DateTime.Now.ToString(“hh:mm:ss”))

    Which works fine…

    thanks

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