Why do I get this error message using the code below?

 

"Failed To Get Data For Port"

 

Code:

 

output test.msg

WRITE 'To:  [EMAIL PROTECTED]'

WRITE 'From:  "R:BASE Conference Coordinator" <[EMAIL PROTECTED]>'

WRITE 'Subject:  2002 R:BASE Developers Conference'

WRITE 'Cc:'

WRITE .VTO

WRITE '<B>Greetings from R:BASE Technologies, Incorporated</B>'

WRITE ' '

WRITE 'As the 2002 R:BASE Developers Conference rapidly'

WRITE 'approaches us, we are taking every step to make the'

WRITE 'registration and payment experience as convenient as'

WRITE 'possible.'

OUTPUT SCREEN

SET VAR vMailToGo = (UDF('@RMail.DLL','Test.MSG'))

 

Ben Strickland

Reply via email to