Custom report model - problem with summary

Hello

I've created a report with the custom template.  Everything seems okay except that the 'Sum' section (marked in red below) containing the header entries.  I think, I might have placed the scripts in the wrong places bu tnot able to understand.  What I expect is, the total value of the 9,920.00 show with label - "Total: '."

img 1.png

Only under sections are filled in the template, the rest is blank.

Line 1 a - model

<tbody>
<tr> <th>Receipt No.: <td id="rpt_no" colspan="2">#RECEIPT_NO# <th id="rpt_dt">Receipt Date: <td>#RECEIPT_DATE#
<tr> <th>Description: <td colspan="4">#DESCRIPTION# </br> #CHQ_DD#
<tr> <th id="tab_head">A/c.CODE <th id="tab_head" colspan="3">HEAD OF ACCOUNT <th id="tab_head_amt">AMOUNT
<tr> <td>#ACCOUNT_CODE# <td colspan="3">#ACCOUNT_NAME# </br> #INSTALMENT# </br> #PARTICULARS# <td class="num">#AMOUNT#

Line 2 - model

<tr> <td>#ACCOUNT_CODE# <td colspan="3">#ACCOUNT_NAME# </br> #INSTALMENT# </br> #PARTICULARS# <td class="num">#AMOUNT#

Front lines-

<div class="report-1" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#">
<table>
<tr>  <th id="comp-name" colspan="5">&G_COMPANY_NAME.
<tr>  <th id="comp-adr" colspan="5">&G_COMPANY_ADDRESS.
<tr>  <th id="comp-adr" colspan="5">&G_COMPANY_PHONE.  &G_COMPANY_EMAIL.

After the lines-

<tbody class="uReportPagination">
      #PAGINATION#
  </table>
  <div class="CSV">#EXTERNAL_LINK##CSV_LINK#</div>
</div>

Please let me know how to solve my problem.

Thank you and best regards,

-Anand

anand_gp wrote:

And Yes, it is built in formatting of column sum-

Who does not work with a named column template customized. You must calculate the sum in the report query and place the result in the report by using another conditional model.

See the sample application I've created in your workspace apex.oracle.com.

Tags: Database

