Can't open forms after sending mail

Message was edited by:
user548338
Message was edited by:
user548338

Your Oracle Client (VB/Delphi app, TOAD, SQL*Plus, etc) needs to submit ('upload') the local document to the Oracle database. (as a CLOB most likely)
Once the data is in the database, this data that you have supplied can be processed and used and for example, forwarded as an attachment via e-mail.
Remember that the PL/SQL code runs inside Oracle Server Processes. These processes cannot hack their way across the network, break into your PC, crack open your local file system, and lift a file from the disk.

Similar Messages

  • Can't open forms after sendin mail

    Hi
    I have a problem with sending mail with attachement
    I'm using stored package send_mail to to send mail via outlook
    Everything is Ok and mail was successful sent on specified mail adress, but after that I can not open any forms from my menu
    I'm using 6i forms, 10gDB
    Can anybody help, please
    Thanks

    Hi , UG
    Thanks for your answer
    First:
    Sorry, I made mistake , I'm using OLE2 in forms to send mail, not stored package
    Here is code ( package body on forms level )
    PACKAGE BODY mail_pkg IS
    session_outbox OLE2.OBJ_TYPE;
    session_outbox_messages OLE2.OBJ_TYPE;
    message1 OLE2.OBJ_TYPE;
    msg_recp OLE2.OBJ_TYPE;
    recipient OLE2.OBJ_TYPE;
    msg_attch OLE2.OBJ_TYPE;
    attachment OLE2.OBJ_TYPE;
    procedure logon( Profile IN varchar2 default NULL )is
    Begin
    session := ole2.create_obj('mapi.session');
    /* create the session object */
    args := ole2.create_arglist;
    ole2.add_arg(args,Profile);/* Specify a valid profile name */
    ole2.invoke(session,'Logon',args);
    /* to avoid the logon dialog box */
    ole2.destroy_arglist(args);
    End;
    procedure logoff is
    Begin
    ole2.invoke(session,'Logoff');
    /* Logoff the session and deallocate the */
    /* resources for all the OLE objects */
    ole2.release_obj(session);
    ole2.release_obj(session_outbox);
    ole2.release_obj(session_outbox_messages);
    ole2.release_obj(message1);
    ole2.release_obj(msg_recp);
    ole2.release_obj(recipient);
    ole2.release_obj(msg_attch);
    ole2.release_obj(attachment);
    End;
    procedure send( Recp IN varchar2,
    Subject IN varchar2,
    Text IN varchar2,
    Attch IN varchar2
    )is
    Begin
    /* Add a new object message1 to the outbox */
    session_outbox := ole2.get_obj_property(session,'outbox');
    session_outbox_messages := ole2.get_obj_property(session_outbox,'messages');
    message1 := ole2.invoke_obj(session_outbox_messages,'Add');
    ole2.set_property(message1,'subject',Subject);
    ole2.set_property(message1,'text',Text);
    /* Add a recipient object to the message1.Recipients collection */
    msg_recp := ole2.get_obj_property(message1,'Recipients');
    recipient := ole2.invoke_obj(msg_recp,'add') ;
    ole2.set_property(recipient,'name',Recp);
    ole2.set_property(recipient,'type',1);
    ole2.invoke(recipient,'resolve');
    /* Add an attachment object to the message1.Attachments collection */
    msg_attch := ole2.get_obj_property(message1,'Attachments');
    attachment := ole2.invoke_obj(msg_attch,'add') ;
    ole2.set_property(attachment,'name',Attch);
    ole2.set_property(attachment,'position',0);
    ole2.set_property(attachment,'type',1); /* 1 => MAPI File Data */
    ole2.set_property(attachment,'source',Attch);
    /* Read the attachment from the file */
    args := ole2.create_arglist;
    ole2.add_arg(args,Attch);
    ole2.invoke(attachment,'ReadFromFile',args);
    ole2.destroy_arglist(args);
    args := ole2.create_arglist;
    ole2.add_arg(args,1); /* 1 => save copy */
    ole2.add_arg(args,0); /* 0 => no dialog */
    /* Send the message without any dialog box, saving a copy in the Outbox */
    ole2.invoke(message1,'Send',args);
    ole2.destroy_arglist(args);
    message('Message successfully sent');
    END;
    To call this procedure , I have following code ( when-button-pressed trigger)
    mail_pkg.logon ('Outlook');
    mail_pkg.send(<mail address>,
    <subject>,
    <body>,
    <attach>);
    mail_pkg.logoff;
    Second:
    I have to have enter and execute query in forms. Is it problem ??
    thanks in advance
    Message was edited by:
    user548338

  • I can't open internet base lotus mail after updated to Firefox 7.0.1...help please. thank you

    I use internet base lotus email to send and receive email. it work perfect with Firefox previous version. the problems start after I updated to Firefox 7.

    SOLVED: Here's the solution to "I can't open images in Yahoo mail with Firefox 7, but IE works." Just before I log on to my Yahoo e-mail site I enable cookies, but I never enable third-party cookies. That has always worked fine until October 2011. Just after I installed the new Firefox 7 this problem began. Now I have just discovered that if I enable third-party cookies the problem is solved. Users should not have to enable third-party cookies to read Yahoo e-mail via Firefox!!!

  • HT1529 how can I open the outbox for mail? That is, mail that i have finished and pressed 'send' but has not appeared in the 'sent' folder

    how can I open the outbox for mail? That is, mail that i have finished and pressed 'send' but has not appeared in the 'sent' folder

    The reason it will not be in the sent folder is, it failed to send.
    If it failed to send, then you will see the Outbox icon. 'Pending' would be a more descriptive name.
    When it eventually sends, the Outbox will not show in the Mail app interface.
    Until it is sent it will stay stuck in the Outbox.
    If it refuses to send, you can manually delete it in Finder, at the location ~/Library/Mail/Mailboxes/Outbox.mbox
    Close Mail first, before you search for that email using the Finder.
    Mail version 4.6. Mac OS version 10.6.8

  • I am connected to wifi, but can't open webpages or collect mail

    I am connected to wifi, but can't open webpages or collect mail. I have tried to reconnect; to forget the network, all those things that should hepl. My phone and my computer recognize the network, the ipad doesn't.  I mean I am connected  and have a full scala of connection bows, but nothing happens.

    You iPad recognizes the wifi signal, but is not connected.
    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    iOS 6 Wifi Problems/Fixes
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Excel crashes after sending mail (Office 365 Pro Plus)

    Hello All,
    A user reported that Excel crashes after sending mail.
    Excel is part of Office 365 Pro Plus and is fully update  (Feb 2015). Also there is no add-in enabled.
    Is there a way to raise a log or fix this issue?.
    Regards
    JO

    Hi George,
    Thanks for your reply.
    The scenario is what you had described:
     The user goes to File --> Share --> Email --> Send as Attachment. When he click "send
    it" and then Excel crashed and got the "Excel has stopped working" error.
    User didn't get "Excel has stopped working". User can't modify or close the Excel. So he had
    two options:
    - Kill the Excel Process 
    - Close Outlook then Excel can be used.
    It seems Outlook is causing this issue (as you said).
    When Excel Crashed after sending mail, I noticed that there is no pending request on Outbox.
    Regards
    JO

  • Response after sending mail

    Hi ,
    How i can get the response after sending a mail to an address?
    Means what is the reponse of the server to that mail sending?
    ThanKx

    If you're looking for the detailed SMTP protocol level response codes,
    see the smtpsend.java demo program included with JavaMail, and see
    the javadocs for the com.sun.mail.smtp package.

  • Can´t open LR after upgrade to 5.3 without entering a licens key

    Can´t open LR after upgrade to 5.3 without entering a licens key

    I have seen comments from someone who indicated that every time they started Lightroom they were prompted for the serial number, even though they had already entered it. Is this your situation? I can't remember what the solution is, but I have seen that problem mentioned in the past.

  • Can't open iphoto after complete reboot.

    Hi!
    My computer stoped working a while back and I had the harddrive replaced, now I can't open iphoto after importing it from time mashine. I still have the same OS X (10.6.8) on a Mac Book pro from 2009. I can't buy the new one, or update it, because my OS X is too old and after seeing all the problems with the new system I don't really want to install it. How do I make iphoto work again? When I try to open it, it just says it can't open because of a problem (no, really?).

    Is there a crash report?  Have you tried reinstalling it?
    To re-install iPhoto
    1. Put the iPhoto.app in the trash (Drag it from your Applications Folder to the trash)
    2. Download it from the App Store to reinstall It's on your Purchases List* there.
    For older versions that have been installed from Disk you'll need these additional steps:
    2a: On 10.5:  Go to HD/Library/Receipts and remove any pkg file there with iPhoto in the name.
    2b: On 10.6: Those receipts may be found as follows:  In the Finder use the Go menu and select Go To Folder. In the resulting window type
    /var/db/receipts/
    2c: on 10.7 or later they're at
    /private/var/db/receipts
    A Finder Window will open at that location and you can remove the iPhoto pkg files.
    3. Re-install.
    If you purchased an iLife Disk, then iPhoto is on it.
    If iPhoto was installed on your Mac when you go it then it’s on the System Restore disks that came with your Mac. Insert the first one and opt to ‘Install Bundled Applications Only.
    *Sometimes iPhoto is not visible on the Purchases List. it may be hidden. See this article for details on how to unhide it.
    http://support.apple.com/kb/HT4928
    One question often asked: Will I lose my Photos if I reinstall?
    iPhoto the application and the iPhoto Library are two different parts of the iPhoto programme. So, reinstalling the app should not affect the Library. BUT you should always have a back up before doing this kind of work. Always.

  • Can't open iPhoto after iMovie 10.0.3 update

    Hi,
    I can't open iPhoto after iMovie 10.0.3 update with message:
    iPhoto is being updated
    iPhoto can not be opened while it is being updated.
    But problem is, that nothing idicate there is some iPhoto update.
    Please help Apple.
    Pavel

    I don't understand why first update has almost 2GB and there is also second update which has around 300MB, so I can see two iMovie updates in App Store - Updates.

  • Can't open Pages after upgrading to snow leopard on 10.6.8

    Can't open Pages after upgrading to snow leopard on 10.6.8

    Has Spotlight finished its indexing?  Check in the upper right.  If you get just the search field, it has, if it says its indexing, you have to wait before you can use anything.

  • When people text me pictures to my iphone5, I can not open them.  This was not a problem until I downloaded iOS 6.1.3.  I also can't open attachments from e-mails sent to me on my phone.

    When people text me pictures to my iphone5, I can not open them.  This was not a problem until I downloaded iOS 6.1.3.  I also can't open attachments from e-mails sent to me on my phone.

    Try a reset hold home/sleep buttons until Apple logo appears
    If that does not improve try a restore
    http://support.apple.com/kb/HT4137
    For your information
    We are NOT Apple here we are all users helping other users
    so emotion is ignored

  • I can't open adobe after effects CS6 11.0.2 in OS Yosemite

    I've just updated OS Yosemite and then I can't open adobe after effects cs6.
    It says "you can't use this version of the application "Adobe After Effects CS6" with this version of OS X. You have Adobe After Effects CS6 11.0.2"

    http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=5696&fileID=5715
    Go to this website and download the latest After Effects CS6 (11.0.4)

  • Can't open iTunes after migrating new computer

    Can't open iTunes after migrating my old powerbook to my new macbook pro. Get the error message: "The file iTunes Library cannot be read because it was created by a newer version of iTunes." Help!

    Did you install the latest version of iTunes on the new PC? The usual reason for this is that you had a newer version on the old PC.
    If you can't get it to work the simplest thing to do is to drag iTunes Library.itl and iTunes Music Library.xml from the iTunes folder to desktop.
    Then start iTunes and use the following link to recreate your library.
    http://docs.info.apple.com/article.html?artnum=93313
    Note you already dragged the library files out of the iTunes folder.

  • I can't open iTunes after just recently updating it on my mac mini. Instead a msg appears: "This copy of iTunes is corrupted or not installed correctly. Please reinstall iTunes.  Will I lose my library?

    I can't open iTunes after just recently updating it on my mac mini. Instead a msg appears: "This copy of iTunes is corrupted or not installed correctly. Please reinstall iTunes.  Will I lose my library

    I do not know if iTunes is in your computer at all
    icon in the applications folder = application .
    Download iTunes :
    * http://www.apple.com/itunes/download/

Maybe you are looking for