More help with LOV

I'm starting a new thread b/c this part II of the problem I addressed in the following thread: need help with LOV

I have a calendar cool jQuery (thanks Dan!) and the APA process to fill my LOV, but now I need to change the query that returns the values in the selection list.
I am sure that there a sophistocated way more to do, but here's the requirement:

"I am working on a form to schedule appointments, but one of the conditions is not more than 2 persons can register for each increment of 30 minutes." Available appointments are from 09:00-14:00, every 30 minutes. From June 22 to July 10 (M - F only). Thus, for example, only 2 people can register for a session from 09:00 on Jun 22 and 2 people at 09:30 on 22 June, etc. »

I'm looking to build a string of slots where 2 people have already made an appointment ex: (' 09:00 ',' 09:30 ', 13:00 ')
then I was building my LOV query to help ' where appt_date = 22 June 09 ' and not appt_time (' 09:00 ',' 09:30 ', 13:00 '), so the LOV would consist of all time other than my rope slots. "

Please tell me if there is a better way to do this and if so, what are the steps involved!

Kofi,

You are right... It was just a result of a change in logic that does not clean it up. Good fishing.

Tammy,

Here's the new query:

l_query: =.
"TO_CHAR (TRUNC (SYSDATE) + (8.5/24) + (LEVEL/24/2),"HH24") AS screen,
|| TO_CHAR (TRUNC (SYSDATE) + (8.5/24) + (LEVEL/24/2), "HH24") RETURN '
|| "OF THE DOUBLE."
|| "CONNECT BY LEVEL".<= 11="">
|| "NEGATIVE."
|| "SELECT TO_CHAR(appt_date, ''HH24:MI'') AS display,"
|| "TO_CHAR(appt_date, ''HH24:MI'') AS return"
|| "From appointments"
|| «WHERE TRUNC (appt_date) = TO_DATE ("' |)» wwv_flow.g_x01 | (','' DD-MON-YYYY») "
|| 'GROUP OF TO_CHAR (appt_date, "HH24")'
|| ' HAVING COUNT (TO_CHAR (appt_date, "HH24")) > 1'
|| "ORDER BY display";

Kind regards
Dan

http://danielmcghan.us
http://sourceforge.NET/projects/tapigen
http://sourceforge.NET/projects/plrecur

You can reward this answer by marking as being useful or correct ;-)

Tags: Database

Similar Questions

  • Hi all, I'm Mike. I'm a newbie here and hoping for more help with my Aspire 5735

    Hi, as above, I bought the Aspire 5735 several years now. It is running Vista Home Premium SP2 and became excruciatingly slow. When first started it becomes unusable for a while during which it seems to be the continuous disk activity. I tried to look in the Task Manager to see what is happening, but that itself takes an age to start and then not show anything unusual. I also tried all the usual stuff such as disk cleanup, defragmentation and even had use CCleaner and clearing out the prefetch folder, but nothing helped.

    I finally decided that the only option is to use two recovery disks that I created when it was new in an attempt to restore it to factory State but I can't find information on the way to recovery. If anyone can help with this, I would be very grateful.

    Hello

    Look at this french video (only photos ).

  • More help with analytical functions

    I had great hellp here yesterday and I need once more today. I guess I'm still not able to get a solid understanding of analytical functions. So here's the problem:
    table with 3 collars:
    product_id (int), sale_date (to date), count_sold (int) - each file show that the number of items have been sold for the product at a given date.
    The query should return the 3 passes of the table AND a fourth column that contains the date with the best sales of the product. If there are two or more dates with equal sales, the last being is chosen.

    Is this possible using an analytical function appropriately and without using a subquery?

    example:
    product_id, sale_date, count_sold, high_sales_date
    1, 01-01-2008, 10, 05/10/2008,.
    1, 2008-03-10, 20, 10/05/2008
    1, 10/04/2008, 25, 05/10/2008
    1, 10/05/2008, 25, 05/10/2008
    1, 01/06/2008, 22, 05/10/2008
    2, 05/12/2008, 12, 05/12/2008
    2, 06/01/2009, 10, 05/12/2008

    Thank you

    Hello

    Try this:

    SELECT     product_id
    ,     sale_date
    ,     count_sold
    ,     FIRST_VALUE (sale_date) OVER ( PARTITION BY  product_id
                                   ORDER BY          count_sold          DESC
                               ,               sale_date          DESC
                             )      AS high_sales_date
    FROM     table_x;
    

    If you would post INSERT statements for your data, then I could test it.

    Focus issue: Why use FIRST_VALUE with descending order and not LAST_VALUE (ASCending) ORDER of default?

  • help with LOV

    Hello experts,

    I'm having some trouble in a query of my LOV
    select retailer_num, retailer_name 
    from lotto_retailers 
    where agent_status_id = 2
    and salesrepid= :criteria.rep_id
    UNION
    SELECT '0', '**ALL**'
    FROM lotto_retailers 
    where agent_status_id = 2
    and salesrepid= :criteria.rep_id
    ORDER BY 1
    I created a text field in the forms with a list of the base on the above query values

    I want to have an option "ALL" where it will select all retailer_num based on my salesrep_id condition.this does not seem to work.
    can someone help please

    Thank you

    Kevin,

    Try,

    select retailer_num, retailer_name from lotto_retailers where agent_status_id = 2 and salesrepid= :criteria.rep_id
    UNION
    SELECT '0', '**ALL**' FROM dual
    ORDER BY 1
    

    Kind regards

    Manu.

    If my answer or the answer to another person has been useful or appropriate, please mark accordingly

  • More help with calculations

    Hello

    I have the first part of my form to work with a subtotal field S1.  Now, I want to calculate a discount in field D1 if S1 is greater than 200.  I put

    If (S1 > 200); D1 = 0.1 * S1

    Else D1 = 0

    In the JavaScript editor, but I get a syntax error (Missing; before instruction 2 to line 3).

    I put in addition to the semicolons, but still not the error.

    I have a book of Java Script, but it does not seem to cover this problem.

    Help, please.

    Thank you

    As I thought, you were away... You should use this code:

    var S1 = Number(this.getField("S1").value);
    if (S1>200) event.value =0.1*S1;
    else event.value = 0;
    

    You must also change the order of calculation of field and make sure that S1 is calculated after the fields of line (T4, T6, T8) totals, after S1 D1 is calculated and the G1 is after all of them.

  • More help with error messages

    Hello
    Also, I got an error message with DW MX2004. It works very well for years but yesterday after that I downloaded a few things from the Exchange (I realize that this could be a coincidence) whenever I click on the menu of commands I get this:

    "The following JavaScript error has occurred:
    Cannot open script file '... /.. '. "' / Shared/MM/Scripts/CMN/file.js" (error 3).

    I hope that's not too serious, that I would appreciate the help.

    Where did you got the extension? Are you sure it's compatible DW8?

    > I'll still be able to develop forms of FormMail

    Sure - but you'll just have to do it manually.

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    http://www.dreamweavermx-templates.com - template Triage!
    http://www.projectseven.com/go - DW FAQs, tutorials & resources
    http://www.dwfaq.com - DW FAQs, tutorials & resources
    http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
    ==================

    "ScreenAngel" wrote in message
    News:eh7o9d$KTR$1@forums. Macromedia.com...
    > Thanks Murray, I have disabled all but one of my extensions and the problem
    > is
    > resolved.
    >
    > It seemed to be the extension adds FormMail which was at the origin of the problem.
    > but
    > I had this long - maybe there is a conflict with one of the new
    > ones. It is perhaps a silly question, but if I disabled FormMail on my
    > extensions will still be able to develop forms of FormMail or do I just
    > must
    > have the script within the structure of the site files?
    >

  • Need help with LOV

    Hello
    I could not go about it the best medium for any other advice on how to get this working are welcome. I am working on a form to schedule appointments, but one of the conditions is not more than 2 persons can register for each increment of 30 min. Available appointments are from 09:00-14:00, every 30 minutes. From June 22 to July 10 (M - F only). Thus, for example, only 2 people can register for a session from 09:00 on Jun 22 and 2 people at 09:30 on June 22, etc..

    When the user selects a date, I was trying to query the database for the number of people registered for each time slot for that date, then query my table appt_times, return a list of available time slots less than the intervals of time who had an account = 2 in my first request.

    I tried to amend an application from the application process but (which began with the javascript function) that I use in another application to filter based on the user's initial selection, selection lists, I do not understand the code well enough or I'm going to this topic in the wrong way and makes it more difficult on myself than necessary.

    Tammy,

    Ultimately, these decisions are yours. It's the entire body. You can now go one way and find a problem with it later and use a different scheme in the future. Just try to keep things organized.

    Do you have any other questions about this?

    Kind regards
    Dan

    http://danielmcghan.us
    http://sourceforge.NET/projects/tapigen
    http://sourceforge.NET/projects/plrecur

    You can reward this answer by marking as being useful or correct ;-)

  • Help with LOVs

    Hello!

    I have a Question, can I use a LOV outside a form? for example in a dynamic Page?

    See what I want to do is to let users to select a parameter in a list show it specific content based on the selection.


    any suggestions?


    Thanks in advance!
    ATTE

    Blume

    I think that the example below is the minimum set of parameters for a combobox control named with portal.wwv_ui_lovf.show:

    
    BEGIN
    PORTAL.wwv_ui_lovf.show(
    p_lov => 'YOUR_PROVIDER.LOV_YOUR_LOV',
    p_type => 'COMBOBOX',
    p_name => 'GiveYourLOVaName',
    p_show_null => 'No',
    p_width => '1',
    p_cols => '1'
    );
    END;
    
    
  • more help with palm z22

    I had a z22for palm about a year and had no problems before.  I can't the device to turn on.  I used earlier in the day without difficulty, but went to the for use later and it seems to be dead.  I tried to plug it into the computer, but got no response.  Any ideas?

    Hello and welcome to the forums of Palm.

    Have you tried the soft reset? A soft reset is made by collage of your stylus into the hole rear reset of your palm. This will reboot your Palm without losing any info.

    Message relates to: Tungsten E2

  • More help needed with generic - or is - this reflection?

    This is a thread of follow-up to Re: need help with generics, I think... in which I ask for help a table abstract data model which itself contains an abstract objects row vector. (This book that happens because I have several table models, which are all very similar, and so I'm abstraction of common characteristics). Answering the question of this thread has been plenty in there, but now I have another.

    One such characteristic is a method that I called createMinRows. Many of my tables use blank lines to "fill in" any space which is not taken by rows with real data, so that the area of the scrolling pane is filled with the table grid. It is purely aesthetic. I have a field of AbstractModel, MIN_ROWS, whose value is set by the constructors of subclasses of AbstractModel. Manufacturers then call createMinRows() to get the necessary number of 'dummy lines' created in the model. This method, of course, must be in AbstractModel. And there is the problem: inside the AbstractModel, we do not know what AbstractRow subclass should be instantiated.

    Here's the code in SSCNE (...) Not compilable...) format:
    import java.util.Vector;
    import javax.swing.*;
    
    abstract class AbstractRow
    {
      protected String field1;
      protected String field2;
    }
    class MyRow extends AbstractRow
    {
      private String field3;
    }
    abstract class AbstractModel<T extends AbstractRow>
    {
      protected Vector<T> rows = new Vector<T>();
      protected int MIN_ROWS;
      protected void createMinRows()
      {
        for (int i = 0; i < MIN_ROWS; i++)
        {
          rows.add(new MyRow());  // this line doesn't compile
        }
      }
    }
    class MyModel extends AbstractModel<MyRow>
    {
      MyModel()
      {
        MIN_ROWS = 10;
        createMinRows();
      }
    }
    public class MakeAbstractRowWork extends JPanel
    {
      public static void main(String[] args)
      {
        javax.swing.SwingUtilities.invokeLater(new Runnable()
        {
          public void run()
          {
            JFrame frame = new JFrame("MakeAbstractRowWork");
            MakeAbstractRowWork pane = new MakeAbstractRowWork();
            pane.setOpaque(true);
            frame.setContentPane(pane);
            frame.setVisible(true);
          }
        });
      }
    }
    I guess I have to pass the class with createMinRows()? This would reflect, right? Is it possible to achieve what I need without thinking - I love Java verification type and everything seems to go when thinking puts his head in the door.

    I'd go with an abstract method that you call in your loop:

    abstract class AbstractModel {
      protected abstract T createEmptyRow();
    }
    
  • Help with Ram &amp; graphics (old mac pro)

    Hello!

    I am in need of help on my "old" gen mac pro 8-core xeon 5500 3rd (early 2009).

    I just upgraded it to El Captain 10.11.6 and everything is working quite well.

    I want to upgrade the RAM 16 GB and change the video card to something more recent with at least 1 GB of ram on it.

    This mac was sitting in a corner for a while due to a recent move to London and I chose to give it a try and continue to use it.
    At the moment, I have the following configuration:

    I went to the apple store in Covent Garden, here in London and they told me to check the site of Crucial that ram that I buy using their tool to find the exact model, I need.

    Well... I did... and the Web page does not suggest me any RAM, only SSDS.

    I tried the same tool on other Mac I (iMac and macbook pro) and it worked.

    So, my fear is that they (crucial) have no RAM in stock for my specific model.

    Do you know what version should I buy and where? (amazon?)

    The same is for the video card, I want to upgrade to another card with at least 1 GB of ram on it.

    The mac will be used mainly as Adobe Creative station for Photoshop / Lightroom / InDesign.

    Thank you in advance and I really hope you can help me. (even the guy from the apple store told me to ask here...)

    Tip: Mac cards replacement Graphics Pro money Tour (2006-2012)

    Since it seems that you have a working graphics card you can buy a PC graphics card since those who are less expensive than a Mac of the card. The problem with PC cards is the show they just something on the screen after loading drivers that is right in front of the login screen. For example, you may not use special startups like recovery, boot screen Manager since there is no indication on the screen.

    Macs are picky about the memory get the memory of a place that guarantees it work with you Mac will love

    https://eShop.MacSales.com/shop/memory/Mac-Pro-memory#1066-memory

  • Need help with an exercise in PL/SQL? Exceptions.

    Hello!

    Im very new to pl/sql. So I need the syntax, im use the HR schema. Here is the exercise.

    Create a package (EXC_PKG) that contains the type of statement that one Exception SALARY_TO_HIGH exception.

    Create another package (SETSAL_PKG) with a procedure (SET_NEW_SAL) that allows the update of wages on the Employee table
    an employee designated.

    The program will check that the wage does not exceed 6000.

    If the salary is higher than 6000 then the application should use the exception in the EXC_PKG package

    and displays the message: wages (< new >) will not exceed 6000.

    Thx for the help!

    Love me

    Hello

    A package includes 2 parts:
    -a package specification
    -a package body

    Try the following, your SQL * more prompt:

    MHO%xe> create or replace package setsal_pkg
      2  as
      3  procedure set_new_sal;
      4  end setsal_pkg;
      5  /
    
    Package is aangemaakt.
    
    Verstreken: 00:00:02.95
    MHO%xe>  create or replace package body setsal_pkg
      2  as
      3  procedure set_new_sal
      4  is
      5  begin
      6   dbms_output.put_line('Hello World!');
      7  end set_new_sal;
      8  end setsal_pkg;
      9  /
    
    Package-body is aangemaakt.
    
    Verstreken: 00:00:00.46
    MHO%xe> set serverout on
    MHO%xe> exec setsal_pkg.set_new_sal
    Hello World!
    
    PL/SQL-procedure is geslaagd.
    

    And keep on OTN visit and bookmark and read the docs whenever you want, it is all documented stuff:
    http://Tahiti.Oracle.com
    http://asktom.Oracle.com

  • Need help with Macbook

    Hello, I recently bought a Macbook from a friend and since I got the Mac it's very very slow at doing things like browsing the internet using Safari, it takes forever to load, web pages and all sorts of things that I'd like to get help with this problem maybe a few recommendations and also on how to speed up... If you need to care about Macbook, I can give these thx.

    To sell or transfer ownership of a Mac, even to a member of your family, you must follow these instructions. So far, you will have continuous problems.

    Refer to what to do before you sell or give away your Mac

    1. If you have enabled FileVault, disable it in system preferences > Security and privacy.
    2. "Remove" your iTunes account. Ditto for Audible if you have one.
    3. System Preferences > iCloud > deselect 'Back to My Mac' and 'find my Mac '.
    4. Disconnect from iCloud. Select "Delete from Mac" when it appears.

    Next: delete all of your personal information by erasing the internal storage of the Mac completely.

    1. If your Mac comes with a grey system installation DVD, start up your Mac with this disc in the optical drive, all holding the key c to boot from it instead of its internal volume, which must be erased before selling.
      • Apple stopped Macs shipment requiring these discs in August 2011.
    2. If your Mac does not comes with disks, boot OS X Internet Recovery:
      • using three fingers press on and hold the following keys: (command), optionand R.
      • With a fourth finger, press the power button to turn on the Mac.
      • Keep the other three fingers here where they are until you see the icon "spinning globe.
      • This method force the Mac to download BONES initially installed from Apple servers, that won't require not an Apple ID install.
    3. Remove any password Open Firmware, if you created a: select utility password firmware in the Utilities menu and remove.
    4. Select disk utility from the utilities menu.
    5. Delete all partitions that can be created.
    6. Select the icon for the hard drive to the Mac, and then select the tab "delete".
    7. Click on the 'Security Options' button and erase the drive.
      • More "robustly" you erase the disc, the longer it will.
      • The fastest method is sufficient, since all but the techniques more expensive and equipment will be able to recover data deleted safely.
    8. When he finishes, quit disk utility.
    9. In the utility menu, select Install Mac OS X .
      • An identifier Apple won't be necessary. If a prompt for an Apple ID, return to step 5.
      • Do not create user accounts.
    10. When he finishes, shut down the computer.
    11. If you want to install the bundled apps that have been included with your Mac, restart using your DVD Applications if it was included and install the bundled apps.
      • Apps, delivered with the new Macs sold without disks cannot be transferred. His new owner must buy them from the Mac App Store with its own Apple ID.

    If the Mac is sold to someone outside the family, consider the following additional information:

    1. System provided with your Mac installation DVD must stay with him forever and be included in the sale.
    2. Consider including your AppleCare certificate if you bought it, documents printed, same box if you have.
      • AppleCare remains with the equipment and can be transferred.
    3. Run an invoice indicating the serial number of the Mac.
    4. Once is no longer in your possession, remove the Mac of your devices in my support profile.
  • Help with horror? El Capitan Mac

    Hello, I have major issues with horror.  It interferes with almost all of the process: navigation (Firefox or Chrome), MS Office, Adobe Pro, Finder...  I ran a report EtreCheck (see below) and the major problem seems to be Firefox.  I was wondering if someone could take a look at this and make other suggestions.

    Thank you!

    EtreCheck version: 3.0 (300)

    Report generated 2016-08-12 12:44:23

    Download https://etrecheck.com EtreCheck

    Time 06:53

    Performance: average

    Click the [Support] links to help with non-Apple products.

    Click the [details] links for more information on this line.

    Problem: Beachballing

    Description:

    Beach ball with Firefox, Chrome, MS Office, Adobe Pro, Finder

    Hardware information: ⓘ

    MacBook Pro Intel Core i5, Intel Core i7, 13 "(mid-2012)"

    [Technical details] - [User Guide] - [warranty & Service]

    MacBook Pro - model: MacBookPro9, 2

    1 2.5 GHz Intel Core i5 CPU: 2 strands

    8 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 4 GB DDR3 1600 MHz

    BANK 1/DIMM0

    OK 4 GB DDR3 1600 MHz

    Bluetooth: Good - transfer/Airdrop2 taken in charge

    Wireless: en1: 802.11 a/b/g/n

    Battery: Health = Normal - Cycle count = 38

    Video information: ⓘ

    Graphics Intel HD 4000

    LED Cinema Display 1920 x 1200

    System software: ⓘ

    OS X El Capitan 10.11.6 15G (31) - since the start time: about 3 days

    Disk information: ⓘ

    HTS545050A7E362 disk HARD APPLE disk0: (500,11 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Macintosh HD (disk0s2) /: 499,25 (Go 150,27 free)

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    MATSHITADVD-R UJ - 8À8)

    USB information: ⓘ

    RD Slim BUP Seagate 2 TB

    EFI (disk1s1) < not mounted >: 210 MB

    SEAGATE External 2 to (disk1s2) Volumes/external Seagate 2 Tb: 2.00 TB free 1.20

    Apple Inc. Apple LED Cinema Display

    ISight Apple Display Inc.

    Apple Inc. Apple's USB audio device

    Apple Inc. FaceTime HD camera (built-in)

    Apple Inc. Apple keyboard / Trackpad

    Computer, Inc. Apple IR receiver.

    Apple Inc. BRCM20702 hub.

    Apple Inc. Bluetooth USB host controller.

    Hub keyboard Apple, Inc.

    Logitech USB-PS/2 optical mouse

    Apple Inc. Apple Keyboard

    Information crush: ⓘ

    Apple Inc. Thunderbolt_bus.

    Goalkeeper: ⓘ

    Mac App Store and identified developers

    Kernel Extensions: ⓘ

    / Library/Extensions

    [loading] com.sophos.kext.sav (9.4.52 - SDK 10.9 - 2016-08-05) [Support]

    [loading] com.sophos.nke.swi (9.4.53 - SDK 10.9 - 2016-08-05) [Support]

    Launch system officers: ⓘ

    [loaded] 8 tasks Apple

    [loading] 152 tasks Apple

    [operation] 65 tasks Apple

    [killed] 13 tasks Apple

    13 killed process lack of RAM

    Demons of launch system: ⓘ

    [loaded] 46 tasks Apple

    [loading] 150 tasks Apple

    [operation] 89 tasks Apple

    [killed] 6 tasks Apple

    6 killed process lack of RAM

    Launch officers: ⓘ

    [no charge] com.adobe.AAM.Updater - 1.0.plist (2016-05-02) [Support]

    [operation] com.brother.LOGINserver.plist (2016-03-10)

    [loading] com.gog.galaxy.commservice.plist (2016-04-24) [Support]

    [failure] com.maintain.PurgeInactiveMemory.plist (2016-06-09) [Support]

    com.maintain.Restart.plist [no charge] (2016-06-09) [Support]

    com.maintain.ShutDown.plist [no charge] (2016-06-09) [Support]

    [operation] com.maintain.SystemEvents.plist (2016-06-09)

    [operation] com.sophos.uiserver.plist (2016-05-12)

    Launch of the demons: ⓘ

    [performance]    BESAgentDaemon.plist (2016-05-16)

    [loading] com.adobe.fpsaud.plist (2016-06-28)

    [loading] com.gog.galaxy.clientservice.plist (2016-04-24) [Support]

    com.maintain.HideSpotlightMenuBarIcon.plist [no charge] (2016-06-09) [Support]

    [loading] com.microsoft.office.licensing.helper.plist (2010-08-25)

    [operation] com.prey.agent.plist (2016-05-17)

    [operation] com.sophos.common.servicemanager.plist (2016-05-12)

    Launch User Agents: ⓘ

    [loading] com.adobe.ARM. [...]. plist (2016-04-22)

    [loading] com.bittorrent.uTorrent.plist (2016-04-19) [Support]

    [loading] com.google.keystone.agent.plist (2016-07-11)

    [operation] com.spotify.webhelper.plist (2016-08-10) [Support]

    [loading] com.valvesoftware.steamclean.plist (2016-07-14)

    org.Hola.VPN.plist [no charge] (2016-08-01) [Support]

    User login items: ⓘ

    iTunesHelper Application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    ClipMenu application (/ Applications/ClipMenu.app)

    Agent application of file transfer Android (~/Library/Application Support/Google/Android File transfer/Android File Transfer Agent.app)

    MightyText application (/ Applications/MightyText.app)

    Internet Plug-ins: ⓘ

    AdobeAAMDetect: AdobeAAMDetect 1.0.0.0 - SDK 10.6 (2016-05-02) [Support]

    FlashPlayer - 10.6: 22.0.0.209 - SDK 10.9 (2016-07-13) [Support]

    QuickTime Plugin: 7.7.3 (2016-07-29)

    AdobePDFViewerNPAPI: 11.0.15 - SDK 10.6 (2016-05-02) [Support]

    AdobePDFViewer: 11.0.15 - SDK 10.6 (2016-05-02) [Support]

    Flash Player: 22.0.0.209 - SDK 10.9 (2016-07-13) [Support]

    Default browser: 601 - SDK 10.11 (2016-07-29)

    SharePointBrowserPlugin: 14.6.6 - SDK 10.6 (2016-07-28) [Support]

    Silverlight: 5.1.50428.0 - SDK 10.6 (2016-07-29) [Support]

    The internet user Plug-ins: ⓘ

    Picasa: 1.0 - SDK 10.6 (2015-10-13) [Support]

    3rd party preference panes: ⓘ

    Flash Player (2016-06-28) [Support]

    Time Machine: ⓘ

    Automatic backup: YES

    Volumes to back up:

    Macintosh HD: Disc size: 499,25 GB disc used: 348,98 GB

    Destinations:

    TB external Seagate 2 [Local]

    Total size: 2.00 TB

    Total number of backups: 29

    An older backup: 15/05/16, 06:27

    Last backup: 12/08/16, 11:45

    Size of backup drive: Excellent

    Size of backup 2.00 TB > (disk size 499,25 GB X 3)

    Top of page process CPU: ⓘ

    35% firefox

    11% kernel_task

    7% mdworker (13)

    4% WindowServer

    2% BESAgent

    Top of the process of memory: ⓘ

    GB firefox 3.08

    Kernel_task 848 MB

    180 MB mdworker (13)

    90 MB Microsoft Word

    Finder 82 MB

    Information about virtual memory: ⓘ

    24 MB of free RAM

    7.98 GB RAM (1.31 GB being cached) used

    3.01 GB used Swap

    Diagnostic information: ⓘ

    August 12, 2016, 12:24:55 PM/Library/Logs/DiagnosticReports/SophosWebIntelligence_2016-08-12-122455_ [redact ed] .crash

    / Library/Sophos Anti-Virus/SophosWebIntelligence.bundle/Contents/MacOS/SophosWebIntelligence

    August 12, 2016, 12:00:06 PM/Library/Logs/DiagnosticReports/SophosWebIntelligence_2016-08-12-120006_ [redact ed] .crash

    August 11, 2016, 01:40:07 PM/Library/Logs/DiagnosticReports/SophosWebIntelligence_2016-08-11-134007_ [redact ed] .crash

    August 11, 2016, 10:17:21 /Library/Logs/DiagnosticReports/tcosrj_2016-08-11-101721_[redacted].hang

    / Volumes/VOLUME / * / Romeo & Juliet.app/Contents/MacOS/tcosrj

    August 11, 2016, 06:33:30 /Library/Logs/DiagnosticReports/_2016-08-11-063330_[redacted].crash

    ???

    August 10, 2016, 13:44:38 /Library/Logs/DiagnosticReports/firefox_2016-08-10-134438_[redacted].cpu_resour ce.diag [details]

    /Applications/Firefox.app/Contents/MacOS/Firefox

    August 10, 2016, 06:43:13 AM/Library/Logs/DiagnosticReports/SophosWebIntelligence_2016-08-10-064313_ [redact ed] .crash

    9 August 2016, 15:17:53 self-test - spent

    First uninstall Sophos. Anti virus apps are not necessary and may cause problems. Remove the bittorrent as well. It can be a source od malware.

  • How to get help with Add ons and extensions that stop working

    I have saved passwords and it has stopped working. It's so hard to get help with Moxilla

    rosemarybales said

    I still don't know why the extension button passwords saved with the key icon has stopped working.

    This button displays the saved passwords in Firefox's built-in password manager, is no separate passwords that record you in Dashlane. Can you save passwords in both places? (Well, I guess you do.)

    I have a guess on why it has stopped working. Firefox 40 has some changes to how extensions can work with the user interface, so quite a few extensions that have been more than one year must be updated for Firefox 40. It has been updated on January 10, 2012.

    Anyway, the way of 'long' to display the passwords saved in Firefox is through the Options page, the Security Panel, the saved passwords button.

Maybe you are looking for