Similar Questions

  • where can I report a problem with a virtual machine died, which I can't save now?

    It looks like a lot of places, but it is not clear where I should take this problem to.

    where can I report a problem with a virtual machine died, which I can't save now?

    He is buried in the VMware Community Infrastructure - here is the link to this forum - http://communities.vmware.com/community/vmtn/server/vi/esx3.5

  • I'm supposed to receive a confirmation email after reporting a problem with an in-app purchase?

    I reported a problem two days ago, but never received a confirmation email. I wasn't no one expected a super fast response, but I was wondering if I wasn't supposed to at least to get some sort of verification that I presented a report.

    It may take 5 to 7 business days to receive an answer by e-mail.

  • Custom authentication scheme, problem with LOGOUT_URL

    Hi all
    I use a custom database of authentication scheme in a 4.1 application. I have a problem when I logout, I use jQuery mobile because it is a tablet based application, and the navigation bar entry "Logout" is rendered using the following: -.

    a href = "& LOGOUT_URL." data-icon = "Logout" class = "interface user-btn-right" > logout ' "

    The application appears disconnected OK, I turned around to my 101 login page, but when I try to reconnect the page refreshes just, if I try again to connect, I'm connected to OK (so basically users will have to try twice to reconnect after disconnection, while the connection when the application is started first works OK).

    When I logout and I return on page 101, the URL is: -.

    < my host > /pls/apex/apex_authentication.logout?p_app_id=1000 & p_session_id = 882879595907101

    After the first attempt to connect to the URL is (so the session ID has been updated);

    < my host > / pls/apex/f? p = 1000:LOGIN:1610821365546101

    Any ideas what I'm missing here?

    Thank you

    Mike

    Published by: Mike, UK 21 June 2012 08:36

    Hi Mike,.

    I replied the same day. In case you have not received my mail, I'll paste it below:

    What I've discovered, is that submit it on the login page seems to use the old session id:

      1. User enters http://mike/pls/apex/f?p=1150:1
         -> Apex creates a new session and redirects to
            f?p=1150:LOGIN:168921246845801
      2. User enters credentials and presses Login
         -> wwv_flow.accept with p_instance=168921246845801
         -> Apex authenticates user and redirects to page 1
            f?p=1150:1:168921246845801:::::
      3. User clicks Logout
         -> apex_authentication.logout?p_app_id=1150&p_session_id=168921246845801
         -> Apex removes session
         -> Apex redirects to home page f?p=1150:1
         -> Apex creates new session and redirects to login
            f?p=1150:LOGIN:1175456815657401
      4. User enters credentials and presses Login
         -> wwv_flow.accept with p_instance=168921246845801 -- WRONG SESSION ID!
         -> Apex sees that the session id and the session cookie value do
            not match
         -> Apex creates a new session and redirects to login
            f?p=1150:LOGIN:652507970485801
    

    My solution to this problem was to change the page to page 1 model to
    have one

    data-ajax = "false".

    attribute on the logout url. This seems to have done the trick, but I'm
    a backend guy and certainly not an expert in the user interface. See

    http://jquerymobile.com/test/docs/pages/page-links.html

    for help online JQM.

    See you soon,.
    Christian

  • Healthcare.gov suggest IE or Chrome. All the reports of problems with Firefox using Healthcare.gov?

    When I get to the point to enter my contact information and click on continue system errors and not move forward. On the chat line with tech support to Healthcare.gov suggested IE or Chrome. Other users of Firefox has had similar experiences. If so, what was your resolution? Thank you. flbob

    You may need to enable cookies from third party if the parameter visited does not work.

    • Tools > Options > privacy > Firefox will be: "use the custom settings for history".

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance).

    • Do NOT click on the reset button on the startup window Mode without failure.

    You can also try a new private window (which uses a separate set of cookies).

  • Custom bitmap focus problem with toolbar

    Hi all

    I'm new development of BB.

    I have screen with the title bar and after a toolbar customized

    The custom toolbar contains 3 bitmaps in the side chain and the left text right.

    Logo 'text'---> title bar

    Image1 image2, image3 "screenName"---> toolbar custom

    ListField

    Three images are created using the bitmap.

    I get the focus on the full range.

    But I want to focus on the first image, image1 when the application runs.

    If the user navigates the screen using the keyboard, change of focus to the next image, which is image2 and so on.

    How can I do that.

    I use the Blackberry API 4.2.1

    My current code for the toolbar is like that

    package com.pebbletalk.blackberry.ui;
    
    import com.pebbletalk.blackberry.defines.PTDefines;
    import com.pebbletalk.blackberry.utils.CustomFont;
    
    import net.rim.device.api.system.Bitmap;
    import net.rim.device.api.system.Display;
    import net.rim.device.api.ui.DrawStyle;
    import net.rim.device.api.ui.Field;
    import net.rim.device.api.ui.Font;
    import net.rim.device.api.ui.Graphics;
    import net.rim.device.api.ui.component.BitmapField;
    
    public class ToolBar extends Field implements DrawStyle
    {
        private int fieldWidth;
        private int fieldHeight;
        private int backgroundColor;
        private String toolBarName = "";
    
        private Bitmap homeIcon = Bitmap.getBitmapResource("go-home-1_16x16.png");
        private Bitmap searchIcon = Bitmap.getBitmapResource("search-1_16x16.png");
        private Bitmap refreshIcon = Bitmap.getBitmapResource("reload-1_16x16.png");
    
        public ToolBar(String toolbarName)
        {
            super(Field.FOCUSABLE);
            fieldHeight = Display.getHeight()/10;
            fieldWidth = Display.getWidth();
    
            // Setting background color to white
            backgroundColor = Color.BLACK;
    
            toolBarName = toolbarName;
    
        }
    
        public Bitmap getHomeIcon() {
            return homeIcon;
        }
    
        public int getPreferredHeight()
        {
            return fieldHeight;
        }
    
        public int getPreferredWidth()
        {
            return fieldWidth;
        }
    
        protected void layout(int arg0, int arg1)
        {
            setExtent(getPreferredWidth(), getPreferredHeight());
        }
    
        protected void paint(Graphics graphics)
        {
            int height = this.getPreferredHeight();
            int width = this.getPreferredWidth();
    
            int left = this.getLeft();
            int top = this.getTop();
    
            graphics.setColor(backgroundColor);
            graphics.fillRect(0, 0, width, height);
    
            //graphics.drawBitmap(left, top, width, height, homeIcon, 0, 0);
            graphics.drawBitmap(left, 5, width, height, homeIcon, 0, 0);
            //int currentX = graphics.getTranslateX();
            //int currentY = graphics.getTranslateY();
            int homeIconWidth = homeIcon.getWidth() + 5;
            graphics.drawBitmap(homeIconWidth, 5, width, height, searchIcon, 0, 0);
            int searchIconWidth = homeIconWidth + searchIcon.getWidth() + 5;
            graphics.drawBitmap(searchIconWidth, 5, width, height, refreshIcon, 0, 0);
            int refreshIconWidth = searchIconWidth + refreshIcon.getWidth() + 5;
    
            CustomFont titleFont = new CustomFont(Defines.TOOLBAR_DASHBOARD_TITLE_FONT_FACE, Defines.TOOLBAR_DASHBOARD_TITLE_FONT_SIZE, Defines.TOOLBAR_DASHBOARD_TITLE_FONT_STYLE);
            graphics.setFont(titleFont.changeFont());
    
            Font currentFont = graphics.getFont();
            int textLength = currentFont.getAdvance(toolBarName, 0, toolBarName.length());
            textLength += 5;
            System.out.println("width : "+ width);
            System.out.println("refreshIconWidth : "+ refreshIconWidth);
            System.out.println("textLength : "+ textLength);
            int remainingWidth = width - refreshIconWidth;
            System.out.println("remainingWidth : "+ remainingWidth);
            int startPosition = remainingWidth - textLength;
            System.out.println("startPosition : "+ startPosition);
            int newX = refreshIconWidth + startPosition;
            System.out.println("newX : "+ newX);
            //int xPosition = width - refreshIconWidth;
            //System.out.println("tool x : "+ xPosition);
    
            graphics.setColor(PTDefines.TOOLBAR_DASHBOARD_TITLE_COLOR);
            graphics.drawText(toolBarName, newX, 5, (DrawStyle.RIGHT | DrawStyle.LEADING) );
        }
    }
    

    and my toolbarScreen code is

    MainScreen mainScreen = new MainScreen(Screen.NO_VERTICAL_SCROLL);
    
            //MainScreen mainScreen = new MainScreen();
    
            // add custom title bar
            mainScreen.add(titleBar);
    
            VerticalFieldManager verticalFieldManager = new VerticalFieldManager(Manager.VERTICAL_SCROLL | Manager.VERTICAL_SCROLLBAR)
            {
                public void paint(Graphics graphics)
                {
                    graphics.setBackgroundColor(Color.WHITE);
                    graphics.clear();
                    super.paint(graphics);
                }
                protected void sublayout(int maxWidth, int maxHeight)
                {
                    int displayWidth = Display.getWidth();
                    int displayHeight = Display.getHeight() - titleBarHeight;
                    super.sublayout(displayWidth, displayHeight);
                    setExtent(displayWidth, displayHeight);
    
                }
            };
    
            //now add everything in the verticalManager
    
            // add custom toolbar
            mainScreen.add(toolBar);
            mainScreen.add(new SeparatorField());
    

    Please help me to solve my problem.

    Remember that the BlackBerry smartphone focuses on a field, not a picture.  Your toolbar is only a field, so one thing to focus on which is the Blackberry's.

    You have two choices:

    (a) change your toolbar to be a Manager and have several fields that it contains.  You can make a HorizontalFieldManager and assuming that the other things are set correctly (in particular the width of the fields that you add) this will do what you want.

    (b) substitute events in development movement in your toolbar to make it appear focus is moved.

    I think the second option is more difficult, especially when you start to take the touch screen into consideration.  However, with the second option, you get a much easier control over the look of your toolbar.  But I'd go with the first one, as I think it is easier for new programmers.  Initially, I wouldn't get to hung up on the appearance of the toolbar, get it works the way you want and then try to get it looking right.

  • Want to report a problem with Windows 7 and Yahoo mail. Where should I go?

    I installed Windows 7 about a month ago... just after its release, and found that over 50% of my emails that I have to come through Yahoo mail do not appear when I click to open (it opens but shows a page white.. .other than to, from and subject). Then when I click on answer, and then I see the message.  I don't know it's just a bug with Windows 7, but I don't know where or how do I report him.
    Thanks for your help.

    _ osmllchng5,

    Thanks for posting on the Microsoft answers Forum.

    Check to make sure that you have the Yahoo mail set as your default e-mail client.

    Click Start > default programs > set your default programs > then select the Yahoo mail as your default e-mail client.

    I hope this helps.

    Sincerely, Marilyn
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • Can not activate Win 8 - reports of problems with the product key

    Hi all

    I have just downloaded 8 Win and tried to upgrade my existing Win 7 Home Premium VM, which I run on VMWare Fusion 5.0.1 on my Intel MacBook Pro 2009. I wasn't able to do the upgrade in place - the installer told me that it was not possible to run Win 8 on this machine. Instead, I created a. ISO file and used to install Win 8 in a new virtual machine. Everything works fine, but I can't activate Win 8. The error message tells me that "something is wrong with the product key" even if I could install Win 8 with the same fine product key.

    I called various hotlines MS today but don't have anything got no solid advice. Am I the only one who experience this issue? Is there something I need to pay attention during installation of the virtual machine to win 8? Is it possible to install a fresh VM with a key product upgrade in the first place? I would appreciate any information you might have on this subject.

    Thank you in advance and Bravo,

    Georg

    Hello

    Had the same problem after installing Win 8 Pro Upgrade on Fusion 5. Follow-up to "How to do a clean install on Windows 8 Pro Upgrade VMWare Fusion" here, problem solved (for now).

    http://www.moosooboo.com/tag/clean-install-on-Windows-8-Pro-upgrade-in-VMware-Fusion/

    Good luck

    JKB

  • Single report worth - problems with the PivotTable

    Hello

    I have a question, I work with a single report, and I have a PivotTable. The total of line does not work properly, and I noticed that I have not the aggregation SUM rule in my measurements in the PivotTable. I tried to settle the aggregation criteria, but it still does not.
    When I look at my size in the pivot, the name is not displayed. The header of the table is the TABLE lines, columns and measures :(
    If I deleted one of the combined reports so I'm able to see the name of the dimension over the SUM aggregation rule.

    Any ideas?

    Thank you in advance,
    Lulu

    Hi Lulu,.

    Try adding a column of results by clicking on the "Result column" link in the left pane of the application of the combine. In the column of the result column formula, enter the saw_n of your measurement column and apply the aggregation as sum.

    Kind regards
    DpKa

  • How can I report a problem with the Firefox Web browser?

    I use the Firefox web browser, my OS is Windows 10 pro. I am the webmaster for the site http://eckankarinoklahoma.org. When I revise and update the pages of the site, Firefox does not recognize changes you make until I hit the button reload (renewal) to the right of the address. However, when there is no button to reload a page, Firefox won't recognize the changes that have been made until I delete my browsing history. It seems to read pages web history. I tried everything to reload the page to get out of the site and back, etc.. to get Firefox to recognize the changes but it will not. As I said, the only way I can get it to recognize the changes is to delete my history, which is a real pain. The page is not a reload button is a password protected page. See the above site and click on the left menu "Connect members here." However, by visiting this page, you'll be able to see the problem until what you have visited and there again once it has been revised. The only revision made to this page is the date in the label asking the password. The password works fine, it's just that the label will never update and it is important for users to know in what section to find the password. Sorry for the verbosity of the present, but I hope you get the idea of the problem.

    When I look at this home page in the cache, I see that he arrived at expiration (date/time expiration in the past) and so Firefox should look for changes on the next load. If you check your cache, the pages of problem also expire? You can paste the following text in the address bar and press ENTER to load the cache for the homepage information:

    on:-l' the cache entry? storage = disc & uri = http://eckankarinoklahoma. org /.

    To display everything in the cache, start on the topic: cache page.

  • Vista and Solutions problem reports: "a problem with PSIKey. PSIKey has stopped working properly. An update is available that solves this problem. » __

    I downloaded the update from the site Web of Protexis Inc., but still the warning returns to every start. What can we do?

    Sounds like the program still has problems.  Protexis would need to provide an update of the program that doesn't crash.  Consider uninstalling the software and reinstall the latest version, or contact the manufacturer of the software for further assistance.

  • How to report a problem with Firefox?

    If I do a Google search, click on a link, go to this page, then possibly make a return, about 25% of the time I get a blank page and I have to refresh the page to get the search results will appear back. It started only happens in the last 8-12 months, so there was something in a patch somewhere that caused it. It's really frustrating, especially if you're in a hurry you are looking for something.

    Try to set the pref browser.sessionhistory.max_total_viewers 0 (zero) the topic: config page.

    You can open the topic: config page through the address bar

  • Have reported a problem with the slide application

    When you drag the application (full-screen) high bar (File, Edit and others) disappears. This makes inconvinient hang out somewhere else.

    BEFORE:Before_Drag.PNG

    AFTER:After_Drag.PNG

    CTRL-q is the shortcut for the file > exit

  • The mouse show details in a report model - jQuery

    Hello

    I could use some help on the below question. I am creating a report with a custom report model that will allow me to view the details of each line in a popup.

    The sample that I created can be verified using the sub workspace.

    URL: apex.oracle.com

    Workspace: Mon-samples

    Username: support

    Password: support1

    Application: 62495

    Page: 7

    What I did was to create a simple report model by passing the ID of each line. function jQuery and CSS to the page level.

    Now the problem:

    • As I've used ID in the report model and jQuery, this isn't showing the respective details but showing all the details. I think I should use class but don't know how I can change the function dynamically.
    • Once I got to the question above, I would like to add a few links from the context menu and make the popup stay when I move the cursor in the pop-up window and allow me to click.


    Ask an expert in this matter.


    Thank you

    Stephanie.

    Kalesh Ravi-Oracle wrote:

    I could use some help on the below question. I am creating a report with a custom report model that will allow me to view the details of each line in a popup.

    The sample that I created can be verified using the sub workspace.

    URL: apex.oracle.com

    Workspace: Mon-samples

    Username: support

    Password: support1

    Application: 62495

    Page: 7

    What I did was to create a simple report model by passing the ID of each line. function jQuery and CSS to the page level.

    Now the problem:

    • As I've used ID in the report model and jQuery, this isn't showing the respective details but showing all the details. I think I should use class but don't know how I can change the function dynamically.

    Indeed. Attributes ID must uniquely identify an element in the document. The problem, it is that the code is unable to tell the difference between the list items and therefore displays all items corresponding to the ID selector, only the last being visible on top.

    • Once I got to the question above, I would like to add a few links from the context menu and make the popup stay when I move the cursor in the pop-up window and allow me to click.

    This can actually be implemented purely in CSS without using JavaScript or jQuery at all. I created a demonstration of this in your application.

    Custom report template

    The report model is simplified and syntactically corrected by the replacement of the ID attributes in double with a single top-level class attribute. The semantics is improved by using a list of description in place of non-semantique div and inappropriate p elements.

    Front of the lines

    After the lines

Model of line 1

  • #EMPNO#
    Name
    #ENAME#
    Job
    #JOB#
    Manager
    #MGR#
    Hire Date
    #HIREDATE#
  • Inline CSS page

    See comments below for the details of the CSS rules involved.

    /*
      Float list so that list items do not span full width of page.
    
      Apply padding top and bottom to ensure all pop-ups are fully visible.
    */
    .details-popup {
      float: left;
      clear: right;
      margin-right: 0;
      padding: 2em 0 2em 0;
    }
    
    /*
      Relative positioning on list items enables pop-ups to be dynamically positioned
      using only CSS.
    */
    .details-popup li {
      position: relative;
    }
    
    /*
      Style and initially position the detail pop-ups.
    
      For accessibility reasons the pop-up is not hidden using display: none, but is
      positioned outside the visible viewport. This means the detail information
      is still accessible to screen readers, but does not appear on visual displays.
    */
    .details-popup li dl {
      position: absolute;
      top: -3.6em;
      left: -10000em;
      margin: 0;
      border: 1px solid #e2e2e2;
      padding: 1em;
      width: 14em;
      background-color: #fcfcfc;
      font-size: smaller;
      opacity: 0;
    }
    
    /*
      Display the details pop-up for a list entry when the mouse pointer hovers over
      it.
    
      This is achieved by moving the element from its dormant off screen location
      to a position slightly to the right of the list entry.
    
      CSS animation is used to fade the pop-up in.
    */
    .details-popup li:hover>dl {
      left: auto;
      right: -13em;
      opacity: 1;
      transition: opacity 0.8s;
    }
    
    /*
      Style the detail terms and descriptions so they appear on the same line.
    */
    .details-popup li dt {
      display: inline-block;
      width: 5em;
      font-weight: 500;
    }
    .details-popup li dd {
      display: inline;
      margin: 0;
    }
    .details-popup li dd:after{
      display: block;
      content: "";
    }
    
    /*
      Additional rules to render CSS pointer on pop-up box.
    */
    .details-popup li dl:after, .details-popup li dl:before {
      right: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }
    .details-popup li dl:after {
      border-color: rgba(252, 252, 252, 0);
      border-right-color: #fcfcfc;
      border-width: 10px;
      margin-top: -10px;
    }
    .details-popup li dl:before {
      border-color: rgba(226, 226, 226, 0);
      border-right-color: #e2e2e2;
      border-width: 11px;
      margin-top: -11px;
    }
    
  • Starting problem with the gray screen on iMac

    Hello everyone

    I'm a bit puzzled with a problem I'm having with my iMac 27 "a model late 2009, bought in early 2010, I had built at the time with 8 GB ram, 2 TB HD and fastest i7 Quad core processor available at the time.

    I'm running El Capitan, and all wise OS is perfectly up to date.

    The other week, after a systematic restart, I have a gray screen and little else.  Another reboot and everything was "normal", so I did not concern me unduly.

    Today, after that the Mac had been idle for a time during a call, the screen fell asleep as usual (I do not SLEEP the computer itself), but during his return and touch the SPACEBAR and key "ESC", the screen remains black.

    So I made a forced shutdown and restart.

    I get the screen gray and normal startup (no other sounds) chime followed by the apple logo and the startup progress bar.  He gets to halfway through the long, and then instead of bring to the top of the login page, it's just going to a gray screen Uni.

    So I restarted in safe mode, OK and ran disk utility a couple of times - at the first crossing, he noted, there a problem with the map of partition which can cause problems starting, but on the second passes and the following, everything has been noted to be OK - and the SMART status of disk has been verified.

    After a reboot - the same question as above - of carillon, gray screen with the apple logo, progress bar and then just a gray screen.  I did another secure boot and re-run of disk utility, rebooted into recovery mode and run disk utility.  And again, no problems reported.

    Another reboot and the issue was always there.

    So this time I rebooted into recovery again mode and downloaded a new installation of El Capitan.

    Unfortunately, there is no set - it is always start on a gray screen after the startup chime, the apple logo and progress bar.

    I have also removed all my account account startup items and disconnected all USB devices.

    I'm a bit lost for what to do next to be honest!

    Is there anything else I can do software wise, at home, or is it time for the repair material re shop perhaps?

    Thank you very much for your words of wisdom and support

    Kind regards

    John... :-)

    John here again: :-)

    Just a quick update which may help to determine what the problem is: I restarted in safe mode, after the reinstallation of the operating system was unable to initialize properly - grey screen again.

    However, as I have a home network, I found that I can not connect on the network with my MacBook Pro to the iMac, see all my files user on the iMac and even copy them across to the MacBook Pro with no problems.

    Everything on the iMac is saved via Time Machine on a Western Digital Firewire HD 3to.

    I also have uncompressed manual 'straight' copies of my music, movies, documents folders, etc, for an old time Capsule, currently acting as a bridge to my ethernet network wireless, and provide additional backup for those critical files - my music for example is ripped 350 odd CD, all legally purchased in ALAC on iTunes on the iMac - which represents a couple of months of work... lol... no way I want to lose that!

    So I'm a bit of a loss.  Disk utility reported no problem with the drive... I can boot into safe mode and recovery, but normal mode 'mode '... I always get the chime, the screen with apple logo and progress of the gray bar, then goes to just a gray screen instead of the login page.

    Help!

    My beloved Einstein had a hiccup!

    All comments appreciated and thanks again - hope this extra info helps

    Kind regards

    John... :-)

  • Maybe you are looking for