Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...this web site is a 'Godsend' for me. If I have a programming problem that I'm unable to solve, I'll get a sensible reply in no time. It's really great!..."

Geography

Where in the world do Tek-Tips members come from?
Karthikeyan082075 (Programmer)
31 Aug 06 18:30
Hi,
I have a set of scripts which i will be running on a daily basics.
Every script will write the result into an excel sheet.

Now i need to mail (send as a mail) the content of the excel sheet to a list of people using winrunner

How to do that?

I tried using the below code which is actually part of
"CSO Lib X" example.

public msg[ ], rv;
rv = SMTP_email_x("kannadorai@yahoo.com","kannadorai@yahoo.com","Test mail from WR","How are you?","CHITDSEXC01.tds.corp.cendant.org");
if(0==rv){
rv = get_last_error_x(msg);
report_msg(msg);
}


But i got an error saying the function 'get_last_error_x()' is not defined.

There is no problem with the way i deployed the CSO library. I could even get the library and list of functions listed in the winrunner function generator window.

One thing i noticed is that even the function generator is not displaying the 'get_last_error_x()' function.

Could any one help me?
If you have a working solution for the same, please share it with me.

Regards,
Karthikeyan A



Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close