Event table other than SWEQUEUE

Hi
SWEQUEUE contains the event details for the events that have not been successfully sent outside, or completed.
Is there any table where the successful event details are saved, as we need to identify daily which event IDs were successful and which were not. Using SWEQADM is not suitable as there are admin access issues which cannot be worked around.
Thanks.

Hi,
Please check the package SWE. you may get the required table.

Similar Messages

  • Is there any better way for updating table other than this?

    Hi all, I need to update a row in the table that require me to search for it first (the table will have more than hundred thousands of row). Now, I am using a LOV that will return the primary key of the row and put that primary key to DEFAULT_WHERE property in the block and execute query command to fetch the row that need updating. This works fine except that it require 2-query-trip per update (the lov and the execute_query). Is there any better way to doing this? This update is the main objective for my application and I need to use the most effective way to do it since we need to update many records per hour.

    Thanks Rama, I will try your method. Others, how to query row instead of primary key? I thought that querying primary key is faster due to the index?
    BTW, what people do if you need to update a table using Form? I have been using the LOV then execute query since I first developing form. But I am building a bigger database recently that I start worrying about multiple query trip to dbms.
    FYI my table will have up to million rows on it. Each row will be very active (updated) within 1-2 weeks after it creation. After that it will exist for records purposes only (select only). The active rows are probably less than 1% of all the rows.

  • How can I insert into a table other than the default table in a form

    Hi,
    I want to insert into a table with some fields value of a form of another table. I have written insert code On successful submission of that form, but after submit it gives the following error
    An unexpected error occurred: ORA-06502: PL/SQL: numeric or value error (WWV-16016)
    My code is like this
    declare
    l_trn_id number;
    l_provider_role varchar2(3);
    l_provider_id varchar2(10);
    begin
    l_trn_id := p_session.get_value_as_number(p_block_name=>'DEFAULT',p_attribute_name=>'A_TRANSACTION_ID');
    l_provider_id := p_session.get_value_as_varchar2(p_block_name=>'DEFAULT',p_attribute_name=>'A_PROVIDER1');
    l_PROVIDER_ROLE := p_session.get_value_as_varchar2(p_block_name=>'DEFAULT',p_attribute_name=>'A_PROVIDER_ROLE1');
    if (l_provider_role is not null) and (l_provider_id is not null) then
    insert into service_provider_trans_records(service_provider_id,transaction_id,role_type_id)
    values(l_provider_id, l_trn_id, l_provider_role);
    commit;
    end if;
    end;
    Where 'PROVIDER1' and 'PROVIDER_ROLE1' are not table fields.
    How can do that or why this error comes ? Any idea?
    Thanks
    Sumita

    Hi,
    When do you get this error? Is it while running or while creating the form.
    Here is a sample code which inserts a non-database column dummy into a table called dummy. This is done in successful procedure.
    declare
    l_dummy varchar2(1000);
    begin
    l_dummy := p_session.get_value_as_varchar2(p_block_name=>'DEFAULT',
    p_attribute_name=>'A_DUMMY');
    insert into sjayaram903_1g.dummy values(l_dummy);commit;
    end;
    Please check in your case if the size of the local variable is enough to hold the values being returned.
    Thanks,
    Sharmila

  • Can one get keyPressed events anywhere other than in Canvas?

    Hi there,
    I have a form displayed
         display.setCurrent(form);
    but I would like to receive keyPressed events, in particular "game actions" UP DOWN LEFT RIGHT.
    As far as I can tell, this isn't possible unless I have a Canvas displayed. :-(
    The form is displaying data (a couple of string items) and the soft key commands.
    This is only my second MIDP app, so any help would be appreciated.
    Thanks,
    colin

    1. Don't know.
    2. Hopefully you have a backup to restore from. Contacts are separate from iTunes, but if you enabled iCloud, then your contacts should be preserved (if you do not use Outlook, Address Book, etc.)

  • Auxiliary table (other than with as and subquery)

    Hello my friends
    I know that two ways of implementing tempolary tables are with-as-select and also subqueries.
    is there any other way to have auxiliary tables in oracle?
    I use oracle 11.2.0.2
    thank you in advance.
    (i should mention that before asking i searched google)
    best,david

    1003209 wrote:
    yes i meant somehow temporary table, auxiliary table, by with-as oder subquery i just wanted to give example(maybe not a relevent example)Does the word TEMPORARY in Temporary table refers to the state of the Data in the table or the State of the table itself?
    Becuase GTT (Global temporary table) is actually a physical table in Oracle with different level of data persistency (Transaction level and Session Level)
    SQL Server offers temporary table in which the table itself is not persistent. The table is automatically dropped (Not sure how it works, as not an experienced SQL Server person)
    The WITH clause in SELECT is Just a Named Query. Oracle optimizer can materialize the result set of the subquery in the WITH clause and reuse it.

  • Development class in table other than TADIR

    Hi Gurus,
    I've a strange thing on a system which I can't understand. I've found an include which when I check in its attributes belong to some development package. However when I check it in TADIR table I'm not geting any results. Does anyone know from where beside table TADIR SAP is reading these information?
    BR
    Marcin Cholewczuk

    Hi,
    All the includes in the function group will have the same development class as of the function group.  You can get the details of function group along with its development class in TADIR. 
    Refer to table D010INC to get the Function group main program of the includes.
    Regards
    Vinod

  • Life and work event for any country other than US.

    Hello,
    I have to implement ESS for UAE.
    In ESS we did all country specific settings and thus our "Address" application in Personal Information section is working fine now.
    Now we have to implement the life work event section "My first days".
    There we are getting "Address" application in left panel.
    Now when I am clicking in this application it shows me error :
    Country/Structure do not match application country
    So which means it requires some settings in guided procedure end in portal.
    I am assuming ....Because our address application is already working fine in Personal Information section so same should also work in My first days section using existing configuration settings of R/3.
    So I went through below wiki page :
    http://wiki.sdn.sap.com/wiki/display/profile/LifeandWorkEvents(LWE)-Other+Countries
    In the above page there is a section to update parameters in guided procedure process for address.
    GP Context = X
    PT Family Service = EMPLOYEEPERSINFO_FAMMEMBER_PT_05 - this parameter is going to be created in the backend (transaction PTARQ)._
    I am making changes to existing Life and Work events - US only. (for testing purposes)
    In my case I only updated the Address service :
    sap_xss_service
    sap_xss_menusrv
    With the address service from R/3 which is in my case running under personal information section.
    But still I have been receiving the same error under My First Days address section.
    In the above wiki page there is a line as below :
    VERY IMPORTANT: the parameters need to give in action, after in the block, after in the main block, and after in the process (THIS IS CRUCIAL).
    I feel this is where I am missing something.
    What does this line mean...
    Can anybody help me out with the same...if you have implemented life and work event for any country other than US.
    Edited by: Saurabh Agarwal on Apr 10, 2011 3:03 PM

    Hello,
    In continuation of my question I have also been following below sap Note :
    929447 - Adopting Life and work events for countries other than US
    In the above note there us a section which confuses me :
    Page 3 - Home and Area page customizing
    Step2 - In this step they say that we have to make an entry in
    IMG node access: Cross-applicaiton components -> Homepage framework ->Services -> Define Country-Specific Services (Add Entries) - (Table:V_T7XSSSERSRVCG)
    as
    Service Key:EMPLOYEE_LIFEWORK_FIRSTDAYS
    Country grouping: 01
    Link Resource:EMPLOYEE_LIFEWORK_FIRSTDAYS_DE_SERVICE
    I believe it should not be for FIRSTDAYS....it should be about service which is actually throeing the error "Countr/structure does not match"
    i.e. in this note case it should be :
    EMPLOYEE_PERSINFO_ADDRESS05

  • How to insert a table or object image other than at bottom or report

    Please excuse my HTML ignorance. Is there a way to use a previously added tag to go back and insert a FP object at the tag location in an HTML report. The only way I can figure out how to do it would be to append the object using the report generation vis, then search the HTML document for the originally added tag, and replace this tag with the appended code.
    I append teat results as they are generated but once all tests are complete, I want to put the summary table at the top (after the header though).
    Thanks, Rick

    Hi Rick,
    There is no built-in way with the Report Generation VIs to append something to your report anywhere other than the very bottom.  I have attached a VI that shows the best way I can think of to accomplish this...it involves using an internal Report Generation VI called "Generate Report Get Data.vi" that gets the actual string that contains all your HTML from the internal data structure of the Report Generation VIs...once you have this string, you can manipulate it with the normal String functions in LabVIEW...then once you've got it manipulated the way you want, you can stick it back into your report.
    I hope this gets you started in the right direction...I saved the VI in LabVIEW 8.0 format.  Let me know if you have any other questions.
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman
    Attachments:
    Custom_HTML_Report_Append.vi ‏31 KB

  • Is there a way to view the iCal 'notes' field other than opening each event individually?

    I use the 'notes' field in iCal but it is not visible in any view other than opening each event individually.  Is there any way to make this field visible in the Day or Week view?

    Thanks, this is definitely better than clicking events one by one.  I just don't understand why Apple doesn't display it in the events in the day or week view the same way they show the Location field.  Interestingly, on the iPad "Day" view, the Notes field is diplayed in the panels on the left side of the screen (although not on the right side).
    Anyway, thanks for your prompt help.

  • Where to see the images other than change log table

    Dear all,
                   How to view images for extraction's (example Generic )  in  DSO without using Change log table.
    With Regards,
    Baskaran

    Hi,
    There is no other option other than change log table to view the images.
    in PSA..we will get only raw data..i.e...its non other than the data how its posted in source sytem.we can say..this is only copy of source sytem data.
    after PSA,if the datasource is DELTA enabled(which can sustain NEW or CHANGED records-here only we get concept of IMAGES),we have to load this data only to DSO.from there after activation of the data,the data can be updated to further data targets only from CHANGE LOG table which can maintain images.
    Even further targets are also DSOs,we will have to load from this DSO only.so we can see images only in change log table.
    hope this is clear for you.
    Regards
    Ramsunder

  • How to see the Table Names & Field Names by other than F1 help

    Hi Experts
       How to see the Table Names & Field Names by other than F1 help, & How to see the List of MM Table Names.
    Rgds

    The only option to see the active table/ field name is through F1 --> Technical Information. Apart from this, you can use any 3rd part application like GUIex (INbuilt in SAP ECC 6.0 ... can be activated by clicking on the tri-color button on the top right), but you need technical knowledge to understand the information. As far consolidated list of MM tables is concerned, SAP don;t provide you the same at one place, it experience and knowledge which help you in this regard. For your immediate reference MM tables are as under :
    EBAN  - Purchase Requisition 
    EBKN  - Purchase Requisition Account Assignment 
    EBUB   - Index for Stock Transport Requisitions for Materi
    EINA    - Purchasing Info Record: General Data 
    EINE     - Purchasing Info Record: Purchasing Organization D
    EIPA     - Order Price History: Info Record 
    EKAB   - Release Documentation 
    EKAN   - Vendor Address: Purchasing Document 
    EKBE    - History per Purchasing Document 
    EKBEH - Removed PO History Records 
    EKBZ    - History per Purchasing Document: Delivery Costs 
    EKBZH  - History per Purchasing Document: Delivery Costs 
    EKEH    - Scheduling Agreement Release Documentation 
    EKEK    - Header Data for Scheduling Agreement Releases 
    EKES     - Vendor Confirmations 
    EKET     - Scheduling Agreement Schedule Lines 
    EKETH   - Scheduling Agreement Schedules: History Tables 
    EKKI      - Purchasing Condition Index 
    EKKN    - Account Assignment in Purchasing Document 
    EKKO    - Purchasing Document Header 
    EKPA     - Partner Roles in Purchasing 
    EKPB     - "Material Provided" Item in Purchasing Document 
    EKPO    - Purchasing Document Item 
    EKPV    - Shipping-Specific Data on Stock Tfr. for Purch. D 
    EKRS    - ERS Procedure: Goods (Merchandise) Movements to b 
    EKUB    - Index for Stock Transport Orders for Material 
    EORD    - Purchasing Source List 
    EQUK    - Quota File: Header

  • Accessing tables in other than default schema.

    Hi Experts,
    I am using an Enterprise Bean (Stateless) that uses Common JDBC
    to connect to the Java Schema of the WAS. I have created a
    DataSource alias (created on Default Datasource) and using it for connection.
    My requirement is to <b>get a list of all tables created in the Default schema</b>.
    But when I use DatabaseMetadta.getTables() method, for this type of connection
    it throws out the following exception:
    <b>java.lang.UnsupportedOperationException: Method getTables() not supported by Common JDBC</b>
    I have even tried using the query "Select * from USER_TABLES", but with this one,
    an SQL Exception is thrown saying:
    <b>com.sap.sql.log.OpenSQLException: The SQL statement "SELECT "TABLE_NAME" FROM "USER_TABLES"" contains
    the semantics error[s]: table "USER_TABLES" unknown</b>
    Please tell my how can I use tables in other than the default schema.
    Regards,
    Alka.

    Hi Alka,
    from your post, it is not entirely clear to me what you are atempting to do.
    1) Do you need help with accessing tables in a non-default schema?
    2) Do you want to determine all tables in the default schema?
    If 1), please follow the hints given by Vladimir Pavlov.
    If 2), currently, the method DatabaseMetaData.getTables() is unfortunately not supported in Open SQL/JDBC. We are currently preparing a new download of the NetWeaver Java EE 5 edition. In this version, the getTables() method will be supported.
    Or do you just want to check for the existence of a specific database table in the default schema?
    I hope this helps,
    Best regards,
    Adrian

  • Disadv. of intializing date field in any events other than INITIALIZATION

    hi,
    Disadvantages while initializing date field in any events other than INITIALIZATION event?
    regards,
    prajwala

    Hi D,
    I could reporduce but not sure why.  As a workaround, we can set the "AllItems.aspx" view (with a large value of "Item Limit") as default view for Calendar list, then the Docuemnt lookup column should lookup all events.
    Thanks,
    Daniel Yang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Daniel Yang
    TechNet Community Support

  • Page layout appears incorrect in anything other than IE 10...?

    Hi
    I have created a very simple microsite in Dreamweaver CS6 (my web design knowledge is very basic hence the ‘very simple microsite’!).
    My site appears and work well in Internet Explorer (10) although when viewed in previous versions Firefox or Chrome the pages appear on the right hand side of the screen rather than centralised as it should. 
    I initially used one of the default fixed layout templates in Dreamweaver in which I have used tables on some pages but not on others?  
    Another strange thing is that I have a simple navigation bar at the top of the pages which consist of three rollover buttons ‘Next, Home and Back’ in that order.  However when viewed in anything other than IE 10 the 'Next' and 'Back' buttons have been reversed??? 
    I thought it would be quicker to ask for some advice rather than try and work out the problem, so any suggestions will be very much appreciated!
    Many thanks
    Kim

    Thank you, here's the code for my index page which is also proving to be a problem....
    <!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"><!-- InstanceBegin template="/Templates/template_welcome page.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Pulse Dynamics </title>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="head" -->
    <link href="CSS/Logo.css" rel="stylesheet" type="text/css" />
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    body  {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        background: #666666;
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
        background-color: #f2f4f4;
    .thrColFixHdr #container {
        width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
        background: #FFFFFF;
        text-align: left; /* this overrides the text-align: center on the body element. */
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: #000000;
        border-right-color: #000000;
        border-bottom-color: #000000;
        border-left-color: #000000;
    .thrColFixHdr #header {
        height: 152px;
        background-color: #FFF;
        background-repeat: no-repeat;
        background-image: url(file:///T|/Copy%20of%20Pulse%20Dynamics%20WEB%20copy%20taken%20Feb%202012%20Edited%20 version/Images/headerlogo.jpg);
        background-position: right;
        padding: 20;
    .thrColFixHdr #header h1 {
        margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
        padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    .thrColFixHdr #mainContent {
        margin-top: 0;
        margin-right: 0px;
        margin-bottom: 0;
        margin-left: 0px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 0;
        padding-left: 20px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: small;
    .thrColFixHdr #footer {
        padding: 0 10px 0 20px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 12px;
        background-color: #464646;
        color: #FFF;
    .thrColFixHdr #footer p {
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    a:link {
        color: #000000;
        text-decoration: none;
    a:hover {
        color: #000000;
        text-decoration: none;
    a:visited {
        text-decoration: none;
        color: #000000;
    a:active {
        text-decoration: none;
        color: #851f82;
    #Navbar {
        width: 120px;
    #Navbar {
    #Navigation bar {
        height: 50px;
        width: 540px;
        margin-right: auto;
        margin-left: auto;
    #Title header {
        font-size: 12px;
        font-style: italic;
        font-weight: bold;
        color: #606;
    #Sub title {
    #Spacer {
    #Main body {
    -->
    </style><!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .thrColFixHdr #sidebar1 { width: 180px; }
    .thrColFixHdr #sidebar2 { width: 190px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
    .thrColFixHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    <link href="file:///T|/Copy of Pulse Dynamics WEB copy taken Feb 2012 Edited version/navigation.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
      var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) {
          img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr)
          for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    //-->
    </script>
    <style type="text/css">
    <!--
    h1,h2,h3,h4,h5,h6 {
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    h1 {
        font-size: large;
        color: #851f82;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    body,td,th {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: small;
        color: #000000;
        float: right
    -->
    </style>
    <link href="file:///T|/Copy of Pulse Dynamics WEB copy taken Feb 2012 Edited version/bottomnav.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    a {
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    -->
    </style>
    <link href="file:///T|/Copy of Pulse Dynamics WEB copy taken Feb 2012 Edited version/bottomnavlinks.css" rel="stylesheet" type="text/css" />
    <link href="file:///T|/Copy of Pulse Dynamics WEB copy taken Feb 2012 Edited version/pulseemail.css" rel="stylesheet" type="text/css" />
    </head>
    <body class="thrColFixHdr" onload="MM_preloadImages('Images/Buttons/Gif%20buttons/images/new%20buttons/Up-button-our -services.gif','Images/Buttons/Gif%20buttons/images/new%20buttons/Down-button-our-services .gif','Images/Buttons/Gif%20buttons/images/new%20buttons/Up-button-the-challenge.gif','Ima ges/Buttons/Gif%20buttons/images/new%20buttons/Down-button-the-challenge.gif','Images/Butt ons/Gif%20buttons/images/new%20buttons/Up-button-our-approach.gif','Images/Buttons/Gif%20b uttons/images/new%20buttons/Down-button-our-approach.gif','Images/Buttons/Gif%20buttons/im ages/new%20buttons/Up-button-benefits.gif','Images/Buttons/Gif%20buttons/images/new%20butt ons/Down-button-benefits.gif','Images/Buttons/Gif%20buttons/images/new%20buttons/Up-button -resources.gif','Images/Buttons/Gif%20buttons/images/new%20buttons/Down-button-resources.g if','Images/Buttons/Gif%20buttons/images/new%20buttons/Up-button-contact-us.gif','Images/B uttons/Gif%20buttons/images/new%20buttons/Down-button-contact-us.gif')">
    <div id="container"><!-- InstanceBeginEditable name="header" -->
      <div id="emaillink">
      </div>
    <!-- InstanceEndEditable -->
      <div id="pulseemail">
        <div align="right"></div>
      </div>
      <!-- InstanceBeginEditable name="main content area" -->
      <div id="mainContent">
        <p> </p>
        <p> </p>
        <h1 align="center"><em>The instant voice for every person, everywhere, all the time.</em></h1>
        <h1 align="center"><img src="Images/pngs/Pulse-Dynamics-logo_large.png" width="813" height="325" /></h1>
        <p align="center">Welcome to Pulse Dynamics training</p>
        <p align="center"> </p>
        <p align="center"><a href="Contents.html"><img src="Images/pngs/Click-here-to-start-button.png" width="156" height="39" alt="Click here to start" /></a></p>
        <p> </p>
      </div>
      <!-- InstanceEndEditable -->
      <div id="footer">
        <p align="left"><strong>Pulse Dynamics Ltd.</strong>    </p>
        <p align="left"><strong>e: </strong><a href="mailto:[email protected]"><strong><font color="#edc2ff">[email protected]</font></strong></a>
          <!-- end #footer -->
        </p>
      </div>
    <!-- end #container --></div>
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try{
    var pageTracker = _gat._getTracker("UA-3325753-6");
    pageTracker._trackPageview();
    } catch(err) {}
    </script>
    </body>
    <!-- InstanceEnd --></html>

  • I need to add a mileage calculation box to an existing form created by someone other than me. Please help, I am new to javascripting.

    I have the book 'Creating Dynamic Forms with Adobe LiveCycle Designer, but none of the javascript or formcalc script is working. Can someone tell me step-by-step how to go about adding this to the existing dynamic form?
    I added a small table on the existing subform, with the other 2 tables already in the form. This looked like a straight forward project. But, I have not any experience in java script other than googling for script and adding it to Adobe Acrobat fillable forms. So, I am sure I am going at this wrong.
    Respectfully

    Hi,
    can you provide the script you have tried and what exactly you want to do. What is the calculation you are trying to do?

Maybe you are looking for

  • Bapi for customer scheduling agreement

    hi , please tell a bapi for customer scheduling agreement(va31). Thanks, sridhar

  • Freezinng with document info window

    I have a problem with all of the programs in my Master Collection CS5. When I open the document info window it comes up blank and then freezes the program. Mouse clicks don't work and the blank window won't close. The only way to exit is to force qui

  • Latest Desktop 7.1 gives sync error

    I unwittingly went an upgraded to the latest desktop sync software and now I'm unable to sync my phone. 16:44:29.995 Error Information: 12072 (00002f28) (KnownErrorWithHardcodedText), Description: CRDataBaseADS:pen: Could not open table C:\Users\User

  • Append:File adapter

    Hi, My requirement : to append to an existing file ,created through file adapter. Use case : Let's say, we are polling for a DB table for new entries and writing it to file through file adapter. now in the second poll we have 2 new records, I want th

  • Why do you tube videos say playing on tv and won't play on the iPad?

    Why do some YouTube videos say playing on tv and can't be seen on iPad?