Opening Underlying mail system from forms.

Hello,
I want to send .html file using mail through forms. How can I
open underlying mail system from forms ? Is it possible using
HOSt commmand ? See, Host('iexplorer
mailto:[email protected]') will work, but I don't want to
rely on browser as it can be any. Ok, Is any body know how to
fill other mail fields like subject,attachments,message ?
Please help.
Thankx
Adi

Hello,
I want to send .html file using mail through forms. How can I
open underlying mail system from forms ? Is it possible using
HOSt commmand ? See, Host('iexplorer
mailto:[email protected]') will work, but I don't want to
rely on browser as it can be any. Ok, Is any body know how to
fill other mail fields like subject,attachments,message ?
Please help.
Thankx
Adi

Similar Messages

  • Opening a WEB page from FORMS CS & WebForms

    Hi,
    We would like to open a Web Page from a forms running in
    client/server as well as from a form runningover the web.
    Over the web, we plan to use SHOW_DOWUMENT (Even tough it seems
    broken, on forms 6.0, the only way we have got it working was by
    using the parameter that overwrites the current page (the form),
    we cannot have it open an URL in another window)
    In C/S mode, the SHOW DOCUMENT does not work. What is the proper
    way to lauch an URL in a browser in C/S mode ?
    Is there a way to determine if we're running in CS mode or Web
    Mode ? We would like to use the same code both on the web and in
    C/S
    Example pseudo code:
    if (Running in CS Mode) then
    open the URL using C/S method
    else
    open the URL with show dowument
    fi
    Thanks
    null

    use '_blank' as parameter, not '_self'.
    Guy Dallaire (guest) wrote:
    : Hi,
    : We would like to open a Web Page from a forms running in
    : client/server as well as from a form runningover the web.
    : Over the web, we plan to use SHOW_DOWUMENT (Even tough it
    seems
    : broken, on forms 6.0, the only way we have got it working was
    by
    : using the parameter that overwrites the current page (the
    form),
    : we cannot have it open an URL in another window)
    : In C/S mode, the SHOW DOCUMENT does not work. What is the
    proper
    : way to lauch an URL in a browser in C/S mode ?
    : Is there a way to determine if we're running in CS mode or Web
    : Mode ? We would like to use the same code both on the web and
    in
    : C/S
    : Example pseudo code:
    : if (Running in CS Mode) then
    : open the URL using C/S method
    : else
    : open the URL with show dowument
    : fi
    : Thanks
    null

  • Can't open e-mail attachment from Russia to UK

    Hello,
    I've been sent an e-mail attachment from Russia to the UK but when I click on 'downdload file' I get the message 'Cannot open file'.
    I'm using Windows 7 on a laptop.
    Would be grateful for any advice.

    Better yet, ask the sender to use a file sharing service (Acrobat Workspaces, Dropbox, Google Drive, ...), then send the download link by email.

  • How to migrate mail system from one hard drive to another under 10.6.8 in a macpro

    how do you migrate mail settings, calendar information, etc from one hard drive to another under 10.6.8 in the same computer?  Migration Application does not show this option.  It shows from an old computer to another, etc.

    You have to install the OS onto the new HD and then use the setup assistant on first boot to migrate from the original HD.
    27" i7 iMac (Mid 2011) refurb, OS X Yo (10.10.1), Mavs, ML & SL, G4 450 MP w/10.5 & 9.2.2

  • Opening or calling Report from Form

    Hi , I am new in developer, i want to call my report from the form , and used the run_product and run_report_object in when button_button_pressed trigger but failed to open the report. please tell me using step by step process , also tell me how to configure report server

    Hello,
    You will find examples in the document :
    Integrating Oracle Forms 10g and Oracle Reports 10g 2-Apr-2004
    This paper focuses on the integration of Oracle Reports in Oracle Forms
    http://www.oracle.com/wocportal/page/wocprod/ver-31/ocom/technology/products/forms/pdf/10g/frm10gsrw10g.pdf
    Many other documents are available at :
    http://www.oracle.com/technology/products/forms/techlisting10g.html
    Regards

  • Invoking default mail app. from forms

    Hi,
    We want to invoke default mail application by the click of a
    form's button. We also want to pass on a default textarea of the
    form into the body of that e-mail.
    Any help in this regard will be appreciated.
    TIA
    Moiz
    null

    I haven't tried it yet, but can you use the web.show_document
    built-in to invoke a WEB link of the form
    'mailto:name@location'? If not then to generate a static HTML
    page on the server containing the mail link and all the
    appropriate text to pre-load and then use show_document to
    invoke this. The WEB browser would need to be configured to
    launch the appropriate mail client.
    e.g.
    Jason
    Judge
    Jason Judge
    This is not necessarily a solution, but something to experiment
    with. Let me know if it works!
    Regards,
    Jason Judge
    M. Moizuddin (guest) wrote:
    : Sailesh (guest) wrote:
    : : M. Moizuddin (guest) wrote:
    : : : Hi,
    : : : We want to invoke default mail application by the click
    of
    : a
    : : : form's button. We also want to pass on a default textarea
    of
    : : the
    : : : form into the body of that e-mail.
    : : : Any help in this regard will be appreciated.
    : : : TIA
    : : : Moiz
    : : By using HOST('sendto32.exe') for using netscape mail
    : : application, similarly you can give this command to invoke
    any
    : : other email application.
    : : Try this.
    : : Sailesh
    : I know about the HOST function, DDE, etc. But these functions
    : will not open the default mail application of the clients on
    the
    : web. And that's my concern.
    : Moiz
    null

  • How to open Workflow status monitor from form personalization

    I am trying to open workflow status monitor page from special menu using form personalization and encountering below error message.
    Any help or guidance in this regard will be much appreciated. Here are the personalization details that I have set.
    Builtin Type : Launch a Function
    Function COde: FND_FNDWFIAS
    Function Name: Monitor Activities List
    Parameters:
    I tried both the below in parameter field and both are returning null point exception while opening page.
    =SELECT 'FUNCTION_NAME='||'FND_FNDWFIAS'||' OPEN_FLAG='||'Y'||' SESSION_FLAG='||'Y'||' ITEM_TYPE='||'XXOMCP'||
    ' ITEM_KEY='||:GLOBAL.XXG_WF_KEY||' ADMIN_MODE='||'NO'||' ACCESS_KEY='||'Y' FROM DUAL
    =SELECT 'FUNCTION_NAME='||'FND_FNDWFIAS'||'OPEN_FLAG='||'Y'||'SESSION_FLAG='||'Y'
    ||'OTHER_PARAMS ='||'ITEM_TYPE=XXOMCP'||'&ITEM_KEY='||:GLOBAL.XXG_WF_KEY||'&ADMIN_MODE=NO&ACCESS_KEY=Y' FROM DUAL
    Regards,
    Sree

    Sorry Phil,
    but that's all you got.
    Frank

  • I cannot open e-mail icon from my dock

    I used to be able to open the e-mail icon on my dock. The icon is still there, just can't open it.

    Click Launchpad in the Dock to launch it.
    Can you launch Mail from there?

  • Opening Browser with URL from Forms

    Hi,
    We can open internet browser by using HOST command in FORMS. How to open specific URL into the browser through FORMS.

    Hi,
    The following Host built-in takes you to the specified site,
    Host('Netscape http://www.oracle.com');
    Best Regards,
    Deepak Rai
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Rama Ala ([email protected]):
    Hi,
    We can open internet browser by using HOST command in FORMS. How to open specific URL into the browser through FORMS.<HR></BLOCKQUOTE>
    null

  • MSA 50SP6: clicking on hyperlink does not open outlook mail system

    Hello forum,
    I've installed msa 50sp6 with a lot of hotfixes, but on some msa clients
    I've the problem , that I cannot open a new email by clicking on a contact
    person email hyperlink. Nothing happens, I just get into the Inbox/Email Assignments. But no new email message is created.
    Does anybody know why ?
    How can I suppress creating a new entry in assigment list ? What is this for ?
    Thanks
    Gerd

    Hi Gerd,
    There is no note relating to the issue for 5.0 Sp06. I thought the solution in the notes mentioned earlier in my reply may help you resolve the issue. Though the notes are particularly for a release, the solution may sometimes hold good for other releases too.
    Regards,
    Ramesh.

  • Getting error while try to open SAP system from GUI

    Hi All,
    When I try to open any SAP system from GUI I am getting below dump error message. Please suggest on this.
    Thanks  & Regards
    Surender

    Hi Surender,
    Is it a general user issue or are you the only user facing that issue ? Does the error occur right after you enter user/password ?
    From the GUI session status bar, I see " Memory Low. leave the transaction before taking a break".
    This looks like a improper memory configured system. I would suggest that you review your memory parameters as per the SAP note 146289.
    If you already have the memory parameters set to at least the values suggested by that note, please further increase the parameters below:
        abap/heap_area_total
        abap/heap_area_dia
    Hope that helps.
    Kind regards,
    Eric

  • Sending mail from forms

    My requirement is to send mail/intimation from forms in case of promotion/appraisal of employee is done.
    Plz tell how to do this.
    Regards,
    Alok

    you can send emails in forms through various techniques. External programs like qmail.exe or something else.
    In the newer databases you have the functionality to send emails in the db.
    Search this forum for utl_smtp. There are many postings with sourcecode

  • Open default mail application and attach the shortcut to it

    Hi All ,
    I have one requirement in which we need to open default mail application from SAP then create a new memo in it and attach the shortcut of one transaction in that new memo.
    Can anybody please help me in the same ?

    Gee, I don't know: "paste attachments mail Lion"? ;-)
    One further question, if I may: in Panther (which is where I've aggregated nearly 7 years of mail), if you copy more than one file in the Finder, switch to Mail, and paste the files into a new message, only the file names paste in. If you copy one file and paste it into a Mail message, you get the file, not just the name. Is that still true, or has that (IMHO) bug been fixed since 10.3.9?

  • TS3230 When I try to open my mail application on my Mac notebook I get this message.  An email message can't be created to send the link because Safari can't find an email application.

    When I try to open my mail application on my Mac notebook I get this message.  An email message can’t be created to send the link because Safari can’t find an email application.  How do I get my email application back??

    Open Mac Mail.
    From the Mail menu bar click Mail > Preferences then select the General tab.
    Select Mail.app from the pop up menu next to:  Default email reader

  • Mail keeps freezing on opening so i cant open any mail.

    I have mail set up on my comp and now everytime i open the mail either from the dock on from the harddrive when on my desktop the mail opens up but then freezes and i get a whirlyball. i cannot delete my mail account to reset it as it wont let me even get that far. this just happens on my desktop and not on the other desktops as i have managed to set my emails up from there but these are used by other people in the household. Has anyone got any suggestions? Thanks.

    Since this method of getting info about the Mail app does not provide as much detail as would using About Mail if you could open the app, let's first create a New User Account, and as that New User launch Mail and try setting up one email account -- since you are using POP set to leave messages on the server for later download in your original user account. See the following if not familiar with adding a new user account (which I am sure you are):
    http://docs.info.apple.com/article.html?path=Mac/10.5/en/8235.html
    The reason for doing this is to test the Mail app itself and the particular settings in the normal user account, and not to permanently switch to a new user account. Tell me if the behavior continues in that New User Account with Mail crashing?
    Ernie

Maybe you are looking for