Hello,
I am new to Progress. I want to send the Monthly.p out through email by having the user type in the email address into the prompt field. Can anyone give me some idea how I can accomplish that?
DEF button btn-rpt Label "Reports".
on choose of btn-rpt do:
run Monthly.p
end.
thanks,
ann
I am new to Progress. I want to send the Monthly.p out through email by having the user type in the email address into the prompt field. Can anyone give me some idea how I can accomplish that?
DEF button btn-rpt Label "Reports".
on choose of btn-rpt do:
run Monthly.p
end.
thanks,
ann