Tutorial error: 2 day + Application Express Developer's Guide

What is the syntax error in the SQL SELECT statement in the paragraph 5, Page 4-8 of the Oracle® Database Express Edition,
2 days + Developer Guide Application Express, version 4.0, E18644-02 dated June 2011?

After the declaration of the Source of the region and clicking on apply changes, error message Application Express "Query cannot be parsed, please check the syntax of your query. (ORA-00909: invalid number of arguments) "is displayed. The SQL SELECT statement is complex and application Express gives no indication on the syntax check.

I guess it is this page?
http://docs.Oracle.com/CD/E17781_01/doc.112/e18644/build_app.htm#BCECDFDD

Can you maybe post the SQL?

Tags: Database

Similar Questions

  • 2 day + application express developer guide

    I do 2 day + express guide to application developers and having a problem with one of the source codes. It reads as follows:
    Select "Employe_id."
    "FIRST NAME",
    'NAME',
    'HIRE_DATE ',.
    "TREATMENT."
    "COMMISSION_PCT.
    calc_renumeration (salary, commssion_pct) COMPENSATION
    OF ' #OWNER # '. " OEHR_EMPLOYEES ".

    the problem is that I get this error message: query cannot be parsed, please check the syntax of your query. (ORA-00923: KEYWORD not found or planned)

    any ideas?

    I guess there's a semicolon missing after "COMMISSION_PCT.

    It is probably the following:

    Select "Employe_id."
    "FIRST NAME",
    'NAME',
    'HIRE_DATE ',.
    "TREATMENT."
    "COMMISSION_PCT *, *"
    calc_renumeration (salary, commssion_pct) COMPENSATION
    OF ' #OWNER # '. " OEHR_EMPLOYEES ".

  • I want to uninstall this program but it says that it could not be removed because of the error, it is the program (/ Applications/exPressit H.E. 2.1/UninstallerData/Uninstall exPressit H.E. 2.1.app)

    I want to uninstall this program but it says that it could not be removed because of the error, it is the program (/ Applications/exPressit H.E. 2.1/UninstallerData/Uninstall exPressit H.E. 2.1.app)

    Hello

    What is the exact error you receive everything trying to uninstall this program?

    Try to Uninstall the program in a clean boot state.

    From your computer by using a minimal set of drivers and startup programs so that you can determine if a background program is interfering with your game or program. This type of boot is known as a "clean boot".

    Reference:

    How to configure Windows XP to start in a "clean boot" State
    http://support.Microsoft.com/kb/310353

    When you are finished troubleshooting, follow these steps to reset the computer to start as usual:

    1. click on start and then click Run.

    2. type msconfig and click OK.

    The System Configuration Utility dialog box appears.

    3. click on the tab general, click Normal Startup - load all services and device drivers and then click OK.

    4. When prompted, click on restart to restart the computer.

  • Oracle Application Express (APEX) 4: Development of Web Applications 1Z0-450

    Hi all

    Can get us online material or subject on Oracle Application Express (APEX) 4: development of Web Applications 1Z0-450 for her appearances of certification exams.

    Kind regards

    Sruthitamiri

    Hi Nanoo Tamiri,

    Sruthi Tamiri wrote:

    Hi all

    Can get us online material or subject on Oracle Application Express (APEX) 4: development of Web Applications 1Z0-450 for her appearances of certification exams.

    Kind regards

    Sruthitamiri

    Topics for 1Z0-450: Oracle Application Express (APEX) 4: development of Applications Web you can get on education.oracle.com.

    Examination material mentioned above as regards:

    I hope this helps!

    Kind regards

    Kiran

  • Receive window false error when starting outlook express.

    Made the mistake of opening a link in an email from fake USPS concerning the receipt of a registered letter.

    Since that time, McAfee detected and apparently removed a virus.

    However, I keep getting an indication false error (i.e. standard Windows error window) whenever I have start to ANY e-mail system (Outlook Express, Hotmail, etc.).

    If I click 'Send' or 'do not send' in the error window gets wrong, put an end to the mail session.

    If I do NOT click 'Send' or 'do not send' and just ignore the false error, I use Outlook Express, Hotmail, etc. without problem.  I finally shut the program email normally and THEN click 'do not send' get rid of the fake error window.

    Associated with this problem is the fact that rundll32.exe is CONTINUALLY running.  I checked the rundll32.exe in the Windows directory and it seems to be the right size.  However, there are a couple of suspicious ".pf" extensions that are not the same size.

    The false error window is named "dwwin.exe" and the error is 'unknown' or 'wsort32.exe' in the error report.  I'm not sure of the last name, however.

    Hello
    I suggest you to follow the steps below and check if it helps:
     

    Method 1: Try to scan your hard disk from the Microsoft Security Scanner, which would help us to get rid of viruses, spyware and other malicious software.

    The Microsoft Security Scanner is a downloadable security tool for free which allows analysis at the application and helps remove viruses, spyware and other malware. It works with your current antivirus software.

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Note: The Microsoft Safety Scanner ends 10 days after being downloaded. To restart a scan with the latest definitions of anti-malware, download and run the Microsoft Safety Scanner again.

    Method 2: Also I suggest that you update the latest version of McAfee software.

    http://www.McAfee.com/us/McAfee-Labs/resources/security-updates.aspx

    Method 3: Troubleshooting error messages that you receive when you try to send and receive e-mail in Outlook and Outlook Express:

    http://support.Microsoft.com/kb/813514

    Hope this information is useful.
  • connection to the oracle application express using java and jdbc

    Hello!

    I am trying to build a java application using jbcd to connect to my Oracle Application Express DB but unable to connect actually using the following syntax:

    Private final static String DB = "myworkspacename";

    Private final static String RUTA public = "@apex.oracle.com:1521";

    private public static final String URL = "jdbc: Slim:" + RUTA + "/" + DB;

    private static final String DRIVER = "oracle.jdbc.OracleDriver";

    a USER private final static string = " " [email protected] "; "

    private final static String PASS = "MonMotpasse";

    and then I start the connection via:

    CONEX = DriverManager.getConnection(URL,USER,PASS);

    but finally I get the following error:

    IO error: the network adapter could not establish the connection

    any ideas on what goes wrong will be appreciated...

    Simple answer... YOU can't connect externally to the hosted instance of Oracle with a jdbc connection or sql developer/Toad.  Not allowed...

    If you need this capability, I would suggest downloading of Oracle 11 g XE and building you own database...

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • Problems when installing application Express listener

    Hello
    I am new to Oracle Application Express and installed it for the first time. I'm following the instructions in the Setup Guide (http://docs.oracle.com/cd/E37097_01/doc/install.42/e35123/otn_install.htm) and am stuck after installing the listening service. I think that I have installed the service, but the web page is blank. In IE, I see the icon in the status bar of error. The opening, I get the following error message:

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729 .NET CLR 3.0.30729; Media Center PC 6.0; NET4.0C;. NET4.0E; .NET CLR 1.1.4322)
    Timestamp: Monday, November 26, 2012 09:24:50 UTC


    Message: "apex" is not defined
    Line: 35
    Char: 1
    Code: 0
    URI: http://localhost: 8080/apex/f? p = 4550:1:10702613836253:


    Message: "apex" is not defined
    Line: 110
    Char: 1
    Code: 0
    URI: http://localhost: 8080/apex/f? p = 4550:1:10702613836253:



    My configuration is:
    Oracle DB 11 g Standard running on port 1158. The listening APEX service is configured for the port 1521, but when I enter http://localhost:1521/apex/in the browser, it changes automatically to http://localhost: 8080/apex /.

    Listening service works well (I guess):
    C:\SW\Apex\apex_listener > java-jar apex.war
    NEWS: Check out: C:\SW\Apex\apex_listener\apex.war
    + See: ' java-jar apex.war - help' for a full range of configuration options.
    NEWS: Check out at: C:\Users\hm\AppData\Local\Temp\apex
    INFO: Using classpath: file:/C:/Users/hm/AppData/Local/Temp/apex/apex/___
    Embedded/Start.jar:file:/C:/Users/HM/AppData/Local/Temp/APEX/APEX/Web-INF/
    lib/apex.jar:file:/C:/users/HM/APPDATA/local/Temp/Apex/Apex/Web-INF/lib/co
    mmons-FileUpload-1.2.1.jar:file:/C:/Users/HM/AppData/Local/Temp/APEX/APEX/
    WEB-INF/lib/je-4.0.103.jar:file:/C:/Users/hm/AppData/Local/Temp/apex/apex/
    WEB-INF/lib/ojdbc6.jar:file:/C:/Users/hm/AppData/Local/Temp/apex/apex/WEB-
    INF/lib/ojmisc.jar:file:/C:/Users/hm/AppData/Local/Temp/apex/apex/WEB-INF/
    lib/POI-3.6-20091214.jar:file:/C:/Users/HM/AppData/Local/Temp/APEX/APEX/We
    B-INF/lib/ucp.jar:file:/C:/Users/hm/AppData/Local/Temp/apex/apex/WEB-INF/l
    IB/xdb-11.2.0.jar:file:/C:/Users/HM/AppData/Local/Temp/APEX/APEX/Web-INF/l
    IB/xmlparserv2-11.2.0.jar:
    INFO: From Embedded Web container in: C:\Users\hm\AppData\Local\Temp\a
    PEX
    November 26, 2012 02:16:30 ___bootstrap. The Deployment Manager deploy
    INFO: Deploy the application = C:\Users\hm\AppData\Local\Temp\apex\ape path
    x\WEB-INF\web. XML
    November 26, 2012 02:16:31 ___bootstrap. The Deployment Manager deploy
    INFO: deploy the application path = C:\Users\hm\AppData\Local\Temp\apex\apex\W
    EB - INF\web.xml
    Using the configuration file: C:\Users\hm\AppData\Local\Temp\apex\apex-config.xml
    + - list properties.
    PropertyCheckInterval = 60
    ValidateConnection = true
    MinLimit = 1
    MaxLimit = 10
    InitialLimit = 3
    AbandonedConnectionTimeout = 900
    MaxStatementsLimit = 10
    InactivityTimeout = 1800
    MaxConnectionReuseCount = 1000
    Listener APEX version: 1.1.4.195.00.12
    The APEX listener server info: Grizzly/1.9.18-o
    November 26, 2012 02:16:53 com.sun.grizzly.Controller logVersion
    INFO: From Grizzly Framework 1.9.18 - o - Mon Nov 26 02:16:53 MST 2012
    INFO: http://localhost: 8080/apex began.
    Using the JDBC driver: Oracle JDBC driver version: 11.2.0.2.0


    Here is the output of lsnrctl status+ ordering:

    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 26 November 2012 02:40:42

    Copyright (c) 1991, 2010, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))
    STATUS of the LISTENER
    ------------------------
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Production
    Start date November 25, 2012 23:16:01
    Uptime 0 days 3 hours 24 min 44 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Listener parameter File C:\app\hm\product\11.2.0\dbhome_1\network\admin\listener.ora
    C:\app\hm\diag\tnslsnr\dummy\listener\alert\log.XML log listener
    Summary of endpoints listening...
    +(Description=(address=(Protocol=IPC)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))+
    + (Description = (Address = (Protocol = TCP)(Host=Dummy.com) (port = 1521))) +.
    Summary of services...
    Service 'CLRExtProc' has 1 instance (s).
    Instance of 'CLRExtProc', status UNKNOWN, has 1 operation for this service...
    "Xxxx" service has 1 instance (s).
    Instance "orcl", State LOAN, has 1 operation for this service...
    "Xxxx" service has 1 instance (s).
    Instance "orcl", State LOAN, has 1 operation for this service...
    The command completed successfully


    Could you please help me solve the problem?



    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    One last thing. I tried to install the service of the APEX and the listener on a different machine with Oracle 10 g Express Edition. Here too, I could install APEX (according to http://docs.oracle.com/cd/E37097_01/doc/install.42/e35123/otn_install.htm#BABHHIJB), but when installing listening Service, a config went wrong and now when I run the database, OracleXETNSListener does not start.

    C:\oraclexe\app\oracle\product\10.2.0\server\BIN > net start OracleXETNSListener
    OracleXETNSListener service starts.
    The OracleXETNSListener service could not be started.

    A system error has occurred.

    System Error 1067 has occurred.

    Unexpected end of the process.


    C:\oraclexe\app\oracle\product\10.2.0\server\BIN > net start OracleServiceXE
    The OracleServiceXE service is now...
    The OracleServiceXE service has started successfully.

    Lsnrctl status+ gets stuck too:
    C:\Users\hm > lsnrctl status

    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 26 November 2012 15:11
    +: 55 +.

    Copyright (c) 1991, 2005, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC_FOR_XE)))
    AMT-12541: TNS:no listener
    AMT-12560: TNS:protocol adapter error
    AMT-00511: no listener
    + 32-bit Windows Error: 2: no such file or directory.
    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = dummy
    +) (PORT = 1521))) +.
    + ^ C +
    C:\Users\hm >


    How can I return to the Oracle XE database original settings?

    Published by: user783239 on November 27, 2012 06:47

    Thank you, but I couldn't work, so I thought to nine. On my laptop, I uninstalled the database, restarted the laptop and reinstalled Oracle Database 10 g Express Edition.

    After a new installation of database, I did the following:

    1. check the opens the homepage (http://127.0.0.1:8080/apex) DB.
    >
    Home page of Oracle XE, okay. Given URL is wrong, it should have been http://127.0.0.1:8080. That is, without /apex at the end.
    >
    2 APEX installed with the following command:
    @apexins.sql SYSAUX SYSAUX TEMP is

    Successful installation.

    3. without installing the listener, tried opening http://127.0.0.1:8080 / apex, but this time faces the same problem of blank page. The loading of the page, I see "Application Express Login" in the title bar of the browser, there is a source code when I view the Source, but the same two errors:
    >
    This is because you have not run apxldimg.sql. It is this script which creates and loads the images folder (/ i /)
    >
    Message: "apex" is not defined
    Line: 35
    Char: 1
    Code: 0
    URI: http://127.0.0.1:8080/apex/f? p = 4550:1:22301135410489:

    Message: "apex" is not defined
    Line: 110
    Char: 1
    Code: 0
    URI: http://127.0.0.1:8080/apex/f? p = 4550:1:22301135410489:

    The file is loaded on http://127.0.0.1:8080 / apex is e.htm and here is its code line 34-36 source:

    and 109-11 line is:

    SQL>EXEC DBMS_XDB.SETHTTPPORT(0);
    SQL>COMMIT; -- Important
    
  • My Administration event log is 8000 + and new errors every day. Windows Explorer stops responding, how can I stop this?

    OT: my Administration event log is 8000 + and new errors every day. How can I stop this?

    My ACER laptop running VISTA family premium has many errors I do not understand why and don't know how to stop.

    Is how important it? Is this normal? Should I post each event with details to see if it can be interrupted?

    For example my lap top works generally OK but Explorer windows (explorer.exe) crashes with a message that it fails and restarts. The error code and events are

    Error 01/03/11 10:04:22 Application Error 1000 (100)

    Application Explorer.EXE, version 6.0.6002.18005, time stamp 0x49e01da5, module MSVCR80.dll, version 8.0.50727.4053, time stamp 0x4a594c79, exception code 0xc000000d, offset error 0x00008aa0, process id 0 x 624, failed failed application start 0x01cbaad15a2d1273.

    Thanks if you can help

    Hi Tricsim,

    Since when are you facing this problem?

    There could be several causes for this problem; I suggest you try the following steps to correct the problem:

    Method 1: Auditor of file system (CFS) scan to fix all of the corrupted system files. To do this, follow the steps mentioned in the link below:

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7

    http://support.Microsoft.com/kb/929833

    Method 2: Put the computer to boot and then check if the problem persists

    Follow step 1 in the link below,
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    If everything works well after a clean boot, you can deduce that some third-party services are at the origin of the problem.

    Continue with the remaining steps to pin-point on the third party service.
    After find you the program that is causing the problem, you will have to perhaps to update or install a newer version of the program, if you rarely use that you should consider uninstalling the software.

    Important: n ' forget not to put the computer to a normal startup follow step 7 in the link.

    Method 3: You can follow the steps described in the article below

    Error message when you log on to Windows Vista: "Windows Explorer has stopped working".

    http://support.Microsoft.com/kb/937093

    Thanks and greetings
    Ajay K
    Microsoft Answers Support Engineer
    ***************************************************************************
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • I have a server/database Application Express 4.1.1 running and a server/database Application Express 4.2.0 running. Is it risky to try to upgrade to the latest version and start using the universal or complex theme?

    I have a server/database running Application Express 4.1.1 and a server/database active Application Express 4.2.0. Is it risky to try to upgrade them both to the latest version and start using the universal or complex theme?  Is how easy it to do? Recommended?

    The servers are windows 2008 r2. Don't know if it matters.

    I'm not exactly an expert at the express request...

    Hi DJake,

    DJake wrote:

    I have a server/database Application Express 4.1.1 running and a server/database Application Express 4.2.0 running. Is it risky to try to upgrade them both to the latest version and start using the universal or complex theme?  Is how easy it to do? Recommended?

    The servers are windows 2008 r2. Don't know if it matters.

    I'm not exactly an expert at the express request...

    Please read the documentation of the requirement for Oracle APEX 5. Ensure that your environment meets these requirements. Upgrade your oracle database or other software if necessary components and then you can go right 4.1/4.2 to 5.0 update according to the above-discussed upgrade strategies in the above discussions.

    Reference: https://docs.oracle.com/cd/E59726_01/install.50/e39144/pre_require.htm#HTMIG376

    You should go for upgrade of the Oracle APEX of 4.1 to 5.x. Regression test your applications to remove if any errors introduced by upgrade. The kickoff of a new project to migrate your applications to universal theme.

    Reference:

    Kind regards

    Kiran

  • How a clone an Instance of Application Express without cloning the entire DB

    Hello

    This can be answered elsewhere, but I was not able to find it.  I have several Application Express environments.  For the purposes of this discussion to consider only two environments.  One is a "production" environment where the ApEx is the only thing that the DB is used for.  The other is a 'Development' environment that shares its DB with another application with us.

    Be asked periodically updating of production on this database.  How can I export all the Prod Instance application express environment and replace this environment on the Dev Instance?  Are there patterns specific to export/import with Datapump?  Is there a procedure documented somewhere?

    Please let me know how to proceed...

    -Adam

    Hi Adam,.

    Your production applications are really made up of two major components:

    (1) the applications for the APEX and artifacts associated with (for example, images, files CSS - but I hope in the production, it would be on a Web server somewhere file system)

    (2) application data structures and data.

    To replicate the underlying database objects, you'll want to do an import/export normal DataPump.  For APEX themselves applications, you'll want to use the APEXExport command line utility to export workspace definitions and applications of APEX definitions, then import the latter in dev.

    Joel

    PS You can think of, you can simply do a DataPump of the APEX (e.g. APEX_040200) schema export, but that does not work when you try to import it.  There are access privileges, subsidies on system objects and a handful of objects in the SYS schema, which would not have been around when you tried to do.  Your best bet, as stated, is to use APEXExport of the workspaces and applications.

  • Oracle Application Express Exchange

    Why can't APEX group configure Oracle Application Express similar to Oracle SQL Developer Exchange Exchange (https://apex.oracle.com/pls/apex/f?p=43135:1:1300981779514901::NO) for requests for features, code examples etc.) Oracle SQL Developer Exchange use APEX for their site, why don't the APEX people do as well. The current wish list thread is too heavy to follow and look for potential requests.


    Robert
    http://apexjscss.blogspot.com

    Hello

    Check out the blog of David Peake
    http://dpeake.blogspot.com/2012/06/application-express-42-early-adopter-1.html

    Application of feature requests is here
    https://Apex.Oracle.com/pls/Apex/f?p=55447:1

    Kind regards
    Jari

    -----
    My Blog: http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

    Published by: jarola on August 6, 2012 06:22

  • Applications are developed at the Apex Apex 4.1.0 compatible 3.1?

    Hi guys,.

    I only started working on Oracle Apex since version 4.1 and is currently working on a DEV (apex 3.1) application be moved to prod (in TOP 4.1).

    I had no idea about the compatibility, if the application used to work all or some documented features does not work.

    Could all gurus of APEX that has developed the 3.1 application and deployed in 4.1, could share you your experience if there is anything else I should look out for?

    Hello

    Applications developed in older versions of Oracle Application Express can be imported in more recent versions, for example, you can import your 3.1 apps in 4.1. And usually, it should work without any problems. There are some things to look out and there was a few reports of problems, especially when moving from 3.x to 4.x. Then you should definitely test your application after the upgrade, and I would advice against development on 3.x and 4.x deployment. You development, test and production environments should use the same version of Oracle Application Express.

    Kind regards
    Marc

  • Bug of the checkbox in Application Express 4.0.2.00.06

    Hi all

    I was wondering if anyone can help me with checkboxes, I'm implementing the report.

    I was following the instructions of the Oracle, but it does not work in my app, for some reason any.

    First question:

    If I add, in a report of the query, the following line apex_item.checkbox(1,attachment_id) led, in the report appear below form * < input type = "checkbox" name = "f01" value = "48" / > * and not the checkbox element.

    However, I can solve this problem by going in the region report and in the display as simple checkbox change.

    Second question

    When I check one of the boxes and click on the button Delete, I get the following error.
    Not found
    The requested URL /apex/wwv_flow.accept was not found on this server

    I use the Application Express 4.0.2.00.06

    Any ideas why this happens?

    Any suggestions are welcome

    Please help me

    Thanks in advance.

    Published by: Malas on December 1, 2010 11:09

    Published by: Malas on December 1st, 2010 16:05

    In your report, change the display of your column "del" "simple checkbox" "standard report column" and try to delete records.

    Thank you
    Machaan

  • Oracle Application Express

    Hello

    I'm new around. Tell me, the documentation says: "Oracle Application Express is a declarative development hosted environment to develop and deploy _Web_ database-oriented applications. Can be used to develop applications for use outside of the Web as well. I do the accounting and payroll. I will for example be able to develop applications where I'll run the payroll and print care about payroll, financial statements, etc..

    When I go to the form, I usually get to Oracle Database Express and so I have to work my way to Oracle Application Express. How can I go directly to Oracle Application Express?

    Bennet

    Hello, Bennet,.

    There is the OTN homepage for APEX: http://www.oracle.com/technetwork/developer-tools/apex
    There are the home page general for APEX, which includes access to workspaces of demo (you can request a workspace to assess the APEX without having to install yourself): http://apex.oracle.com

    To answer your question: you can develop applications with APEX that could be used to pay-running, etc. Depending on the capabilities of your printer, you can even automate this. But begin to get acquainted with APEX before you head straight for advanced like this subjects. ;)

    -Udo

  • Pro Oracle Application Express - registration form. Make it PUBLIC?

    Hello

    I'm pretty new to Application Express. A lot of DBA experience and a bit of PL/SQL, but I don't have a lot of front-end development experience.

    I am creating an application that has both a user registration page and reset the password on the page of the expiry.

    First things first. I'm trying to follow the example and Scott Spendolini Pro Application Express and try to understand how to configure the form on page 109.

    How did you access this form if the user needs to be authenticated? What I have to do registration form PUBLIC page?
    I can have skim read the text and missing something, but I'm sorry it's not clear to me.

    Thank you

    John

    Yes you have to make it public. Since you obviously cannot be authenticated again if you need to register, then you need to make it public.

Maybe you are looking for

  • How to view all the titles that are currently not in a playlist?

    Hello world my iTunes library has become huge in the past years. I created more than 400 playlists. Now, I'm looking for a way to show (and remove) all securities that are currently not in playlists (because obviously, I don't listen to their). Someo

  • External speakers don't stop speakers Qosmio x 770

    When I plug in external speakers on my Qosmio x 770-135 will not disable the internal speakers.Someonee help me?

  • Games showing in zoom

    I tried to correct my games are in zoom mode and I can't fix it, I have everything else to a normal size but the game apps

  • Windows vista update

    I tried to install the following updates: KB2344993, KB2344875, KB2345035, KB2345043, KB2410711 without success. However, each attempt I always get the error code 646.IRV is there someone who can help me over come it. SAYED-Ghana.

  • want to 5540: printer scanner

    My desire 5540 made contact with my computer but I can't scan or print.  I also get printer 3300 onmy site. The continuous blue light flashing nothing I have it turn on with a fixed light.