Need Help for Sending Email with LabWindows 8.5 or 9

Hi,
I'm trying to send an email with attach excel files to it using InetSendMail function and outlook activeX and always having no success on it.
I am still a student so i dont have much time for researching these functions, so im asking for an example working code for this problem.
Thanks for your the help in advance...
I've also tried changing the examples from the package
Solved!
Go to Solution.

Hi,
You can use LaunchExecutableEx to determine the window state:
LaunchExecutableEx ("command.com /C calc.exe", LE_HIDE, NULL);
Beware that this function does not wait for the started executable to exit.
It executes the command in the string and continues.
If your application has to get the results of the call, then you need to get the application handle  (3rd parameter, put a variable instead of the NULL above) and call ExecutableHasTerminated in a loop to find out if the execution finished.
Read carefully the help for the LaunchExecutableEx function and Handle parameter.
To get the result of the command line call, you can add a "> output.txt" parameter to the end of your command line call.
This way all the text output of the command is written to the output.txt file, from which you can read the result.
Check the command-line email sender program's help if there is a special paramter to make it more "verbose".
Hope this helps, 
S. Eren BALCI
www.aselsan.com.tr

Similar Messages

  • Need help for sending email s

    Hi
    I have written a procedure for send an email notification to others.(within org). procedure successfully compiled. When I execute this procedure..I am getting email like this...!!! Every thing coming in the subject line only. Please advise..!!
    test From: [email protected]: 15-DEC-2011 02:06:29To:
    [email protected] Hi Rekha
    test -- subject
    Hi Rekha -- body
    CREATE OR REPLACE
    PROCEDURE xxgw_email_notf(p_mail_subject IN VARCHAR2,
                              p_mail_bdy  IN VARCHAR2,
                              p_mail_body in varchar2,
                              p_from_email in varchar2,
                              p_to_email in varchar2)
    is
    L_MAILHOST varchar2(64) := 'something.local';  -- for security purpose I have given like this.
    L_FROM varchar2(64) := P_FROM_EMAIL;
    l_to VARCHAR2(64) := p_to_email;
    l_mail_conn UTL_SMTP.connection;
    --l_subject           VARCHAR2(100);
    begin
    l_mail_conn := UTL_SMTP.open_connection(l_mailhost, 25);
    UTL_SMTP.helo(l_mail_conn, l_mailhost);
    UTL_SMTP.mail(l_mail_conn, l_from);
    UTL_SMTP.RCPT(L_MAIL_CONN, L_TO);
    --UTL_SMTP.data(L_MAIL_CONN,'Hi Testing');
    --UTL_SMTP.DATA(L_MAIL_CONN,'Sahithya Just test now');
    UTL_SMTP.OPEN_DATA(L_MAIL_CONN);
    --UTL_SMTP.WRITE_DATA(L_MAIL_CONN, 'Subject: '||P_MAIL_SUBJECT||CHR(13));
    --UTL_SMTP.WRITE_DATA(L_MAIL_CONN, 'From: '||P_FROM_EMAIL||CHR(13) );
    --UTL_SMTP.WRITE_DATA(L_MAIL_CONN, 'Date: ' || TO_CHAR(sysdate, 'DD-MON-YYYY HH24:MI:SS')|| Chr(13));
    --UTL_SMTP.WRITE_DATA(L_MAIL_CONN, 'To: '||P_TO_EMAIL||CHR(13) );
    --UTL_SMTP.WRITE_DATA(L_MAIL_CONN, ''||CHR(13));
    UTL_SMTP.WRITE_DATA(L_MAIL_CONN, P_MAIL_BDY||CHR(13) );
    UTL_SMTP.write_data(l_mail_conn, p_mail_body||Chr(13) );
    UTL_SMTP.close_data(l_mail_conn);
    UTL_SMTP.quit(l_mail_conn);
    EXCEPTION
    WHEN utl_smtp.PERMANENT_ERROR THEN
    fnd_file.put_line(fnd_file.log,'Permanent Server Error');
    dbms_output.put_line('Permanent Server Error');
    WHEN UTL_SMTP.TRANSIENT_ERROR THEN
    fnd_file.put_line(fnd_file.log,'Transient Server Error');
    dbms_output.put_line('Transient Server Error');
    WHEN UTL_SMTP.INVALID_OPERATION THEN
    FND_FILE.PUT_LINE(FND_FILE.log,'Operation is invalid');
    DBMS_OUTPUT.PUT_LINE('Operation is invalid');
    end xxgw_email_notf;Please advise me where I did mistake..!!!
    Regards
    Sa

    Hua Min,
    No offence, but can you please stop posting everything in blue Times New Roman font, especially when it's code, as it makes things difficult to read (especially on some browsers)
    Please read {message:id=9360002} and post code/data using the appropriate {noformat}{noformat} tags.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Procedure for Sending Emails with Attachments

    Hi All,
    Q1. We wish to write a PROCEDURE that sends emails with attachments in SQL. Can someone please suggest the procedure code for the same?
    Q2. Apart from DBMS_JOB utlity can any other this procedure be scheduled to send automatic emails picking up files from a remote filer randomly.
    Regards,
    Chinmay

    http://www.lv2000.com/articles/utlsmtp.htm
    I do not understand what the article is trying to say when it says this:
    <quote>
    1. You cannot send a Subject line with your email.
    2. You cannot add attachments to your message.
    Hopefully, these two deficiencies will be rectified in future releases!
    </quote>
    The entire email sending code with attachments is freely available from Oracle (sitting on top of utl_smtp package). No need to buy additional software.

  • Need help for a friend with setting up their bb email

    I have a bb bold and never had any trouble setting up my email. But, my friend is having trouble with her's.  She is on Verizon and was able to set up the email so that she could receive emails but, she's not able to send out going messages to everyone.  It was suggested by Verizont that she set up the email using  IMAP instead of POP.  She asked me to help with getting her directions but, I haven't been able to find anything online about configuring that in the email set up.  Does anyone have any directions I can email her about setting up her email?
    Thx in advance.
    Solved!
    Go to Solution.

    Hi and Welcome to the Forums!
    When configuring your email, you cannot, inside of BIS, control IMAP versus POP. Rather, it's a function of the server to which you point BIS for your email -- if it does IMAP, BIS will configure IMAP. Many email providers supply separate email servers for POP or IMAP...some combine on one server. Not knowing your email provider, It's impossible to tell you what your email provider is doing. But, here are some links that might prove helpful:
    http://na.blackberry.com/eng/support/blackberry101/setup.jsp#tab_tab_email
    How to integrate a POP or IMAP email account through advanced integration
    Hope those help!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Need Help for AIR Email Application

    Hi,
    I’m a beginner to Adobe AIR.
    My new assignment is to create an AIR Application which works like MS Outlook with minimal features like compose mail, inbox, send items and contact details.
    With the help of some server side script (like PHP, CF) I can make it work. But My TL asked me to communicate directly with mail server through AIR.
    I googled for a week for some tutorial to help me, But I can’t find anything useful.
    Is there any way to communicate directly with web server and list the Inbox, Outbox, and Contact details…? If so, please help me to find the solution…
    Thanks In Advance

    Hi,
    You can use LaunchExecutableEx to determine the window state:
    LaunchExecutableEx ("command.com /C calc.exe", LE_HIDE, NULL);
    Beware that this function does not wait for the started executable to exit.
    It executes the command in the string and continues.
    If your application has to get the results of the call, then you need to get the application handle  (3rd parameter, put a variable instead of the NULL above) and call ExecutableHasTerminated in a loop to find out if the execution finished.
    Read carefully the help for the LaunchExecutableEx function and Handle parameter.
    To get the result of the command line call, you can add a "> output.txt" parameter to the end of your command line call.
    This way all the text output of the command is written to the output.txt file, from which you can read the result.
    Check the command-line email sender program's help if there is a special paramter to make it more "verbose".
    Hope this helps, 
    S. Eren BALCI
    www.aselsan.com.tr

  • Need help: Error sending Email from 6270

    When I try to send a Email message using the handset in-built mail client, the following error is reported on handset screen-
    Stop "String index out of range: -2" with only possibility of "Dismiss" button.
    I have done the personal config settings for a local SMTP and POP server that does not use SSL since 6270 does not support it. I am able to retrieve emails, use browser but sending mail fails with the error above.
    Please help since Nokia-Care replies are not worth mentioning here. Their service centre in Bangalore-India is pushing the issue to operator. But operator (Airtel) is not to blame. Airtel is not blocking access to the servers (local as well GMAIL) since I am able to access (send and recieve) these servers from Outlook-PC that connects via the USB cable to this handset. Either settings are not correct or it is a bug in 6270.
    If anyone has been able to use 6270 to send emails, please send me your settings minus your passwords ofcourse. It will help me try again if I missed something.
    Thanks in advance
    Anupam

    Hi all,
    I am also sharing the settings that I did on the handset. BSNL server does not use a secure connection. I had used "@" in the settings but in test below it is shown as
    " AT " for preventing spam.
    Let me know if you have any sugeestion.
    Anupam.
    Settings -> Configuration -> Personal Config. settings ===
    @My bsnl
    Account Name: My bsnl
    My name: Anupam
    Email Address: anupams_blr AT dataone.in
    Include Signature: No
    Reply to address: anupams_blr AT dataone.in
    SMTP secure login: Disabled (Have also tried other 3 options)
    SMTP user name: anupams_blr AT dataone.in
    SMTP password: ********
    Outgoing SMTP Server: smra.sancharnet.in
    Outgoing SMTP port: 25
    Use preferred access point: Yes
    SMTP access point: (grayed out)
    Incoming server Type: POP3
    Incoming mail settings:
    Retrieve emails: 30
    POP3 secure login: Disabled
    POP3 user name: anupams_blr AT dataone.in
    POP3 password: *******
    Incoming POP3 server: smma.sancharnet.in
    Incoming POP3 port: 110
    Use preferred access point: Yes
    POP3 access point: (grayed out)
    =======================================================

  • Need help for sending mail

    Hi All,
    I am very new to java and javamail.i need to send an email for my application.I get null pointer exception in Transport.send(msg).package net.careertales.ejb.mdb;
    import javax.activation.*;
    import java.util.*;
    import javax.mail.*;
    import javax.mail.internet.*;
    public class EmailHelper {
         private static boolean      DEBUG            = true;
         private static Hashtable DEFAULT_SETTINGS = new Hashtable();
         static {
              DEFAULT_SETTINGS.put("mail.transport.protocol", "smtp");
              DEFAULT_SETTINGS.put("mail.smtp.host", "yourhostname");
              DEFAULT_SETTINGS.put("from", "[email protected]");
              DEFAULT_SETTINGS.put("body", "no body");
              DEFAULT_SETTINGS.put("subject", "no subject");
         public static void sendmail(Map mail) throws Exception {
              Properties props = new Properties();
              props.put( "mail.transport.protocol", EmailHelper.returnDefault(mail, "mail.transport.protocol") );
              props.put( "mail.smtp.host", EmailHelper.returnDefault(mail, "mail.smtp.host") );
              props.put("mail.smtp.auth", "true");
              Session session = Session.getDefaultInstance(props, null);
              if (DEBUG) {
                   session.setDebug(true);
                   Properties p = session.getProperties();
                   Enumeration e = p.propertyNames();
                   while (e.hasMoreElements()) {
                        String key = (String) e.nextElement();
                        System.out.println("Key: " + key);
                        System.out.println("Value: " + p.getProperty( key ));
              Message msg = new MimeMessage(session);
              msg.setFrom(new InternetAddress( EmailHelper.returnDefault(mail,"from") ) );
              msg.setRecipients(Message.RecipientType.TO, InternetAddress.parse(EmailHelper.returnDefault(mail,"to"), false));
              msg.setSubject(EmailHelper.returnDefault(mail,"subject"));
              msg.setSentDate(new Date());
              msg.setText(EmailHelper.returnDefault(mail,"body"));
              if( null != msg){
                   Transport transport = session.getTransport( "smtp" );
                   transport.connect( "hostname", "[email protected]", "password" );
                   Address addressList[] = msg.getAllRecipients();
                if (addressList != null && addressList.length > 0){
                                transport.sendMessage(msg, addressList);
                 else {
                     System.out.println("[NO_RECIPIENTS]");
         public static String returnDefault(Map map, String key) {
              String value = (String) map.get(key);
              String realValue = (String) ( (value == null) ? DEFAULT_SETTINGS.get(key) : value );
              return realValue;
         public static void main(String args[]) throws Exception {
              if (args.length == 0) {
                   System.exit(-1);
              Hashtable mail = new Hashtable();
              mail.put("to",      args[0]);
              if (args.length > 1) mail.put("from",    args[1]);
              if (args.length > 2) mail.put("subject", args[2]);
              if (args.length > 3) mail.put("body",    args[3]);
              EmailHelper.sendmail(mail);
    }I get the content of msg and addressList in transport.sendMessage(msg, addressList); getting printed in my console.Can any one help me to find what is wrong here.
    Thanks

    Hi,
    Thanks for your reply.I ckecked out the javamail.There is nothing related to my question.I have pasted the error code what i get in my console.[INFO][12-11-2007 10:47:20,784] [STDOUT] LoggerStream.java (152):235 Authentication successful
    [INFO][12-11-2007 10:47:20,787] [STDOUT] LoggerStream.java (152):messagejavax.mail.internet.MimeMessage@1f49f49
    *//This line prints my message part*
    [INFO][12-11-2007 10:47:20,787] [STDOUT] LoggerStream.java (152):subjectEmail Test
    *//This line prints my subject part*
    [INFO][12-11-2007 10:47:20,788] [STDOUT] LoggerStream.java (152):Recepients[Ljavax.mail.internet.InternetAddress;@da1622
    *//This line prints the recepients*
    [INFO][12-11-2007 10:47:20,789] [STDOUT] LoggerStream.java (152):From[Ljavax.mail.internet.InternetAddress;@1e343db
    *//This line prints the from part*
    [INFO][12-11-2007 10:47:20,789] [STDOUT] LoggerStream.java (152):address[Ljavax.mail.internet.InternetAddress;@17be5fc
    *//This line prints the Address part*
    [INFO][12-11-2007 10:47:20,790] [STDOUT] LoggerStream.java
    [ERROR][12-11-2007 10:47:20,838] [STDERR] LoggerStream.java (152):java.lang.NullPointerException *//This is the error i get in Tansport.send(msg) method*
    [ERROR][12-11-2007 10:47:20,839] [STDERR] LoggerStream.java (152):      at java.lang.String.concat(String.java:1827)
    [ERROR][12-11-2007 10:47:20,840] [STDERR] LoggerStream.java (152):      at com.sun.activation.registries.MailcapFile.parseLine(MailcapFile.java:235)
    [ERROR][12-11-2007 10:47:20,841] [STDERR] LoggerStream.java (152):      at com.sun.activation.registries.MailcapFile.parse(MailcapFile.java:197)
    [ERROR][12-11-2007 10:47:20,841] [STDERR] LoggerStream.java (152):      at com.sun.activation.registries.MailcapFile.createMailcapHash(MailcapFile.java:157)
    [ERROR][12-11-2007 10:47:20,842] [STDERR] LoggerStream.java (152):      at com.sun.activation.registries.MailcapFile.<init>(MailcapFile.java:40)
    [ERROR][12-11-2007 10:47:20,843] [STDERR] LoggerStream.java (152):      at javax.activation.MailcapCommandMap.loadFile(MailcapCommandMap.java:276)
    [ERROR][12-11-2007 10:47:20,843] [STDERR] LoggerStream.java (152):      at javax.activation.MailcapCommandMap.<init>(MailcapCommandMap.java:128)
    [ERROR][12-11-2007 10:47:20,844] [STDERR] LoggerStream.java (152):      at javax.activation.CommandMap.getDefaultCommandMap(CommandMap.java:44)
    [ERROR][12-11-2007 10:47:20,845] [STDERR] LoggerStream.java (152):      at javax.activation.DataHandler.getCommandMap(DataHandler.java:136)
    [ERROR][12-11-2007 10:47:20,849] [STDERR] LoggerStream.java (152):      at javax.activation.DataHandler.getDataContentHandler(DataHandler.java:568)
    [ERROR][12-11-2007 10:47:20,850] [STDERR] LoggerStream.java (152):      at javax.activation.DataHandler.writeTo(DataHandler.java:294)
    [ERROR][12-11-2007 10:47:20,850] [STDERR] LoggerStream.java (152):      at javax.mail.internet.MimeUtility.getEncoding(MimeUtility.java:230)
    [ERROR][12-11-2007 10:47:20,851] [STDERR] LoggerStream.java (152):      at javax.mail.internet.MimeBodyPart.updateHeaders(MimeBodyPart.java:1065)
    [ERROR][12-11-2007 10:47:20,851] [STDERR] LoggerStream.java (152):      at javax.mail.internet.MimeMessage.updateHeaders(MimeMessage.java:1923)
    [ERROR][12-11-2007 10:47:20,852] [STDERR] LoggerStream.java (152):      at javax.mail.internet.MimeMessage.saveChanges(MimeMessage.java:1904)
    [ERROR][12-11-2007 10:47:20,852] [STDERR] LoggerStream.java (152):      at javax.mail.Transport.send(Transport.java:79)
    [ERROR][12-11-2007 10:47:20,853] [STDERR] LoggerStream.java (152):      at net.careertales.ejb.mdb.EmailHelper.sendmail(EmailHelper.java:115) *//This line is the Error.It Shows in Transport.send(msg)*
    [ERROR][12-11-2007 10:47:20,853] [STDERR] LoggerStream.java (152):      at net.careertales.ejb.mdb.MessageDrivenServiceBean.onMessage(MessageDrivenServiceBean.java:99)
    [ERROR][12-11-2007 10:47:20,854] [STDERR] LoggerStream.java (152):      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [ERROR][12-11-2007 10:47:20,854] [STDERR] LoggerStream.java (152):      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [ERROR][12-11-2007 10:47:20,855] [STDERR] LoggerStream.java (152):      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [ERROR][12-11-2007 10:47:20,855] [STDERR] LoggerStream.java (152):      at java.lang.reflect.Method.invoke(Method.java:585)
    [ERROR][12-11-2007 10:47:20,856] [STDERR] LoggerStream.java (152):      at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    [ERROR][12-11-2007 10:47:20,856] [STDERR] LoggerStream.java (152):      at org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.java:495)
    [ERROR][12-11-2007 10:47:20,857] [STDERR] LoggerStream.java (152):      at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
    [ERROR][12-11-2007 10:47:20,857] [STDERR] LoggerStream.java (152):      at org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterceptor.java:116)
    [ERROR][12-11-2007 10:47:20,858] [STDERR] LoggerStream.java (152):      at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    [ERROR][12-11-2007 10:47:20,858] [STDERR] LoggerStream.java (152):      at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    [ERROR][12-11-2007 10:47:20,859] [STDERR] LoggerStream.java (152):      at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
    [ERROR][12-11-2007 10:47:20,859] [STDERR] LoggerStream.java (152):      at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    [ERROR][12-11-2007 10:47:20,860] [STDERR] LoggerStream.java (152):      at org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:109)
    [ERROR][12-11-2007 10:47:20,864] [STDERR] LoggerStream.java (152):      at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    [ERROR][12-11-2007 10:47:20,864] [STDERR] LoggerStream.java (152):      at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:136)
    [ERROR][12-11-2007 10:47:20,865] [STDERR] LoggerStream.java (152):      at org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:402)
    [ERROR][12-11-2007 10:47:20,865] [STDERR] LoggerStream.java (152):      at org.jboss.ejb.Container.invoke(Container.java:954)
    [ERROR][12-11-2007 10:47:20,866] [STDERR] LoggerStream.java (152):      at org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:987)
    [ERROR][12-11-2007 10:47:20,866] [STDERR] LoggerStream.java (152):      at org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerInvoker.java:1287)
    [ERROR][12-11-2007 10:47:20,867] [STDERR] LoggerStream.java (152):      at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:266)
    [ERROR][12-11-2007 10:47:20,867] [STDERR] LoggerStream.java (152):      at org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:902)
    [ERROR][12-11-2007 10:47:20,868] [STDERR] LoggerStream.java (152):      at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:170)
    [ERROR][12-11-2007 10:47:20,868] [STDERR] LoggerStream.java (152):      at org.jboss.mq.SpySession.run(SpySession.java:323)
    [ERROR][12-11-2007 10:47:20,869] [STDERR] LoggerStream.java (152):      at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:194)
    [ERROR][12-11-2007 10:47:20,869] [STDERR] LoggerStream.java (152):      at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:748)
    [ERROR][12-11-2007 10:47:20,870] [STDERR] LoggerStream.java (152):      at java.lang.Thread.run(Thread.java:595)
    [INFO][12-11-2007 10:47:20,870] [STDOUT] LoggerStream.java I dont know what is going on wrong here.Can you help me to find out the solution.Thanks in advance.

  • Need help for XI integration with MQ Series

    Hi,
    We are integrating XI with MQ Series for connceting Mainfrmaes.
    Third party adapters are available (iWAY,Software AG) without using these adapters, Are there any ways available?
    I need some ref documents.
    We are using JMS Adapter in XI for connecting MQ Series.
    Khaja

    Khaja ,
    XI as a product is shipped with the out-of-box adapter for JMS with which you can easily connect to WebSpehere MQSeries / SonicMQ. It gives you almost all the required facilties of setting JMS headers etc also.
    1. You would need to install MQSeries driver library onto XI server. Refer the How-To Guide on service marketplace for this.
    2. If your MQ is JMS enabled then you can use the XI JMS MQ interface(can select this option in adapter conf.) else go for NON-JMS.
    Navigate to the appropriate sections of help.sap.com and you will find all the relevant information
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    --Amol

  • Need help for Flash quiz with score and timer

    Greetings, I need to urgently create a flash
    game with 10 questions, 3 answers per question. At the end of the
    quiz I need to get the time the quiz was completed for, what answers the player answered correctly and the time its completed into a database, + a couple of fields like name and phone that the user fills also needed to be added into db with the score and time. I need it by the end of tomorrow and I do realise i dont have the knowledge to make it, So if there is anyone that wishes to help or trade services I can give you back the favour by creating some html/css/web design content for you. Thanks in advance and please excuse me for my terrible english.

    download flash cs6 and use it to publish your ad or expand flash cc's publishing capabilites.  if you have a flash cc subscription you can download and use flash cs6 after logging into your cc acount.
    here's how to expand publishing capabilites of flash cc: http://forums.adobe.com/message/5511080#5511080#5511080

  • Need Help of Sending Email Notification when new task assigned

    Hi all,
    How can we send a email alert notification for existing lead or new lead, when a new Task is assigned to particular person. Here in my requirement daily n number of tasks assigned to executives. So how can i send the same.
    Thanks in advance.
    Regards,
    Ratan

    Hi Ratan,
    It is not clear from your question whether you are trying to trigger the email notification for the task or the lead, but it doesn't matter. You'll need to write a WF for the Lead/Task and trigger it when a new record is created and then in actions select the email notification.
    Best of luck

  • HT4064 I need help for a person with physical disabilities, a stylus type tool would help. Any ideas or product recommendation will be appreciated

    I am looking for a stylus type tool to help a disabled person who has difficulty with their hands and fingers . Any suggestions will be appreciated.

    http://www.techhive.com/article/1164440/macworld_buying_guide_ipad_styluses.html

  • Help in sending email with attachment

    Hi Experts,
    I have developed a code which takes a pc file and change gets its binary content. later I am using the email send from class CL_BCS to send the mail.Its working very fine when I am executing it my Id, however it fails when I am using it as a background step in the workflow.Can anyone pls tell the reason
    Thanks
    Papiya

    Hi Papiya,
    GUI_UPLOAD doesn't work in background since it involves the presentation server. You can only use the Application server in Background.
    Do the following instead.
    1. Create a file in AL11 ( By using CG3Y / CF3Z Transaction )
    2. You can find the file in AL11 home. (Application server)
    3. Open this file in your code using OPEN DATASET, READ DATASET, and CLOSE DATASET.
    This will resolve your problem hopefully.
    Vijay

  • Need help for a problem with Wacom Bamboo Pen tablet and LR5

    When using the advanced spor removal tool in LR5 using the pen of a Bamboo tablet it only goes in straight lines and reacts very sluggish!
    When I use finger input on the same tablet (usingit then as a touchpad), the tool behaves normally and very responsive. If I go in any direction or try to paint an area it just follow and updates instanlty.
    Is it an LR5 bug or problem with the pen tablet drives?!
    I'm running a core i7 Thinkpad, 8 gigs of RAM.. Windows 8.1 Pro..

    Have you read that?
    http://forum.wacom.eu/viewtopic.php?f=10&t=14722

  • XI Mail Adapter: sending emails with attachment with help of java mapping

    Hi ,
    On trying out the scenerio mentioned in the blog, using the java mapping provided
    "XI Mail Adapter: An approach for sending emails with attachment with help of Java mapping
    The scenerio works just fine.
    But the payload as the content of the attachment is not getting generated in proper XML format.
    I suppose it's because of the replace special characters code part..
    Can anyone help me state the modification required in the code.
    Thanks!
    Regards,
    Faria Mithani

    It might be a codepage issue. Is your original payload UTF-8?

  • Shell Script to send email with .txt file as attachment

    Dear Al,
    Could any one help me with code, for sending email with .txt file as attachment using shell script.
    Thank You!

    978334 wrote:
    Dear Al,
    Could any one help me with code, for sending email with .txt file as attachment using shell script.
    Thank You!http://bit.ly/XHfSCz
    https://forums.oracle.com/forums/search.jspa?threadID=&q=sendmail&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

Maybe you are looking for

  • My Macbook Pro cannot connect to the internet using an ethernet cord.

    My Macbook Pro cannot connect to the internet using an ethernet cord. It was working fine for weeks, then all of a sudden just stopped. What could the problem be?

  • PO requisition notifications page not showing NEXT/PREV links

    Hello All, In the PO Requisition Notifications page, the region containing all the lines "ReqLinesNotificationsRN" doesn't show any NEXT/PREV navigation links if the number of lines are more than the default value set at Profile - PO:%Notif%lines%dis

  • Should I be able to see networked computers in Finder?

    Forgive me if this is totally obvious. Should I be able to click on Network in Finder and see networked PCs on my LAN? I can share and transfer files from a laptop to this iMac, but I don't have the laptop with me right now. I'm trying to see a diffe

  • TC + Airport with Windows Vista

    For Xmas, I purchased a refurb Time capsule which works flawlessly with my iMac 3.0 Gz intel core duo with Mac OS X 10.6.2. It allows my Windows Laptop running Vista to connect as a "guest." I would like to have my Vista machine be part of the networ

  • Hyperion Shared Services URL

    Hi, I'm new in setting up and installing the Hyperion product as well as web server concept. I managed to setup Hyperion shared services using LDAP/MSAD and able to login into the Hyperion Shared Services but not able to login into Hyperion workspace