Jun 24, 2005 #1 LFC8 Programmer Nov 18, 2004 45 GB HAVING A PROBLEM WITH THE ZETAFAX API, HAS ANYONE DEVELOPED WITH THIS SOFTWARE?? THANKS
Jun 24, 2005 #2 bjd4jc Programmer Nov 8, 2001 1,627 US I have used this software before. Are you having a specific problem? Upvote 0 Downvote
Jun 24, 2005 Thread starter #3 LFC8 Programmer Nov 18, 2004 45 GB Hi I am having problems referencing the messaging object. i am getting a error "object not reference" Do you know what i am doing wrong?? thanks Upvote 0 Downvote
Hi I am having problems referencing the messaging object. i am getting a error "object not reference" Do you know what i am doing wrong?? thanks
Jun 27, 2005 Thread starter #5 LFC8 Programmer Nov 18, 2004 45 GB Set oNewMsg = zfSetNewMsg oNewMsg.Recipients.AddFaxRecipient "777", "Zeta", "323" oNewMsg.User = "FAXOUT" oNewMsg.From = "Test" oNewMsg.Subject = "Test" oNewMsg.Text = "Test Subject" oNewMsg.Send I am doing something wrong!! Upvote 0 Downvote
Set oNewMsg = zfSetNewMsg oNewMsg.Recipients.AddFaxRecipient "777", "Zeta", "323" oNewMsg.User = "FAXOUT" oNewMsg.From = "Test" oNewMsg.Subject = "Test" oNewMsg.Text = "Test Subject" oNewMsg.Send I am doing something wrong!!
Jun 27, 2005 #6 AndyLee100 Technical User Jun 26, 2003 174 GB Set oNewMsg = New zfSetNewMsg?? Try that. Upvote 0 Downvote
Jun 27, 2005 Thread starter #7 LFC8 Programmer Nov 18, 2004 45 GB I tried that and i got a compile error "Argument not optional" any other ideas would be welcome. Thanks Upvote 0 Downvote
I tried that and i got a compile error "Argument not optional" any other ideas would be welcome. Thanks
Jun 27, 2005 #8 AndyLee100 Technical User Jun 26, 2003 174 GB Which line do you get that on? Upvote 0 Downvote
Jun 28, 2005 Thread starter #9 LFC8 Programmer Nov 18, 2004 45 GB It fell over on the line that u gave me! Thanks Upvote 0 Downvote
Jun 29, 2005 Thread starter #10 LFC8 Programmer Nov 18, 2004 45 GB Does anyone have anymore ideas on this problem, i am still having problems with the oNewMsg function with Zetafax Thanks Upvote 0 Downvote
Does anyone have anymore ideas on this problem, i am still having problems with the oNewMsg function with Zetafax Thanks