Sending form by telefax

We are involved in upgrade from 4.6C to 6.0 and when we try to view forms sended by telefax with transaction SOST but next error occurs:
"Message no. PO330
OTF module: Failed to output print data"
I have see that the format in function module SO_OBJECT_READ for table objcont is in a similar japaness format.
Any suggestion?
Regards,

Very difficult to give a suggestion, all information we have is "it failed" - but not why.
I'd activate the traces in SOST and send again, then check the traces for a possible reason.
Markus

Similar Messages

  • Are you sure you want to send form again

    Are you sure you want to send form again- How can I get ride of this message?

    HI Gregg,
    From your Safari menu bar click Safari / Preferences then select the Security tab.
    At the bottom of that window, deselect: Ask before sending a non-secure form from a secure website.
    Relaunch Safari.
    If that doesn't do the job, open the Terminal app (Applications / Utilities)
    Copy and paste the following command.
    defaults write com.apple.Safari DebugConfirmTossingUnsubmittedFormText NO
    To undo this… same command but type Yes.
    Carolyn

  • Newbie for the life of me can't figure out where in contact.php you tell it where to send form?

    Thx for any help.
    I know it's got to be so obbvious.
    Why would you send in php vs html?
    <?php
    if(!$_POST) exit;
    $email = $_POST['email'];
    //$error[] = preg_match('/\b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b/i', $_POST['email']) ? '' : 'INVALID EMAIL ADDRESS';
    if(!eregi("^[a-z0-9]+([_\\.-][a-z0-9]+)*" ."@"."([a-z0-9]+([\.-][a-z0-9]+)*)+"."\\.[a-z]{2,}"."$",$email )){
    $error.="Invalid email address entered";
    $errors=1;
    if($errors==1) echo $error;
    else{
    $values = array ('name','email','message');
    $required = array('name','email','message');
    $your_email = "[email protected]";
    $email_subject = "New Message: ".$_POST['subject'];
    $email_content = "new message:\n";
    foreach($values as $key => $value){
       if(in_array($value,$required)){
      if ($key != 'subject' && $key != 'company') {
        if( empty($_POST[$value]) ) { echo 'PLEASE FILL IN REQUIRED FIELDS'; exit; }
      $email_content .= $value.': '.$_POST[$value]."\n";
    if(@mail($your_email,$email_subject,$email_content)) {
      echo 'Message sent!';
    } else {
      echo 'ERROR!';
    ?>

    Thanks. I'm working with different hosts and I guess thats where the confusion for me is coming in. In bluehost, I simply submit my form through form action to http://www.bluehost/bluemail. With the php form construction it 's form action is contact.php. Does this mean that the server I'm working with will uinderstand how to process contact.php and where to send it based on paramaters previously submitted? Or do I instruct the server via the php form? Thanks again
    Date: Wed, 8 Feb 2012 13:50:11 -0700
    From: [email protected]
    To: [email protected]
    Subject: Newbie for the life of me can't figure out where in contact.php you tell it where to send form?
        Re: Newbie for the life of me can't figure out where in contact.php you tell it where to send form?
        created by mhollis55 in Dreamweaver - View the full discussion
    The reason why this is done in php is because php is server-side scripting. It's telling your server to do stuff. HTML doesn't tell your server anything, it tells the client (the web browser loading it) to do things. Only your server can send an email.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4194407#4194407
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4194407#4194407. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Is this (mail sending form) code right ?

    I'm not a developer , my boss gave me this php code for sending form data to his mail ..
    is this code right cuz it doesn't seem to work fine ?
    <? php
    $to = "[email protected]";                                                                                                                     
    $cc = "[email protected]";                                                                                                                     
    $bcc = "";                                                                                                                     
    $subject = "Tailor Request Form";                                                                                                                     
    $msg = "                                                                                                      
    <table border=\"1\" width=\"600\">
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Titel</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$title."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Name</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$name."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Country</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$country."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Phone</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$phone."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>E-mail</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$Email."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Tour Package</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$TravelType."</td>
    </tr>
    </table>";                                
    $from = "From: ".$_POST['Email'];                                                    
    $html = "Content-Type: text/html";                                                    
    $headers = $html."\r\n".$from."\r\n".$cc."\r\n".$bcc."\r\n";                                                    
    //$headers .= "cc: [email protected]\r\n";                                                    
    mail($to, $subject, $msg, $headers);?>

    <?php
    $to = "[email protected]";                                                                                                                      
    $cc = "[email protected]";                                                                                                                      
    $bcc = "";                                                                                                                      
    $subject = "Tailor Request Form";                                                                                                                      
    $msg = "                                                                                                               
    <table border=\"1\" width=\"600\">
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Titel</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$title."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Name</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$name."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Name</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$last_name."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Country</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$country."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Phone</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$phone."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Fax</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$fax."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>E-mail</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$Email."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Tour Package</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$TravelType."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Transportation</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$DTransportation."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Number Of Persons</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$NumberofPersons."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Number Of Children</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$NumberofChildren."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Single Room</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$SingleRoomNo."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Double Room</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$DoubleRoomNo."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Twin Room</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$TwinRoomNo."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Triple Room</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$TripleRoomNo."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><b><font face=\"Verdana\" color=\"#000000\" size=\"2\">1<sup>st</sup> City of Interest</font></b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$CitiesToVisit1."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><b><font face=\"Verdana\" color=\"#000000\" size=\"2\">2<sup>nd</sup> City of Interest</font></b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$CitiesToVisit2."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><b><font face=\"Verdana\" color=\"#000000\" size=\"2\">4<sup>th</sup> City of Interest</font></b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$CitiesToVisit4."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><b><font face=\"Verdana\" color=\"#000000\" size=\"2\">5<sup>th</sup> City of Interest</font></b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$CitiesToVisit5."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Between Aswan and Luxor</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$TransportationFromAswanToLuxor."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Preferable Arrival Dates</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$ArrivalDay." - ".$ArrivalMonth." - ".$ArrivalYear."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Preferable Departure Dates</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$DepartureDay." - ".$DepartureMonth." - ".$DepartureYear."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Special Interests</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=justify><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$SpecialInterests."</td>
    </tr>
    </table>";                                
    $from = "From: ".$_POST['Email'];                                                    
    $html = "Content-Type: text/html";                                                    
    $headers = $html."\r\n".$from."\r\n".$cc."\r\n".$bcc."\r\n";                                                     
    //$headers .= "cc: [email protected]\r\n";                                                    
    mail($to, $subject, $msg, $headers);                                   
       ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Delta Tours Egypt</title>
    <style type="text/css">
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="wrapper">
      <div id="header"></div>
      <div id="menu">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="about_egypt/about_egypt.html" class="MenuBarItemSubmenu">About Egypt</a>
            <ul>
              <li><a href="about_egypt/people.html">People</a></li>
              <li><a href="about_egypt/climate_clothes.html">Climate &amp; Clothes</a></li>
              <li><a href="about_egypt/transportation.html">Transportation</a></li>
            </ul>
          </li>
          <li><a href="cities_info/cities_info_main.html" class="MenuBarItemSubmenu">Cities Info</a>
            <ul>
              <li><a href="#">Cairo</a></li>
              <li><a href="#">Luxor</a></li>
              <li><a href="cities_info/aswan.html">Aswan</a></li>
              <li><a href="cities_info/red_sea.html">Red Sea</a></li>
              <li><a href="cities_info/sinai.html">Sinai</a></li>
              <li><a href="#">Oasis</a></li>
            </ul>
          </li>
          <li><a href="#">Hot Deals</a>      </li>
          <li><a href="#">Tailor Mode</a></li>
          <li><a href="about_us/about_us.html">About Us</a></li>
          <li><a href="contact_us.html">Contact Us</a></li>
        </ul>
      </div>
      <div id="mainMenu">  <ul>
    <li><a href="index.html">Home</a></li>
    <li><a href="tours/tours_main/classical_tours.html">Tours</a></li>
    <li><a href="hotels/hotels_home.html">Hotels</a></li>
    <li><a href="#">Cruises</a></li>
    </ul></div>
      <div id="content">
       <div id="conTop"></div>
       <div id="conBg">
          <div id="spotlight">
           <p><strong><em>Your information has been submitted <br />
            one of our operators will contact you within<br />
    24 hours for further details </em></strong></p>
    <h5 class="signature"><em><strong>Delta Tours Team </strong></em></h5>
                  <br class="clear" />
         </div>
         </div><div id="conBot"></div>
    </div>
         <div id="footer">
      <div id="footerTop"></div>
      <div id="footerMid">
        <p>Home | Tours | Hotels | Cruises | About Egypt | Cities Info | Monuments & History | Hot Deals | Tailor Made | About Us | Contact Us | links</p>
        </div>
      <div id="footerBot"></div>
      </div>
    <div id="copyRight">deltatoursegypt.com © 2012 .All rights reserved.</div></div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

  • Send form like pdf

    Hi,
    I have form and I need to send form in PDF format to specific mail ...
    in the start user must select check box :
         when user select 1 check box option subject mail is Name 1 + address2 ....
         when user select 2 check box option subject mail is Name 2 + address2....
    My problems (sorry I'm beginner), is button for send form in the PDF format ...
    I create one button for each subform like (click event) :
    --------------- subform1 -----------------
    var oDoc = event.target;
    oDoc.mailDoc(
    bUI: true,
    cTo: "[email protected]",
      cSubject: form1.page1.subform1.Name1.rawValue + " " + form1.page1.subform1.address1.rawValue
    ------------------ subform2 -----------
    var oDoc = event.target;
    oDoc.mailDoc(
    bUI: true,
    cTo: "[email protected]",
      cSubject: form1.page1.subform2.Name2.rawValue + " " + form1.page1.subform2.address2.rawValue
    But that work only for option 1.
    When select on then check box option 2 and press button - don't work.
    Can i set one button for all form (and where put it) , where mail subject will be value from actual subform , and format form="pdf" ?
    Thanks ...

    I have solution :
    in each subform create a Button (Object -> Field -> Control type -> Regular)  with click event :
    var vSubject;
    var vCC="";
    var vBody="";
    var vEmail="[email protected]";
    // Create subject from subform field :
    vSubject = first_name.rawValue + " " + last_name.rawValue + " - born : " + born_date.rawValue ;
    event.target.submitForm({cURL:"mailto: "+ vEmail +"?subject=" + vSubject +"&body=" + vBody + vCC,cSubmitAs:"PDF",cCharset:"utf-8"});

  • Send Form Data to PC via USB cabile

    Respected SIr/Madam
    I want to send Form Data or RMS Data to PC via USB data cabile .
    Is it Possible ?
    if it is possible then please give me some idea how to make it
    thanks in advanse
    Souvik

    Yes ..
    First ensure that driver for the Data cable is installed.
    Get the comm port number .
    In windows
    control panel->Phone & Modem options ->Modems..
    The Comm port no for the data cable is present in Attached To column.
    In Linux ..
    you can get it by checking the Device options
    Next
    U need to establish a connection between PC & Handset using the comm port.
    Note that The comm port obtained here is the reference commport in the PC..
    U can get the comm port number in Handset using the J2ME application itself..
    String port;
    String ports = System.getProperty("microedition.commports");
    int comma = ports.indexOf(',');
    if (comma > 0) {
    // Parse the first port from the available ports list.
    port = ports.substring(0, comma);
    } else {
    // Only one serial port available.
    port =ports;
    /*Below is a code example showing how you can use serial I/O API to open a connection and read/write
    to it. */
    //using commconnection since midp2.0
    CommConnection commConn =
    (CommConnection)Connector.open("comm:COM0;baudrate=115200", Connector.READ_WRITE,
    true);
    InputStream iStream = commConn.openInputStream();
    OutputStream oStream = commConn.openOutputStream();
    String sMessage = "send";
    oStream.write(sMessage.getBytes());
    Thread tRead = new Thread() {
    public void run() {
    while (true) {
    StringBuffer sb = new StringBuffer();
    while(true) {
    int c = iStream.read();
    if(c != '\r') {
    sb.append((char)c);
    else
    break;
    try {
    sleep(1000);
    catch (InterruptedException e) {}
    tRead.start();For some handsets that do not support CommConnection, you can use StreamConnection in place of
    CommConnection with the same result:
    StreamConnection commConn =
    (StreamConnection)Connector.open("comm:COM0";baudrate=115200"); The above code is for J2me application running on Handset ...
    In PC you can refer it using the comm port identified from the Control Panel.

  • Send form data from Coldfusion to ASP

    I need to send form data from CF to ASP.
    I submit a CF page and validate it on my end with another CF
    page, which then needs to post the results to an asp page on
    another site. The post has to be sent via SSL and I don't need to
    and cannot receive any status message back from the remote ASP
    site. Any suggestions would be greatly appreciated. I was thinking
    some type of cfhttp, but I am not very familiar with its usage.
    Thanks!

    It doesn't matter what type of page you are sending to as
    long as it can handle the data that is sent. Either a form or
    cfhttp will work.

  • Turn off "Send form again" while browing backwards in safari

    When I am in safari and select the browse to previous page tab, sometimes a "Send form again" pop-up appears. In particular, this is most annoying when it appears while I am in sites related to university and online courses, which of course slows down my studying and assigments in action. How can I turn this off? (i wouldn't have chosen "Go Back" if I hadn't meant it!)

    You get this message when you go back from a secure site to a non-secure site.
    Isn't there a checkbox down the bottom of the message giving you the option of 'Do not show this message again' or words to that effect?

  • Send Form to Email with Spry & PHP

    Hi there,
    i dont understand this page
    Submit
    forms with XHR
    What is in this page: SubmitChecker.php?
    How do I send the Form Information to an Email?
    Is there a tutorial from start to finish. All this tutorials
    or sample stop at the most important part. How to send.
    Thanks for help
    Denis

    Thanks for your little advice. I got it. And the send code
    should be placed in the php file called by the form ;-)
    TestPage
    Thanks a lot !!!
    Denis
    Which download? Can you please post a link to the download
    I know how to send forms with PHP. But now i want to try it
    without load a new page. The problem is, that i dont understand how
    to merge all the things. Spry, Form and PHP.
    I guess i have to put the sendscript inside here:
    // Callback function that will update the response_form1 div
    with the response that comes from the server
    function updateResponseDiv(req)
    Spry.Utils.setInnerHTML('response_form1',
    req.xhRequest.responseText);
    Or is this only the place for the message that the form has
    been submitted?
    Do i have to send the form inside the SubmitChecker.php
    It's a pity that all the samples stop at the important part.
    And that they are all in english.
    It will be greatful if you have a simple sample with
    Submitting a Form with Spry and PHP. Just to see how it works and
    where to place the code.
    cheers
    denis

  • Send form is different email to address than specified in submit button

    I'm using Adobe Acrobat 9 PRO (CS5) and have a problem where the "wrong" mailto: address is displayed to the responder after a PDF form has been completed by the responder... it appears in the final "Send Form" pop up which details the email address the PDF is being submitted to (as well as 2 x fields for the responder to add their "From" info into: 1."email address" and 2."Full Name")
    THE PROBLEM IS THIS: The "Send Form"email address shown at the top is not the same as the email address specified in the PDF Forms submit button (I've used "[email protected]" option) and though the submit button DOES send it to the correct specified email address it is showing my standard email address in the "Send Form" pop up box, which I don't want as I am sending a survey form so I would like my "[email protected]" email address to appear here and not my usual/main email address (I need it to display the same info as I've set my submit button to).
    What can I do to change the info that seems to automatically appear here...? (Also to change the reply "Subject Header" while I'm at it?)
    Any help is greatly appreciated!

    Hi George,
    Many thanks for your reply; it was really helpful - now my "Send Form" reply pop-up window shows the same email address as the email address I specified in my forms submit button: excellent! (it has caused a new problem now though, with my email server now barring the replies from reaching me for some reason, but I'll have to sort that out with our IP!)
    - SPECIFYING A PDF FORM'S REPLY EMAIL "SUBJECT HEADER":
    I am manually distributing a "saved" form and will collate the data from my email inbox at a later date; did you have a solution to change the "Subject Header" in the reply email if use this manual send process?

  • Contact Us "send form" not working

    I have a contact us form that I can't make work. I need to have it email my email address with the customers name, phone#, email, and rental info. I have tried to use the hidden fields but I must have done something to the code. This is what I have:
                        <input name="recipient" value="[email protected]" type="hidden">
                        <input name="subject" value="Rental Info Form" type="hidden">
                        <input name="redirect" value="http://www.bounceri.com/thank-you.html" type="hidden">
                        <input name="sort" value="order:name,email,phone,rental info" type="hidden">
                        <input value="Send Form" name="submit" type="submit">
    Any help would be much appreciated. I really need to get this page to work. The website is www.bounceri.com if that helps.
    Thank you,
    Candice

    I used the same form that is on another website I update but didn't design.
    I just changed the properties so the information I wanted was different. How
    do I change the form processor so the script is on my site? This part of
    design is new to me. My hosting is at godaddy if that helps at all.
    Thank you so much fro your reply. Please advise.
    Candice S. Medeiros
    Client Services Manager
    Slocum, Gordon & Co. LLP
    Investment Management & Counsel
    39 Mill Street
    Newport, RI 02840
    401-849-4900 - Phone
    401-849-4947 Fax
    [email protected]

  • Data sending form

    Hi,
    I posted recently and no one responded, I had a question about form sending data to email. Anyway since no one could help me with my code I was wondering if someone had some working code which sends form data to an email address. It doesn't matter what your back end is.
    Thanks for reading.

    Hi,
    I've got a couple clarifying questions.
    1. Which version of teaming are you on?
    2. You want to send one of your custom fields from a custom entry out in the notification, correct? Or you just want a link back to the entry?
    Thanks,
    Bill Ramsey
    Novell

  • When ever I leave a site a drop down box appears " Are you sure you want to send form again?" " To re-open this page Safari must resend a form, this may sesult in duplicate purchases, comments, or other actions". It does it twice every time? *** is this?

    When ever I leave a internet site an Apple drop down box appears that says,
    " Are you sure you want to send form again?", " To Re-open this page Safari must resend a form. "This action might result in duplicate purchases, comments, or other actions".
    The box has two options,... "Send", or " Don't send",...
    I always hit the don't send button.
    It always drops down twice now when it used to only drop down once.
    *** is going on with that?

    Zoomantics wrote:
    If anyone has a way of stopping Safari from doing this I'd appreciate the "how to".
    I am on a website that has phpbb installed and when I do a search for new posts it shows them to me.
    When I click on a post that I wish to read it shows me that post but if I hit back the server is set up to not allow multiple searches within a short time and the page returns "you cannot submit another search in such a short time".
    If I understand what you're describing, that's a function of the phpbb forum, not something Safari is doing or can change.
    A suggestion: Instead of just clicking on the posts you want to read, I would Command-click to open them in new tabs. Your page of search results will remain open in the first tab, so when you're finished reading the posts, you can close their tabs and return to your list of search results.

  • Smartforms: send form via mail

    Hi,
    I need help at filling structure of MAIL_SENDER, MAIL_RECIPIENT and MAIL_APPL_OBJ. Exist any Functionmodule for filling this field for sending forms with smartforms via  email. How/where can I get the parameters info for  MAIL_SENDER,MAIL_RECIPIENT and MAIL_APPL_OBJ?
    Regards
    Hüsniye

    Here is an example to add text and to put a name to the attached file.
    ... Before that Get OTF ...
    CLEAR: reclist, reclist[],
             objhead, objhead[],
             objtxt,  objtxt[],
             objbin,  objbin[],
             objpack, objpack[].
    Create the PDF File
      CLEAR objbin.
      REFRESH objbin.
      objbin[] = it_mess_att[].
      DESCRIBE TABLE objbin LINES righe_attachment.
    Text in the mail.
      objtxt = 'Text - Line 1'.APPEND objtxt.
      objtxt = 'Text - Line 2'.APPEND objtxt.
      objtxt = 'Text- Line 3'.APPEND objtxt.
      DESCRIBE TABLE objtxt LINES righe_testo.
    Armo informacion del documento.
      doc_chng-obj_name = 'URGENT'.
      doc_chng-expiry_dat = sy-datum + 10.
      CONCATENATE 'FILE_NAME' 'HELLO'
                  INTO doc_chng-obj_descr SEPARATED BY space.
      doc_chng-sensitivty = 'F'.
      doc_chng-doc_size = righe_testo * 255.
    Create Pack to text in mail body.
      CLEAR objpack-transf_bin.
      objpack-head_start = 1.
      objpack-head_num = 0.
      objpack-body_start = 1.
      objpack-body_num = righe_testo.
      objpack-doc_type = 'RAW'.
      APPEND objpack.
    Create Pack to PDF Attach.
      objpack-transf_bin = 'X'.
      objpack-head_start = 1.
      objpack-head_num = 1.
      objpack-body_start = 1.
      objpack-body_num = righe_attachment.
      objpack-doc_type = 'PDF'.
      objpack-obj_name = 'TEST'.
      CONCATENATE 'File Name' '.pdf'
                  INTO objpack-obj_descr.
      objpack-doc_size = righe_attachment * 255.
      APPEND objpack.
      CLEAR reclist.
      reclist-copy = 'X'.
    Receivers
      reclist-receiver = '[email protected]'
      reclist-express = 'X'.
      reclist-rec_type = 'U'.
      reclist-notif_del = 'X'.  " request delivery notification
      reclist-notif_ndel = 'X'. " request not delivered notification
      APPEND reclist.
    Send Mail.
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data              = doc_chng
          put_in_outbox              = 'X'
        TABLES
          packing_list               = objpack
          object_header              = objhead
          contents_hex               = objbin
          contents_txt               = objtxt
          receivers                  = reclist
        EXCEPTIONS
          too_many_receivers         = 1
          document_not_sent          = 2
          document_type_not_exist    = 3
          operation_no_authorization = 4
          parameter_error            = 5
          x_error                    = 6
          enqueue_error              = 7
          OTHERS                     = 8.
    Regards
    PabloX

  • CDOSYS  sending Form Data

    I have tried every combination of trying to get form data
    sent in an email without any luck.
    objMail.txtEmail = Request.Form("Email")
    or
    objMail.txtEmail = Request("Email")
    If I take out the form elements I can get the system to send
    me a hardcoded email
    Can ANYONE tell me how to add a form variable into an email
    using CDOSYS.
    I am trying to use this as part of an insert, for members who
    add thier details to our database I want to be able to send an
    email to someone to be aware who has just been added.
    I rely need an answer to this...I have to get this up and
    running tomorrow
    When answering, can you advise were abouts in the script
    elements should be placed.
    ANY help would be appreciated

    i have had luck with this email code
    place before your insert record coding
    <%
    Dim ObjSendMail
    Set ObjSendMail = CreateObject("CDO.Message")
    'This section provides the configuration information for the
    remote SMTP server.
    ObjSendMail.Configuration.Fields.Item ("
    http://schemas.microsoft.com/cdo/configuration/smtpserver")
    ="127.0.0.1"
    ObjSendMail.Configuration.Fields.Item ("
    http://schemas.microsoft.com/cdo/configuration/smtpserverport")
    = 25
    ObjSendMail.Configuration.Fields.Item ("
    http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout")
    = 60
    ObjSendMail.Configuration.Fields.Update
    'End remote SMTP server configuration section==
    if Request.Form("Submit1") = "Send Form" then
    ObjSendMail.To = Request.Form("textfield")
    ObjSendMail.CC = "[email protected]"
    ObjSendMail.BCC = "[email protected]"
    ObjSendMail.Subject = "RE:golf tournament entry form is
    attached"
    ObjSendMail.From = "[email protected]"
    ' we are sending a text email.. simply switch the comments
    around to send an html email instead
    'ObjSendMail.HTMLBody = Request.Form("textfield")
    ObjSendMail.TextBody = ObjSendMail.TextBody &
    cStr(Request.Form("textfield"))
    ObjSendMail.TextBody = ObjSendMail.TextBody & "" &
    vbCrlf & ""
    ObjSendMail.TextBody = ObjSendMail.TextBody & "Thank you
    for entering this years Panhandle Charitable Open"
    ObjSendMail.TextBody = ObjSendMail.TextBody & "" &
    vbCrlf & ""
    ObjSendMail.TextBody = ObjSendMail.TextBody & "Entry form
    is attached"
    ObjSendMail.TextBody = ObjSendMail.TextBody & "" &
    vbCrlf & ""
    ObjSendMail.TextBody = ObjSendMail.TextBody & "Please
    print form, fill out and mail in with your entry fee"
    ObjSendMail.TextBody = ObjSendMail.TextBody & "" &
    vbCrlf & ""
    ObjSendMail.TextBody = ObjSendMail.TextBody & "" &
    vbCrlf & ""
    ObjSendMail.AddAttachment Server.MapPath("/entryform.doc")
    ObjSendMail.Send
    Set ObjSendMail = Nothing
    end if
    %>

Maybe you are looking for

  • 2006 MacMini Model A1176 cannot send video to Toshiba TV by S-video or ColorStream adapter

    I attempted to hook my Mac Mini to my Toshiba Model 36AF41 TV. Since the TV does not have an HDVI input but does have both S-Video and ColorStripe, I purchased a VGA to ColorStripe/S-Video adapter. I tried the S-Video connection only, then tried the

  • In excise tables

    in my excise table  the excise base amount is takeing gross amount but it should take the gross amount subtract discount my tax procedure is taxinn plz help me

  • Copy Chart and Legend Together

    Hi, Just tinkering with Numbers. Can anyone advise how to copy a chart and its legend to a new app? I am copying a chart in numbers but when I paste it into Mail the chart-legend is not pasted. I have tried using Cmd to select both objects but no joy

  • View output should popup the lov containing EXCEL,Browser etc

    Hi, We are on 11.5.10.2 and the other instance is on 12.0.4, We have one requirement in bothe the instance, When we are opening a "view output" to open the concurrent requests output file, We need to get the popup (LOV) to choose excel, browser etc I

  • Oracle with php

    i am new to oracle and i want to know how would i access (read / write) to a oracle database using php. if someone can point me into the direction to look. thanks