Link to home
Start Free TrialLog in
Avatar of rbgerman
rbgerman

asked on

E-mail through Oracle

Hey all,

Got a quick question.  let's say I have a form that looks like an e-mail...can I send e-mail through Oracle?  If so, how...I would like it to do attachments.

Also, can I get Oracle to open another application like Word or Excel?

brent
ASKER CERTIFIED SOLUTION
Avatar of baonguyen1
baonguyen1

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Helena Marková
"Also, can I get Oracle to open another application like Word or Excel?"
In client/server you can use OLE object - see "Adding an OLE object to your application" in the Forms on-line help.
In Web you can use WebUtil - http://otn.oracle.com/products/forms/htdocs/webutil/webutil.htm
or this method using Java http://otn.oracle.com/products/forms/pdf/ClientSideOLE.pdf

Henka