Jun 24, 2005 #1 LFC8 Programmer Joined Nov 18, 2004 Messages 45 Location GB HAVING A PROBLEM WITH THE ZETAFAX API, HAS ANYONE DEVELOPED WITH THIS SOFTWARE?? THANKS
Jun 24, 2005 #2 bjd4jc Programmer Joined Nov 8, 2001 Messages 1,627 Location US I have used this software before. Are you having a specific problem? Upvote 0 Downvote
Jun 24, 2005 Thread starter #3 LFC8 Programmer Joined Nov 18, 2004 Messages 45 Location 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 24, 2005 #4 bjd4jc Programmer Joined Nov 8, 2001 Messages 1,627 Location US do you have any code? Upvote 0 Downvote
Jun 27, 2005 Thread starter #5 LFC8 Programmer Joined Nov 18, 2004 Messages 45 Location 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 Joined Jun 26, 2003 Messages 174 Location GB Set oNewMsg = New zfSetNewMsg?? Try that. Upvote 0 Downvote
Jun 27, 2005 Thread starter #7 LFC8 Programmer Joined Nov 18, 2004 Messages 45 Location 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 Joined Jun 26, 2003 Messages 174 Location GB Which line do you get that on? Upvote 0 Downvote
Jun 28, 2005 Thread starter #9 LFC8 Programmer Joined Nov 18, 2004 Messages 45 Location GB It fell over on the line that u gave me! Thanks Upvote 0 Downvote
Jun 29, 2005 Thread starter #10 LFC8 Programmer Joined Nov 18, 2004 Messages 45 Location 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