Issue with last-page-first Body (header of second page repeating)

Hi,
I am generating some invoice document and there is tax section at the end of document.Invoice can be one page document or it can be multiple pages document.I also have separate header and footer for first page and then for subsequence pages.
Assume that it is only one page and there is sufficient space left to display Tax tables. I am using
------Section Break (Continuous)--------
<?start@last-page-first:body?><?end body?>
<?call tax template?>
This approach works fine when document is more than one page. Moment I get only one page for my invoice it uses the header of second page.
I already tried <?start@last-page:body?><?end body?> tag but it moves it to the next page and I want it in continuation.
Below is the snippet of template
<?start:body?>
first page header
<?if:ITEM = 'PARTS'?>
<?call-template: pt_template?>
<?end if?>
<?if:ITEM = 'TM'?>
<?call-template: tnm_template?>
<?end if?>
<?end body?>
---SECTION BREAK (CONTINUOUS)-----
<?start@last-page-first:body?><?end body?>
<?call-template: tax_template?>
<?template:tax_template?>
Please advise if any option is available.

Hi
1.Check the Paragraph FOrmat . Character Format  ( the smartstyle) that you have assigned to the last page.
2. if it is the Terms and conditons page , check the text module (SO10) and its corresponding SmartStyle (paragraph format,character format).
See if u have used Underline in the  style..
surya

