TTITLE with title and data

Hello
I want to put on the head of a report only a description and the date, but not "Page n" using TTITLE.
Could you give me the proper syntax?
"I know that by writing TTITLE CENTER 'REPORT' I get the REPORT on the head, but if I write TTITLE 'REPORT' I get ' Mon Mar 29 REPORT Pag. "' 1', while I would only" MON 29 Mar REPORT. "
Is this possible?
Thank you!

Like this?

PRAZY@11gR1> col TODAY noprint new_value CURDATE
PRAZY@11gR1> select to_char(sysdate,'DD-Mon-YYYY') TODAY from dual;

Elapsed: 00:00:00.00
PRAZY@11gR1> ttitle left CURDATE center 'REPORT' skip 2
PRAZY@11gR1> select * from emp;

31-Mar-2010                                    REPORT

     EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM     DEPTNO
---------- ---------- --------- ---------- --------- ---------- ---------- ----------
      7369 SMITH      CLERK           7902 17-DEC-80        800                    20
      7499 ALLEN      SALESMAN        7698 20-FEB-81       1600        300         30
      7521 WARD       SALESMAN        7698 22-FEB-81       1250        500         30
      7566 JONES      MANAGER         7839 02-APR-81       2975                    20
      7654 MARTIN     SALESMAN        7698 28-SEP-81       1250       1400         30
      7698 BLAKE      MANAGER         7839 01-MAY-81       2850                    30
      7782 CLARK      MANAGER         7839 09-JUN-81       2450                    10
      7788 SCOTT      ANALYST         7566 09-DEC-82       3000                    20
      7839 KING       PRESIDENT            17-NOV-81       5000                    10
      7844 TURNER     SALESMAN        7698 08-SEP-81       1500          0         30
      7876 ADAMS      CLERK           7788 12-JAN-83       1100                    20
      7900 JAMES      CLERK           7698 03-DEC-81        950                    30
      7902 FORD       ANALYST         7566 03-DEC-81       3000                    20
      7934 MILLER     CLERK           7782 23-JAN-82       1300                    10

14 rows selected.

Elapsed: 00:00:00.00

or... just with a single query and with different date format.

PRAZY@11gR1> col TODAY noprint new_value CURDATE
PRAZY@11gR1> ttitle left CURDATE center 'REPORT' SKIP 2
PRAZY@11gR1> select e.*,to_char(sysdate,'DD.Mon''YY') TODAY from emp e;

31.Mar'10                                      REPORT

     EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM     DEPTNO
---------- ---------- --------- ---------- --------- ---------- ---------- ----------
      7369 SMITH      CLERK           7902 17-DEC-80        800                    20
      7499 ALLEN      SALESMAN        7698 20-FEB-81       1600        300         30
      7521 WARD       SALESMAN        7698 22-FEB-81       1250        500         30
      7566 JONES      MANAGER         7839 02-APR-81       2975                    20
      7654 MARTIN     SALESMAN        7698 28-SEP-81       1250       1400         30
      7698 BLAKE      MANAGER         7839 01-MAY-81       2850                    30
      7782 CLARK      MANAGER         7839 09-JUN-81       2450                    10
      7788 SCOTT      ANALYST         7566 09-DEC-82       3000                    20
      7839 KING       PRESIDENT            17-NOV-81       5000                    10
      7844 TURNER     SALESMAN        7698 08-SEP-81       1500          0         30
      7876 ADAMS      CLERK           7788 12-JAN-83       1100                    20
      7900 JAMES      CLERK           7698 03-DEC-81        950                    30
      7902 FORD       ANALYST         7566 03-DEC-81       3000                    20
      7934 MILLER     CLERK           7782 23-JAN-82       1300                    10

14 rows selected.

Elapsed: 00:00:00.00

Kind regards
Prazy

Tags: Database

