Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Debugging a SEND MAIL option

Former Member
0 Likes
872

Hi Experts,

Can any one help me in this issue.

I am sending a PDF document throught SEND MAIL option.I have written the Code.I want to DEBUG the Code which i have written

in the Print Program when I save the Document Like INVOICE means (option 4 the mail will be send when we save the Doc).

Thanks & Regars.

2 REPLIES 2
Read only

Former Member
0 Likes
528

Hi,

Could you please explain your poblem clearly..

If you want to debug your code keep a break point and save the invoce.. which will stop in your code..

If you are unable to set the external break point use BREAK-POINT statement to put the break point and then debug..

Thanks,

Rakesh

Read only

Former Member
0 Likes
528

Answered