Similar Messages

  • Having an issue with a page in the internet

    Hello,
    I registered to the forum a few days ago but did not introduce myself. Please accept my apology.
    I have a Blackberry style 9670 model, of which I am very happy with.
    I was having an issue with a page in the internet, in which I was receiving errors on my device. My daughter has a Blackberry Curve and she was able to access the page without any errors. I can not figure out why I do.
    Thanks

    I am not sure if this is the same issue but there was a bug that caused small exchange numbers to become negative which was resolved in one of the 11.1.1.3 patches, it is worth logging into My Oracle Support and having a look at the patches available.
    9588147 – In exchange rates table, entering very small values become negative after you save the data forms. For example, 0.000071 becomes –7.1E-5 after you save the exchange rate.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to replce the ename with last name & first name in this program

    Hi all,
    The below include program is with the reference of std report CATSSHOW.
    in which ename is the field to fetch the employee name, but now we want the emloyee name like last name & first name i.e in two separte column.
    how i implement this change in this include program.
    ENAME IS Define like that
    ename LIKE pernr_list_structure-ename,
    If u whant to refer the report put u can execute the std repot CATSSHOW.
    Pls help on this.
    Send me the code.
    pls find the include prgram ZHNO_INCLUDE_CATSDATA from where they declare the ename.
    4.6B
    QWKP99K050532 13081999 note 167550
    4.6A
    XQIALRK154280 19.11.98 key date on selection screen
    4.0C
    YIKALRK098973     30.03.1998  F4 Hilfe für Objektid
      INCLUDE CATSDATA                                                   *
    db-tabellen
    TABLES:
      prps,
        catsdb,
        catsdb_ext.
    Remarked by LuX 11 Dec. 1998
       crhd.                                                 "YIK
    dd-structuren
    TABLES:
        gdstr,
        gdset,
        catsd,                             "dialogstruktur
        sscrfields,
        t77mt,                             "modulübergreifende texte
        objec.
    Remarked by LuX 19981210 - CATS decoupling (seems not used)
      rcr01.
    "arbeitsplatz aus sicht pläne
    Added by Jerlece on 04/04/2002 - SIR 2836
    TABLES:
        pa0001,           "HR Master Record: Infotype 0001 (Org. Assignment)
         hrp1000.          "Infotype DB table : 1000
    *End of addition
    type-pool enthält feldkatalogstruktur
    TYPE-POOLS:
        kkblo.
    konstanten
    CONSTANTS:
      DATENULL20          TYPE D             VALUE ' ',      QWKP99K050532
        datenull20          TYPE d             VALUE '        ',
        datenull30          TYPE d             VALUE '00000000',
        no                  TYPE c             VALUE 'N',
        off                 TYPE c             VALUE '0',
        yes                 TYPE c             VALUE 'Y'.
    Added by Jerlece on 10/04/2002 - SIR 2836
    DATA: BEGIN OF i_objid OCCURS 0,
             objid(100),
           END OF i_objid.
    End of addition
    DATA:
        gt_sp_groups TYPE kkblo_t_sp_group WITH HEADER LINE.
    DATA for REFRESH of PCHSOBID
    DATA : old_otype LIKE wplog-otype VALUE 'O'.
    DATA: BEGIN OF i77eo_key,
             mandt LIKE t77eo-mandt,
             otype LIKE t77eo-otype,
           END   OF i77eo_key.
    DATA: BEGIN OF i77eo OCCURS 2.
             INCLUDE STRUCTURE t77eo.
    DATA: END OF   i77eo.
    DATA: BEGIN OF i778l OCCURS 5.
          INCLUDE STRUCTURE T778L.
    DATA:   langu LIKE t778l-langu.
    DATA: END OF   i778l.
    DATA   allowed_pernr_index       LIKE sy-tabix.
    DATA    flag_save                 TYPE c.
    DATA:  selcheck_save_struk_index LIKE sy-tabix.
    felder
    DATA:
        flag           TYPE c,             "Drucktastenbelegung
        saveflag       TYPE c,
        saveflag_esa   TYPE c,
        f_stich        TYPE c VALUE yes,   "1. X sichtag
        daynumber      TYPE c,             "Wochentagnummer 1-7
        pchobjid_count TYPE i,
        i778l_count    TYPE i,
        i77eo_count    TYPE i,
        txtid          LIKE t77mt-txtid,   "Wochentagtext
        exist_werk     TYPE c,             "werk eingegeben
        week           LIKE scal-week,     "Wochen zum Tag
        no_selection   TYPE c.             "YIKALRK167448
    DATA: BEGIN OF icatsdb OCCURS 0.
             INCLUDE STRUCTURE catsdb.
           include structure cats_exten.
    *data: checkbox(1) type c,
         lights(1)   type c,
    DATA:  END OF icatsdb.
    DATA: BEGIN OF selcheck OCCURS 0,
             fielname  LIKE dbindfld-field,
             flag(1)       TYPE c,
           END OF selcheck.
    DATA: BEGIN OF selcheck_save_struk OCCURS 0,
           FIELNAME(10)  TYPE C,                               NOTE 167550
             fielname      LIKE dbindfld-field,                 "note 167550
             flag(1)       TYPE c,
           END OF selcheck_save_struk.
    DATA: BEGIN OF selcheck_save OCCURS 0,
           FIELNAME(10)  TYPE C,                               NOTE 167550
             fielname      LIKE dbindfld-field,                 "note 167550
           END OF selcheck_save.
    DATA : BEGIN OF maco_objects OCCURS 5,
              plvar LIKE plog-plvar,
              otype LIKE plog-otype,
              objid LIKE plog-objid,
            END   OF maco_objects.
    RANGES so_datum_save FOR catsdb-workdate.
    INCLUDE .
    datendeklarationen für CATSSTRC                                     *
    TYPE-POOLS: kkblo, capp.
    TYPES: tabix LIKE sy-tabix OCCURS 0.
    TYPES: BEGIN OF icatsdb_lst_type.
             INCLUDE STRUCTURE catsdb.
    TYPES:   checkbox(1) TYPE c,
              lights(1) TYPE c,
              ename LIKE pernr_list_structure-ename,
           END   OF icatsdb_lst_type.
    TYPES: icatsdb_lst_type_table TYPE icatsdb_lst_type OCCURS 0.
    TYPES: BEGIN OF allowed_pernr_type,
             pernr LIKE catsdb-pernr,
             ename LIKE pernr_list_structure-ename,
             begda LIKE catsdb-workdate,
             endda LIKE catsdb-workdate,
           END   OF allowed_pernr_type.
    TYPES: allowed_pernr_table TYPE allowed_pernr_type OCCURS 0.
    DATA: allowed_pernr TYPE allowed_pernr_table WITH HEADER LINE.
    DATA: yx TYPE c VALUE 'X'.
    DATA: is_variant LIKE disvariant.
    DATA: es_variant LIKE disvariant.
    DATA: fcode(4).
    DATA: subrc LIKE sy-subrc.
    DATA: approve TYPE c.
    rhx-f4-objid-data.                    "YIKALRK098973
    INCLUDE rhodat00.
    Added by Lu Xiaozhou for CATS decoupling 10 Dec. 1998
    DATA: sys_type LIKE tcesyst-devtype.
    DATA: posid TYPE ps_posid.
    *added by anand on 8/21/02 TD 1480 ========>D20K908220
    *ranges for date to build & then put in selection criteria
    RANGES r_datum FOR sy-datum.
    *end of addition on 8/21/02 TD 1480=======>D20K908220
    *added by anand on 9/10/02 TD 1513 =======> D20K908525
    *New internal table to get the begin & end date also with ENum
    DATA: BEGIN OF it_pers OCCURS 0,
            pernr LIKE pa0001-pernr,
            begda LIKE pa0001-begda,
            endda LIKE pa0001-endda,
           END OF it_pers.
    *end of addition on 9/10/02 TD 1513 ======>D20K908525
    begin of anc01
    DATA: BEGIN OF i_pernr OCCURS 0,
           pernr LIKE pa0003-pernr,
           END OF i_pernr.
    DATA: BEGIN OF i_persa OCCURS 0,
           persa LIKE t500p-persa,
           END OF i_persa,
           BEGIN OF i_persk OCCURS 0,
           persk LIKE t503k-persk,
           END OF i_persk.
    DATA: BEGIN OF i_orgeh OCCURS 0,
           orgeh LIKE t527x-orgeh,
           END OF i_orgeh.
    DATA: BEGIN OF i_pa0105 OCCURS 0,
           pernr LIKE pa0105-pernr,
           usrid LIKE pa0105-usrid,
           END OF i_pa0105.
    end of anc01
    begin of TD 4107 Anand
    store sub org units
    DATA: BEGIN OF i_sobid OCCURS 0,
           sobid LIKE hrp1001-sobid,
           END OF i_sobid.
    store user entered org units
    RANGES: r_orgeh FOR pa0001-orgeh.
    end of TD 4107 Anand
    *Added by Ketan Joglekar, SIR6599 05/08/2006  D20K921585
    DATA: ws_mandt LIKE sy-mandt. "#EC NEEDED
    *Added by Ketan Joglekar, SIR6599 05/31/2006  D20K921851
    DATA: BEGIN OF wa_catsco_temp,
           counter LIKE catsco-counter,
           belnr LIKE catsco-belnr,
           trans_no LIKE catsco-belnr,
           docnr LIKE catsco-belnr,
           END OF wa_catsco_temp.
    *End of changes Ketan Joglekar, SIR6599 05/31/2006  D20K921851
    DATA: BEGIN OF i_cobk OCCURS 0,
          counter LIKE catsco-counter,
          docnr LIKE catsco-belnr,
          budat LIKE cobk-budat,
          END OF i_cobk.
    DATA: ws_week LIKE scal-week.
    *End of Changes.
    -> D10K919801
    DATA: w_aut_zhr15  type c,
           w_aut_zhr17  type c.
    -> D10K919801

    Completely support!
    I yesterday switched from I-mate PDA2K and got over 200 contacts from Outlook to my 6820 in format of first name space father name space second name. Terrible!
    My phone fails to search by the last name - search is useless in fact. And last names are almost invisible because of long first and father names in Russian.
    It's a nightmare. Could anybody help please? How to sync with Outlook to have last name first???
    Best Regards,
    Vladimir.

  • 2 issues with last Audigy 1 driver upd

    I have presently 2 issues with the last drivers released for the Audigy cards. Both issues are able to be reproduced consistently, and did not happen with the last release (from last year), or at least not consistently.
    . Crackling while playing back Quicktime files has increased. Previously it was around in 0 files that crackled (and only Quicktime that I noticed). Now it is around in 3.
    2. I cannot play back DVD's through Windows Media player 0, period. Whenever I try I get the following message:
    "this pin cannot use the supplied media type"
    How do I know this is driver related? Well, by reverting to the last drivers the message goes away. Also, if I disable the soundcard totally the error goes away and the video plays, albiet without sound.
    Anyways just thought I'd post this here so hopefully someone at Creative sees it and actually fixes the issue.
    BTW, yes I did try reinstalling the drivers. Twice. Even redownloaded them in case the original D/L was corrupted.
    Edited to clarify about the DVD issue:
    To make it a little clearer about the DVD issue, when I first got my Audigy while using the original release drivers on the install CD, I could not use 5. output with the soundcard decoding. To try to get it working, I would put the output to SPDIF and set the soundcard to decode AC3. This would not even allow the movie to play in WMP 0, often just crashed the player. With the last driver update before the January one, I could set the output to SPDIF in WMP 0 and AC3 to decode in the Creative audio control panel and I would have 5. surround output. With the last driver update, setting output to SPDIF and trying to play the movie gives the 'this pin cannot use the supplied media type' error message. If, however, I start the movie on 2 speaker output in WMP 0 it will play normally. While the movie has started I can go into preferences and switch output to SPDIF and 5. surround kicks in and works fine usually. But, if I then stop the movie and restart it I once again start getting the 'this pin cannot use the supplied media type' error, and the DVD will not play.
    Also thought it worth mentioning XP is up to date, SP2 and all the latest patches, Nvidia drivers up to date (not that it's a video card issue) and Direct X is up to date also (I run the update once a month just in case).Message Edited by Drifter73 on 05-5-2006 0:35 AM

    Jay,
    As to your first question: it could be a OS and discoverer problem that you are running into. I would suggestion upgrading atleast to 3.1.45 or higher. If you can go to 4.1
    I can not really assist you with your other questions as I do not have that version available..
    CHW

  • Issues with having pages display correctley. It does this in multiple browsers, Chrome, IE, and FF. Some pages display correctley.

    I have been having trouble viewing pages in multiple browsers since last night. It has done this with me before. I am using an Acer Aspire and also Firefox version 23. I've tried looking online and following suggestions such as clearing the cache, retarting in safe mode, etc. Nothing seems to work. It's only on certain pages. For example- Facebook works and displays fine. It's when I go to websites like Amazon, Wix, Ebay, and others that I get the issue. The pages are displaying with a white background and just text/links and basic images. I've checked the page style and it is on Basic Page Style. Here is what I have:
    http://i45.photobucket.com/albums/f78/DovesPaintedJewel/screen2.png
    http://i45.photobucket.com/albums/f78/DovesPaintedJewel/screen1-1.png

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Issue with normal page link redirecting to SSO page / forbidden page

    Hi,
    I am having an issue with a number of pages within my portal.
    I have a 'List of Objects' that has been working for some time, each link in the list linked to another page.
    Just lately a number of pages that are linked to within this list are not loading correctly.
    When one of the items is selected, the correct page is initially displayed, but then after a couple of seconds the page is redirected to the 'Single Sign-On' page, or alternatively the page is redirected to a 'Forbidden' page with this error:
    Forbidden
    You don't have permission to access /pls/orasso/orasso.wwsso_app_admin.ls_login on this server.
    (This page will also show up after the user tries to login when the page is redirected to the SSO page).
    As well as this issue occuring at the front end, the same issue is happening when the pages are loaded from the back end, in the Navigator.
    This issue is even happening when the page is opened up in 'edit' mode using the ORCLADMIN user.
    Any help is greatly appreciated!!
    Amanda.

    Figured it out...

  • I'm using Firefox 3.6.23 on my windows 2000 and lately i've been having issues with web pages loading and need help figuring out why.

    Some of the issues : '''1'''. Page loads blank showing web address in tab. Try reloading usually with no results.(problem have the most!) '''2'''. Message appears "problem loading page, server not found" (diff times & diff websites). '''3.''' Pg with msg "oops link broke, DNS error, server not found" then lists suggested links to sites for fix though all links connect to site IGEARED.COM. (new issue) I don't know what to do please help me identify and fix my issue(s) in english, kind of a newbie : ). thx

    Try this.
    Type in the address bar about:config.
    Accept the warning.
    In the page that appears, in the Filter box, type network.http.max-connections. Change the value to 32 (which is probably set to 256 in your case).
    Close that page. Restart the browser.

  • BPM xpath issue with last-index-within-string

    Hey all,
    I have a script task in BPM that updates a field by using multiple xpath functions. I have narrowed the issue down to the oraext:last-index-within-string function.
    If I do something like oraext:last-index-within-string('ora/in/ok/d', '/').....I get 9 like expected.
    But if I base it off the request data like so:
    oraext:last-index-within-string(bpmn:getDataObject('Request')/ns:document/ns1:dDocAccount, '/')........when I go to em I have an internal xpath error.
    I'm assuming it has something to do with using bpmn:getDataObject as a parameter. But I'm not sure what. If I use the getDataObject as a parameter in substring like so:
    substring(bpmn:getDataObject('Request')/ns:document/ns1:dDocAccount, 8)....it works as expected.
    What is it about the combination with last-index-within-string that is giving me an issue??
    Thanks
    John

    Got it. Apparently, sometimes with xpath, you have to concatenate the variable with an empty string to change it into a string....sometimes, but not all the time...yay.... I'm guessing the xpath inbuilt functions already know to convert the variable passed in into a string, whereas the oraext functions don't. I could be completely wrong on that though...:-P . Anyway, this works:
    oraext:last-index-within-string(concat(bpmn:getDataObject('Result')/ns:document/ns1:dDocAccount, ''), '/')
    Thanks,
    John

  • Having issues with loading pages with large web articles..

    I'm having issues with pages loading all the way when I read articles off of wikipedia. Mainly from pages that have tons and tons of text, but it doesn't make sense. The browser indicates that the page is loaded all the way, but when I make it half way down the page, everything becomes completely white. Like LITERALLY everything becomes white. This prevents me from reading any further down the page, even though I would force the page to scroll down all the way, that doesn't help one bit.
    Does anyone have a solution or a fix to this? I would like to continue reading my web articles, without being interrupted with these white pages/bugs.
    Post relates to: HP TouchPad (WiFi)

    Try clearing the cache for the web browser. While the browser is open, go up to Web/Preferences and choose "Clear cache".
    Also try rebooting the TouchPad via Device Info/Reset Options/Restart.
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • PDFs for partners / re-sellers with last page editable so they can add contact details and logo.

    I need to be able to share a brochure with partners and resellers as a PDF and they need to be able to add their logo and contact details to the last page.
    How is it best to go about doing this?
    I have both the PDF and InDesign files for the brochure.
    Thanks,
    Nicole

    It may not be possible unless your partners have copies of the paid Acrobat Pro. It can't be done with free Adobe Reader. You definitely can't do it with InDesign.

  • Firefox opens with last page viewed, even though I have open with my home page checked

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/776958]</blockquote><br>
    Even though I have "open with my home page" checked in options, firefox intermittently opens with the last page viewed.

    Hi prym8t,
    You should look at the article [http://kb.mozillazine.org/Preferences_not_saved Preferences not saved].
    Hopefully this helps!

  • Mission Control/ Expose issue with stacked pages hard to view. Please help

    Is it just me or is there a real issue with the way Mission Control/ Expose displays these stacked windows? For instance, I had about 6 finder windows open, showing 6 different folders on my Desktop. If I then use Mission Control to quickly access a particular folder, it displays all my finder windows together, stacked up on one another and this makes it almost impossible to view which particular folder i want. It doesnt have the folder names displayed so this is seriuosly time consuming now. Is this something im doing wrong, or is it a valid issue?
    many thanks

    If you are just trying to see all the Finder windows which are available, just invoke App expose. I use a 4 finger swipe down. If you are in finder, just swipe. If you are in another application, hover your mouse over the Finder icon in the dock and swipe. All the windows are easy to see.
    (You can, of course, do this with any application, not just the Finder.)
    charlie

  • Safari 4 Final Issue with Home Page Preference

    In Safari > Preferences > General:
    At the moment, my General prefs are set as --
    Default browser: Safari.app (4.0.2)
    New windows open with: Same
    New tabs open with: Same
    Home Page: http://www.google.co.uk/
    Remove History: Manually
    Save d/l'd files to: Desktop
    Remove d/l'd items: Upon Successful d/l
    Open safe files after d/l'ing: checked
    Open links from apps: in new window
    ...the reason being, unless I set "New windows/tabs open with..." to exactly the same option/URL as the home page (or vice-versa, unless the home page is set the same as "new windows/tabs open with..."), Safari 4 Final will only open to whatever is set in "New windows/tabs...", not the selection I've made for my home page.
    It does not matter what URL I use for Home -- http, https, a Google account, a non-Google account, etc. -- Safari 4 Final will not open with my preferred home page.
    I would rather have:
    New windows/tabs open with: Bookmarks
    Home Page: http://www.google.co.uk/
    -OR-
    New windows/tabs open with: Bookmarks
    Home Page: https://www.google.com/accounts/ServiceLogin
    I've searched diligently for a solution via MRoogle, Google, Apple forums, for several hours. I've deleted the Safari plist and restarted, I've performed every standard, recommended ploy (archive & install, Disk Utility, ya-da, ya-da) and I have....nada.
    So, here I am at last, exhausted, hoping my faithful pro pals will drop by with some useful 411. Thanks, gang!
    :::sudden idea -- is there a possibility of conflict somehow with the Top Sites concept and opting for a home page? I don't use the TS feature at all. :::

    HI,
    Unless you leave your Mac on between 3:15 and 5:30am in your time zone, it can't run cron tasks for you (maintenance) which can help with the Safari issue.
    Try forcing background maintenance, instructions here.
    http://support.apple.com/kb/HT2319
    If using the Terminal application seems daunting... get Cocktail It's free and easy to use. Once it's installed click the Pilot tab, then click Tasks and click Run. This will run maintenance. When it's finished Quit Cocktail and restart your Mac.
    Hopefully you will be able to set a home page now.
    Carolyn

  • Issues with slow page loading and HTTPS

    Hi there.
    Have had infinity installed for about 3 months and have in the last week to 10 days noticed that web pages are loading slowly. I'm using a wired connection on a fast PC with Chrome as standard browser, although I have tested with IE and my wife has tested with Safari and had the same problem.
    If I type in a web address I will get a blank screen with the "Untitled" name on the tab for anything from 5-15 seconds. It seems to be slowest when the browser is first opened and it's looking for my homepage (Google.com) which can take up to 20 seconds to load.
    I am also noticing a degredation in performance with a few HTTPS sites I use, mostly banking (Barclays and Santander) and a corporate email web portal - Microsoft OWA. These time out frequently and require the browser to be re-opened.
    Rebooting the hub and router doesn't seem to make a difference. I have run the diagnostics robot and it found nothing amiss, green across the board. I'm in an RM postcode and nothing on the alerts that affects me that I can see. Linetest is fine also.
    Aside from that, everything seems to be fine. I get very good speedtest results  and downloading and uploading is very quick.
    Any thoughts?
    G.
    (edited to correct typos)

    Could be because of low speed but I doubt it, can you follow this website quickly and paste the results back thanks.
    If this helped you please click the Star beside my name.
    If this answered your question please click "Mark as Accepted Solution" below.

  • Issue with login page

    Hi,
    Can anyone help me with the following issue: When I try logging into the login page using the URL_*(http://hostname.domainname)*_ the page is re-directed to the same URL but with https:_ in front of the URL but the login page is not displayed/shown.
    But when i remove the 's' from https:_ and press enter i get the login page.Once i Login with the credentials also it is again re-directed to the https:hostname.domainame_.
    Again only if i remove the 's' from (https:hostname.domainame) and press Enter do i get the responsibility page.This is happening each and every time when i click on responsibility its re-directed to https: link and i need to remove the 's' from https and press Enter to get the responsibility displayed.
    Can anyone help me out with this issue.
    Apps version :11.5.10.2

    Do you have SSL implemented? If not, please review the application context file for any referenced to https and change it to http then run AutoConfig and bounce the services.
    Also, check if any of the profile options is set to https and change it to http -- How to Search all of the Profile Options for a Specific Value [ID 282382.1]
    Thanks,
    Hussein

Maybe you are looking for

  • My iphone and my computer are no longer communicating

    I tried to get a new application for my son on his computer and then transfer it to my iphone, but when I did, all of my applications got wiped out. Then when I went onto my computer, the iphone never came up when I connected them. All of a sudden, i

  • Call form using link with autoquery, BUG

    If one of the text fields passed to the form contains the character "&" the form autoquery will not work. The character "&" is probably used as prefix for parameters. Does anyone know a workaround other than telling the users not to use "&" in their

  • Cycle sets in Counter plan

    How is it possible to create two cycle sets in one plan. I create one counter plan with one cycle set and save. Plan no is generated. Then how can i create a second cycle set for same plan no as the system is designed for Internal numbering of plan.

  • Date and Time Calculation

    Dear all.    I need a function that receives a Date / Time and another Date and calculates the the sum of those values. Best Regards, Thanks In advanced. PMR

  • Internet not browsing.

    I have seen that this topic has been covered on here, but mine is a little different. Computer: iMac Brand New 27inch Router: Zoom DOCSIS 3.0 http://www.bestbuy.com/site/Zoom+-+DOCSIS+3.0+High-Speed+Wireless-N+Cable+Modem/ Router/2847643.p?id=1218356