Similar Questions

  • Is it possible to use the Apple Watch with bluetooth and data celular (for example in a remote area withouth wifi)?

    Apple Watch with bluetooth

    Hello

    Apple Watch can still be used in conjunction with the matched iPhone (which is based on cellular services) in places where there is no Wi - Fi network.

    The availability of some built-in and third-party applications can vary, depending on your cellular data settings and a network of cellular data speeds.

    If your question relates also to longer term, it is not currently possible to update the software on Apple Watch unless the paired iPhone is connected to a Wi - Fi network.

    Some built-in functions of Apple Watch can still be used even when the pair iPhone is not available via Bluetooth or Wi - Fi.

    More information:

    Bluetooth and Wi - Fi on Apple Watch

    Use Apple Watch without her sister iPhone - Apple Support

  • How to print a long table on paper letter with titles (and feet page, if possible!) on every page?

    I can't find information anywhere and will appreciate the pointers.

    You can not do with the simplicity that you can do with software such as Microsoft Word.

    Only HTML cannot interact with a printer. You can print from a web browser, you can use the @media print CSS to specify the page layout for printing, but with HTML/CSS you cannot receive information and information of the printer and you can't control things like the size and orientation of the page (horizontal/vertical). The user's browser sends its own headers and footers with information such as the date, the page number and url. The user can disable them in the browser, but your web page cannot do this.

    If the table is generated by PHP, you can use PHP to count the rows of the table and add page breaks to the appropriate position. You can send a page break beforebreak with CSS, but if your table cell height, varies according to the amount of content, it would be impossible to calculate the right places to send the page break command. With PHP, you could also add the header and footer to the right positions.

    Even with all of the above variations, printers, operating systems and browsers would probably the printer document well in some environments and horribly in others.

    With Java or Javascript, you can control the interaction with the printer. There could be a framework like jQuery javascript that can do.

  • help with LAG () AND dates

    I have at this moment the following query
      SELECT "DATE",
              "CELL_SITE",
              "LASTV_ATTCNT",
              "LASTV_ATTCNT2",
              "LASTV_BLKCNT",
              "LASTV_DRPCNT",
              "V_ATT_CNT",
              "V_CUST_BLK_CNT",
              "V_DRP_CALL_CNT",
              "LASTD_ATTCNT",
              "LASTD_BLKCNT",
              "LASTD_DRPCNT",
              "D_ATT_CNT",
              "D_CUST_BLK_CNT",
              "D_DRP_CALL_CNT"          
         FROM (  SELECT DATE,
                       CELL_SITE,
                        LAG (SUM (V_ATT_CNT), 24)
                           OVER (PARTITION BY BSM_NM ORDER BY DATE)
                           AS "LASTV_ATTCNT",
                        LAG (SUM (V_CUST_BLK_CNT), 24)
                           OVER (PARTITION BY BSM_NM ORDER BY DATE)
                           AS "LASTV_BLKCNT",
                        LAG (SUM (V_DRP_CALL_CNT), 24)
                           OVER (PARTITION BY BSM_NM ORDER BY DATE)
                           AS "LASTV_DRPCNT",
                        LAG (SUM (D_ATT_CNT), 24)
                           OVER (PARTITION BY BSM_NM ORDER BY DATE)
                           AS "LASTD_ATTCNT",
                        LAG (SUM (D_CUST_BLK_CNT), 24)
                           OVER (PARTITION BY BSM_NM ORDER BY DATE)
                           AS "LASTD_BLKCNT",
                        LAG (SUM (D_DRP_CALL_CNT), 24)
                           OVER (PARTITION BY BSM_NM ORDER BY DATE)
                           AS "LASTD_DRPCNT",
                        SUM (V_ATT_CNT) AS "V_ATT_CNT",
                        SUM (V_CUST_BLK_CNT) AS "V_CUST_BLK_CNT",
                        SUM (V_DRP_CALL_CNT) AS "V_DRP_CALL_CNT",
                        SUM (D_ATT_CNT) AS "D_ATT_CNT",
                        SUM (D_CUST_BLK_CNT) AS "D_CUST_BLK_CNT",
                        SUM (D_DRP_CALL_CNT) AS "D_DRP_CALL_CNT"
                   FROM DMSN.DS3R_FH_1XRTT_FA_LVL_KPI
                  WHERE DATE >
                             (SELECT MAX (DATE) FROM DMSN.DS3R_FH_1XRTT_FA_LVL_KPI)
                           - 2
               GROUP BY DATE, CELL_SITE)
        WHERE DATE >=
                 (SELECT MAX (DATE) - NUMTODSINTERVAL (12, 'HOUR')
                    FROM DMSN.DS3R_FH_1XRTT_FA_LVL_KPI)
    What I've noticed, is that the LAG function is kind of what I want but not exactly. Let's say that I have given for the hours of 12: 00, 01:00, 02:00, 03:00 04:00, 05:00, 06:00, 07:00, 08:00, 09:00, 10:00, 11:00, 12:00 and the time is 12:00, the LAG function goes back to 12 h, which is what he should do.

    but lets say that I have given for 12 h, 01:00, 02:00, 03:00 04:00, 05:00, 07:00, 08:00, 09:00, 10:00, 11:00, 12:00, but it me MISSING at 06:00 (no data from 06:00). The lag function now back at 23:00 instead of 12 AM because the time 06:00 is missing.

    If I have data for 12: 00 01:00, 02:00, 03:00 04:00, 07:00, 08:00, 09:00, 10:00, 11:00, 12:00 and am MISSING 05:00 and 06:00, the data will return to 22:00 then and not only from 12: 00.

    Can I prevent this and always just come back in 12 hours?

    Published by: k1ng87 on April 25, 2013 13:27

    Hello

    k1ng87 wrote:

    ...
    LAG (SUM (V_ATT_CNT), 24)
    OVER (PARTITION BY BSM_NM ORDER BY DATE)
    AS "LASTV_ATTCNT",
    LAG (SUM (V_CUST_BLK_CNT), 24)
    OVER (PARTITION BY BSM_NM ORDER BY DATE)
    AS "LASTV_BLKCNT",
    LAG (SUM (V_DRP_CALL_CNT), 24)
    OVER (PARTITION BY BSM_NM ORDER BY DATE)
    AS "LASTV_DRPCNT",
    ...
    

    Since you want to so many columns of the same previous row, it would be probably easier and more effective to make a self-join, rather than so many functions of SHIFT.

    What I've noticed, is that the LAG function is kind of what I want but not exactly. Let's say that I have given for the hours of 12: 00, 01:00, 02:00, 03:00 04:00, 05:00, 06:00, 07:00, 08:00, 09:00, 10:00, 11:00, 12:00 and the time is 12:00, the LAG function goes back to 12 h, which is what he should do.

    You always pass 24 as 2nd argument offset; What does "Return the value of the line 24 of the precding." If there is a line for each hour, the current line is from 12:00, then wouldn't 24 ranks back would be from 12:00 yesterday, not 12 AM? Maybe you wanted to spend 12, not 24, as the second argument of LAG. I'll assume you really want the 24 line rom now on, but the technique is the same that that number either 24 or 12.

    but lets say that I have given for 12 h, 01:00, 02:00, 03:00 04:00, 05:00, 07:00, 08:00, 09:00, 10:00, 11:00, 12:00, but it me MISSING at 06:00 (no data from 06:00). The lag function now back at 23:00 instead of 12 AM because the time 06:00 is missing.

    If I have data for 12: 00 01:00, 02:00, 03:00 04:00, 07:00, 08:00, 09:00, 10:00, 11:00, 12:00 and am MISSING 05:00 and 06:00, the data will return to 22:00 then and not only from 12: 00.

    Can I prevent this and always just come back in 12 hours?

    A self-join would handle this automatically: it will look for the corresponding line, without regard for other lines may be present or absent.

    If you really had to do with the analytical functions, you can use MIN or FIRST_VALUE with a window of the range:

    RANGE BETWEEN  1 + (.5 / 24)  PRECEDING
          AND      1 - (.5 / 24)  PRECEDING
    

    DATE when you ORDER BY a column (do not call ' DATE'), the units are 1 day, so 1 + (.5/24) days ago is 24.5 hours; in other words, the window includes only DATES between 24.5 and 23.5 hours.

    If, for some reason, you really want to call LAG, so you could do an outer join to ensure that a row had been present for each of the previous 24 hours.

    I hope that answers your question.
    If not, post a small example data (CREATE TABLE and only relevant columns, INSERT statements) and also publish outcomes from these data.
    Explain, using specific examples, how you get these results from these data.
    Always say what version of Oracle you are using (for example, 11.2.0.2.0).
    See the FAQ forum {message identifier: = 9360002}

  • gossip with code and date

    Hi all
    I have a PRODUCT (CODE, NAME, ID, DATE) table with millions of records, that have
    inter - inventory of storage from 1 to 30 days, 100000 different products.
    Months in the inter inventory comes different 110000 products, 9999 is newly (NEW) compared with recent months, 100000 is same as last monhts (NO CHANGE)
    and it is deleted then last monhts (DEL). In the product table now I 210000, 100000 by 03/01/2012 dates and 110000 by 05/04/2012

    are there solutions for query quickly giving comparison reports

    Date new del nochange
    03/01/2012
    04/05/2012 9999 1 100000
    05/06/2012 9970 203 98999
    ....... ... .... .....

    12/10/2012...

    concerning
    Gordan

    Hello

    Maybe that's what you want:

    with PRODUCT(ID,CODE,NAME,DT)
    as
    (
    select 1,'P1','P1', to_date('01/03/2012','dd/mm/yyyy') from dual
    union all select 2,'P2','P2', to_date('01/03/2012','dd/mm/yyyy') from dual
    union all select 3,'P3','P3', to_date('01/03/2012','dd/mm/yyyy') from dual
    union all select 4,'P4','P4', to_date('01/03/2012','dd/mm/yyyy') from dual
    --
    union all select 2,'P2','P2', to_date('05/04/2012','dd/mm/yyyy') from dual
    union all select 3,'P3','P3', to_date('05/04/2012','dd/mm/yyyy') from dual
    --
    union all select 2,'P2','P2', to_date('06/05/2012','dd/mm/yyyy') from dual
    union all select 4,'P4','P4', to_date('06/05/2012','dd/mm/yyyy') from dual
    union all select 5,'P5','P5', to_date('06/05/2012','dd/mm/yyyy') from dual
    -- end of sample data --
    )
    select
         dt
         ,new
         ,nvl( (lag(dtcnt) over (order by dt)) - nochange ,0) del
         ,nochange
    from
    (
         select
              dt
              ,sum(new) new
              ,sum(nochange) nochange
              ,avg(dtcnt) dtcnt
         from
         (
              select
                   v.*
                   ,case when trunc(prevdt,'mm')=add_months(trunc(dt,'mm'),-1) then 1 else 0 end nochange
                   ,case when nvl(trunc(prevdt,'mm'),trunc(dt))!=add_months(trunc(dt,'mm'),-1) then 1 else 0 end new
              from (
                   select
                        t.*
                        ,lag(dt) over (partition by id,code,name order by dt) prevdt
                        ,count(dt) over (partition by dt) dtcnt
                   from product t
              ) v
         )
         group by dt
    )
    order by dt
    /
    
    Scott@my11g SQL>/
    
    DT                         NEW        DEL   NOCHANGE
    ------------------- ---------- ---------- ----------
    01/03/2012 00:00:00          4          0          0
    05/04/2012 00:00:00          0          2          2
    06/05/2012 00:00:00          2          1          1
    

    There might be a simpler way to do...

    You may also adapt the partition by clause to use ID, CODE and NAME in your actual data.

  • Update with Decode and Dates of business statement

    Hi all

    I need to write a statement of up to DATE using the date of business rule. In general, the due date is 30 days from the date of payment. If the due date falls on a Saturday or Sunday then the term of the loan is 32 days.
    I know that to test a day of week, I would need to use the function to_char in Oracle with the format of a '. I did some research and found that to test what the week falls on November 12, 2007, I would need to use the expression to_char('12-NOV-2007','D'). This function returns a number between 1 and 7. 1 represents Sunday, 2 Monday,..., 7 Saturday.

    What I really would need to do, is to write a single UPDATE statement using an expression with the Decode function and to_Char function:
    UPDATE book_trans SET due_dte = expression

    These are operations that will need to be updated:
    ISBN 0-07-225790-3 retrieved on November 15, 2007 per employee 101 (book_trans_id = 1)
    ISBN 0-07-225790-3 retrieved on November 12, 2007 by employee 151 (book_trans_id = 2)
    ISBN 0-201-69471-9 retrieved on 14 November 2007 by employee 175 (book_trans_id = 3)
    ISBN 0-12-369379-9 checked on November 16, 2007 by employee 201(book_trans_id=4)

    Manually, I calculated the maturity dte and writes the update to each book_trans_id statement:

    UPDATE book_trans SET due_dte is 17-dec-07' WHERE book_trans_id = 1;.
    UPDATE book_trans SET due_dte is 12-dec-07' WHERE book_trans_id = 2;.
    UPDATE book_trans SET due_dte is 14-dec-07' WHERE book_trans_id = 3;.
    UPDATE book_trans SET due_dte is 18-dec-07' WHERE book_trans_id = 4;.

    As you can see, it is very heavy and I just want to know how to integrate everything into a single Update statement:
    UPDATE book_trans SET due_dte = expression
    So if a due date falls on Saturday or Sunday, the loan period 32 days; day of week, length of the loan is 30 days.

    Advice or assistance will be greatly appreciated. Thank you!
    due_date := checkout_date + 30 + decode(to_char(checkout_date + 30,'DY'),'SAT',2,'SUN',1,0)
    

    Concerning

    Etbin

  • Problem with forms and data replication

    Hello

    I made a couple of documents more early where I used forms and specificely textfields. The documents have two parts, one for teachers and one for students (a small certificate). The idea is to fill the data in a part of the document, and transfers this information to the corresponding field. It worked before, I just named the fields exactly the same thing.

    Now, I do another one of these documents and it doesn't work anymore - information does not already exist. Old documents, which worked before, does not work if I export them again... I think that the program has been updated since the old documents were made. Does anyone know how to fix this? And I apologize for the mistakes of language

    There seems to be a bug (feature? surely not!) in the last update of InDesign (2015.4) that if two fields in InDesign are defined to have the same name, they are renamed to export.

    This means that in Acrobat, these two fields will have different names.

    This is why the text field does not appear in the other field - to do this, they must have the same name and the latest version of InDesign broke it.

    Workaround for now is to rename the fields in Acrobat, so that they have the same name again. Then, you should find that the text is reproduced from one field to another as before.

    Ariel

  • Can not get the title and date/time to appear on the photo to develop, or a library

    I must have done it when I was trying to do some other keyboard shortcut and got hurt - and now I can not understand how to get rid of. But a few weeks ago I did something and now the file name, date/time and size image appear in white text on the top left of any photo I have in develop it or library screens:

    shot.jpg

    So you can see "_MG_0955.CR2" and other details in the clouds. Does anyone know how to get rid of it? I can't find anything in one of the menus. I'm on Lightroom 4.3 for Mac OSX Mountain Lion.

    Thank you!

    Ltter that I you keyboard through the Loupe View Info (even in the develop Module).

    You set what you want to see by pressing cmd + J - and select the parameters for Info 1 and Info2.

    Letter I cycles this way: 1 - Info 2 - no overlay Info.

  • I'm looking at my profile account with name and date of birth my account hacked was ein Arabic languag

    Also when my window of the page it says the Hotmail team. I deleted all my contacts in Messenger who was my contact.  The names strange people was that I left there.  I also knew this person use one of my email more old which starts * address email is removed from the privacy *.

    I am trying to view my account and I will not allow myself. I also close the account, it is always active until 270days. It's no good because the person who hacked it should my information.  Please help me.   Maria

    Hello

    Answers is a peer group supported and unfortunately has no real influence on Hotmail.

    HotMail has its own Forums, so you can ask your questions there.

    Windows Live Solution Center - HotMail - HotMail Forums Solutions
    http://windowslivehelp.com/

    Hotmail - Forums
    http://windowslivehelp.com/forums.aspx?ProductID=1

    Hotmail - Solutions
    http://windowslivehelp.com/solutions.aspx?ProductID=1

    How to contact Windows Live Hotmail Support
    http://email.about.com/od/hotmailtips/Qt/et_hotmail_supp.htm

    Windows Live Hotmail Top issues and Support information
    http://support.Microsoft.com/kb/316659/en-us

    Compromised account - access unauthorized account - how to recover your account
    http://windowslivehelp.com/solution.aspx?SolutionID=6ea0c7b3-1473-4176-b03f-145b951dcb41

    Hotmail hacked? Take these steps
    http://blogs.msdn.com/b/securitytipstalk/archive/2010/07/07/Hotmail-hacked-take-these-steps.aspx

    I hope this helps.

  • How do you remove 2d copy of window XP Pro in bootcamp without damaging original XP Pro and data?

    Window XP pro in Bootcamp is size of 25 GB of Fusion Activated. By mistake, have also a second copy of Windows XP in Bootcamp is 5 GB. The two files are .vmwarevm. Lack of disk pace only allowed 32 GB size. Must remove copies of 5 GB of Window XP without original damaging with application and data window (25 GB). Error message "Sorry the operation cannot be completed because an unexpected error occurred (error code 1407) when you try to move to the trash. Help

    You must come to my Guickbooks and payroll.

    BillPTC wrote:

    Copyied the grazing of Window XP Pro.vmwarevm folder of Mac, he ran, deleted Bootcamp and had a heart attack because it could not find path. My mistake that I said that I had not moved the file but went to the last and she came back.

    That mistake has nothing to do with that said vs "I copied it", "I moved it" and entry into the library of Virtual Machine that shows the error, because there is no longer the path can be removed from the library Virtual Machine.  CTRL-click on the entry for the one who does not work, then select Remove.

    I exempt backup capsal Virtial Machine time under Documents.

    It seems to work.

    I can I have copied in the wrong place because you can't see the file under user/bill/document/virtual machine/folder.

    Not sure if thi is a problem.

    Well, if you are exempted from a folder and package kidnapped virtual is not in this folder, then of course, it is a problem because the packaging of the VM get backed up by Time Machine then I suggest that you correct the situation.

    Under Capssule time I deleted backup for Fusion App in your applications because I assume that the large 27 GB file is there.

    If not, where should I go to stop the time Capsule this large file to backup every hour.

    Why the hell you would make such an assumption!  The beam of Fusion.app from VMware is separate and outside the .vmwarevm Package and files/folders are backed up by using the same relative paths because they reside on the Macintosh hard drive.  The only way that a real Virtual Machine you created would be inside the VMware Fusion.app Bundle is if you put unfairly here.  All you have to do the Virtual Machine library is ctrl - click on the target of the Virtual Machine and select Show in Finder and the ctrl + click the target Virtual Machine package and select information and look where he is.  The last part of what I just said is nothing more basic file management.

    Still no undersyand why it works without Bootcamp and be applied to run the two without having to reboot to move backward. I question the manual I was for level 1 and updated version to version 2 have to be diferent.

    You don't need to use Boot Camp in the VMware Fusion installation order and create normal file based on Virtual Machines.  Boot Camp is part of OS X 10.5 and later versions and is independent and has nothing to do with VMware Fusion, except if you also want to start the native Windows Installer on the Boot Camp partition in a Machine virtual Raw disk.  Take a look at choose settings of VM of law because it might help you understand a little more.

  • At my place of work, there are a data server with LAN and internet networking. I want to disable the internet connection before it is infected with the virus.

    At my place of work, there are a data server with LAN and internet networking. I want to disable the internet connection before it is infected with the virus.

    original title: server and virus problem

    Hi SurajMendon,

    Your Windows XP question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the platform of networking on TechNet. Please post your question in the TechNet Windows XP Networking forum.

    Networking platform

    http://social.technet.Microsoft.com/forums/en-us/winserverPN/threads

  • I replaced my original Apple Watch with a watch of S2. When I install and associate the new shows, is there a way I can restore all applications, configuration information and data of the original of the new shows so I don't have to start from scratch?

    I replaced my original Apple Watch with a watch of S2. When I install and associate the new watch and my iPhone 7 more, is there any way I can restore all applications, configuration info and data between the original and the new shows, so I don't have to start from scratch?

    Try this procedure

    Cancel the twinning of your iPhone - Apple and Apple Watch Support

    Spend your Apple Watch a new iPhone - Apple Support

  • I am not able to download apps for my iPhone on the App Store. He just 'waiting '. But never starts the download. I tried with wifi and mobile data. The two are not download apps

    I am not able to download apps for my iPhone on the App Store. He just 'waiting '. But never starts the download. I tried with wifi and mobile data. The two are not downloading the applications Can u find out what's wrong? I use iPhone 5s

    I had the same problem. At the same time hold the screen lock button and the home button until your iPhone restarts. That solved the problem for me.

  • Since the last system upgraded my menu bar top with wifi and time, date etc etc is hidden unless I have sulk my cursor on it. Same thing with apps from shingles. How can I restore it is always there?

    Since the last system upgraded my menu bar top with wifi and time, date etc etc is hidden unless I have sulk my cursor on it. Same thing with apps from shingles. How can I restore it is always there? bar menus hidden-how do I restore?

    SystemPreferences-> Dock: automatically hide / show Dock

    SystemPreferences-> general: automatically hide / show menu bar

  • If I can restore iphone and data sync with iTunes to help uncertified lightning cable?

    Hello guys and girls... I was just curious to know if it is ok if I sync data and restore ios using non certified lightning cable which means I have a Chinese... itunes restores the iphone to ios 9.3.1 perfectly and allows you to synchronize all the music and videos files without saying errors... but is it ok for my iphone? It could damage my iphone or will I get ios works in my camera? My iphone gets too hot during loading and the use of the wifi too... sometimes average 2 times he said cable not taken in charge, but during the restoration and synchronization please help me... im confused... tq for playback

    Hi, I would not recommend using no real cables on Apple devices because they can cause problems. You get also the question of the products not authorized to appear on the screen which can be very annoying and it is because he has not got the necessary cable chip that its not true. The original cable is a little more expensive than the no real but its worth the investment that you don't buy new cables every few weeks. It will work with ITunes and transfer of data, but I wouldn't mind keen charging my iPhone/iPad with a as it is possible that they may cause damage. It's just not worth the risk.

Maybe you are looking for

  • Disappointed on the Apple Support

    I'm very disappointed on the Apple Support, my Apple ID has been compromised, and 2 devices Apple cannot use for almost 3 months. I had reported my case since April 7, 2016 and talked to little advise so far, to date still my case still sort and all

  • iPhone more 6s bending?

    I have an iPhone 6 s more than I recently bought, and today when I came to take my case to clean the phone, I noticed a bend in the phone. (The case I have on the phone, is a protective shield of crash rhinoceros). How apple would go on my phone with

  • does not overheat, no display

    Hello My name is Lee I'm a main computer repair technician. for all homeowners who currently have a laptop in the series DV that I'm posting a blog on your display no video options and overheating problems and they be fixed easily if you don't feel l

  • When you install Windows XP I IRQL_NOT_LESS_OR_EQUAL error message

    IRQL_NOT_LESS_OR_EQUAL, STOP: 0X00000000A (0X00000002, 0X00000000, 0X00000010, 0X8051AA58)I have a brand new everything except the hard drive and hard drive. When I try to install Windows XP from the Dell Windows Professional CD it will install on th

  • during the extraction of 2 discs have been mixed, how to separate them?

    During the extraction of the files of course 2 discs were mixed my library.  How can you separate them?