cfqueryparam change request?

Hello, everyone.

Got a weird problem (IMHO)...

I have a SELECT query medium that takes four dynamic values - three for the WHERE, one for the ORDER BY clause.

If I run the query in a CFC method without using CFQUERYPARAM, it works exactly as expected.

If I use CFQUERYPARAM on everything from the WHERE clause, it ignores the ORDER BY and returns the data just as it is.

What is going on???

Thank you

^_^

If this:

SELECT a.colA, a.colB, a.colC, b.colC, b.colD, c.colA, c.colC, c.colD, d.colA, d.colF

From tableA and b LEFT OUTER JOIN tableB on a.id = b.id

LEFT OUTER JOIN tableC c on c.id = a.id

Deposited d on d.tid = c.tid LEFT OUTER JOIN

LEFT OUTER JOIN table e on e.org = b.org

WHERE d.tid = [number of training] AND [approval number] = c.auth AND b.year = [4-digit year]

ORDER BY #by #.

looks like your actual query, you have a logic problem.  You are specifying left joins in tables b, c and d and then using these tables in which your article.  This changes your outer join to an inner join.  Fix you by moving these filters to your clause, like this:

from tablea a join left tableb b on b.id = a.id and b.year = [4-digit year]

Tags: ColdFusion

Similar Questions

  • IOM account change request

    Hi all

    After completing all the code to change to the parent and child form data using tcFormInstanceOperationsIntf (setProcessFormData and addProcessFormChildData), I realized that these changes do not trigger an update of the account application.

    The requirement is that any update for update of the field (of parent/child), a request is supposed to be raised.

    I tried to find the following code, but it gives me exception.

    public String raiseAccountModifyRequest()

    {

    try {}

    Declaration/initialization

    OIMService oimService = (OIMService.class) oimClient.getService;

    RequestData requestData = new donnees();

    Recipient beneficiary = new Beneficiary();

    The list < RequestBeneficiaryEntityAttribute > benEntityParams = new ArrayList < RequestBeneficiaryEntityAttribute > ();

    RequestBeneficiaryEntityAttribute benEntityParam = new RequestBeneficiaryEntityAttribute();

    RequestBeneficiaryEntity requestEntity = new RequestBeneficiaryEntity();

    The list of entities < RequestBeneficiaryEntity > = new ArrayList < RequestBeneficiaryEntity > ();

    List of beneficiaries of < recipient > = new ArrayList < recipient > ();

    User information = 80 is the take

    beneficiary.setBeneficiaryKey("80");

    beneficiary.setBeneficiaryType (Beneficiary.USER_BENEFICIARY);

    UD_ADGRPMG_GROUPNAME is a field in the Parent of my Instance application form

    benEntityParam.setName ("UD_ADGRPMG_GROUPNAME");

    benEntityParam.setValue ("instance.");

    benEntityParam.setAction (RequestBeneficiaryEntityAttribute.ACTION.Modify);

    benEntityParams.add (benEntityParam);

    1851 is the oiu_key (the account I want to change this request/change)

    ADGroupManagementApplication is the name of the Application Instance

    requestEntity.setRequestEntityType (OIMType.ApplicationInstance);

    requestEntity.setEntitySubType ("ADGroupManagementApplication");

    requestEntity.setEntityKey("1851");

    requestEntity.setOperation ("MODIFY");

    requestEntity.setEntityData (benEntityParams);

    Entities.Add (requestEntity);

    beneficiary.setTargetEntities (entities);

    Beneficiaries.Add (beneficiary);

    requestData.setBeneficiaries (beneficiaries);

    Justification of String = "this is test justification."

    If (justification! = null & & justification.length () > 0)

    {

    requestData.setJustification (justification);

    }

    RequestService reqsrvc = oimClient.getService (RequestService.class);

    Dim str As String = reqsrvc.submitRequest (requestData);

    return str;

    } catch (OIMServiceException e) {}

    Generative TODO catch block

    e.printStackTrace ();

    }

    Return ' ';

    }

    The Exception I get (on the line in bold above) is: caused by: oracle.iam.request.exception.RequestServiceException: ADGrpMgmntFinalForm application cannot set or change the UD_ADGRPMG_GROUPNAME attribute, since it is not defined in the corresponding dataset.

    The demand side, you must assign values based on the labels of the fields, not the values UD_XXX.  Use the label that you would see in the user interface.

    -Kevin

  • problem with user password change request

    Hi all

    I'm about to ask a question that I don't have much info. I'm not experienced with oracle forms or States but one my customer use them, my client decided to change the user password request forms and did. After that, developers are looking for config files and change the passwords in files of that too. is the application works fine but has reports of problems. as I said, there are two ways to run reports, web and run_product. When the URL is used, reports work well, but in forms (fmb) screens when the run_product procedure is used, they received the error "name of username/password invalid.

    even if they change the password user return application, there always the same error. should consider what could be the possible error and what are the files? I know, that it is forms 6i application.

    If your customer base is 11G, this could be a problem with the passwords case-sensitive. Try to set a password with only UPPERCASE letters.

  • Preparer of the change request submit it after

    Hi all experts...

    I have a situation of order picker, this situation is:
    I want to change the order picking, while the application is submitted (which means status = rejected, returned, In Process, pre-approved or approved). I know you have questions about this situation, why you need to change the preparer?

    I need to change the preparer because sometimes:
    1A retired.
    2. has left.
    3. on vacation and he did not have a delegation.
    4. .. etc., there are many cases may need that.

    Hi, Ahmed.
    We're sorry, we couldn't be able to find a workaround for you: (...) Since you are using a lower version of R12, there is no such a request is to change the name of applicant trainer in 1 GB... Karthik & Shivraj also gave their valuable contributions, but it seems that nothing works for you...

    Would you mind to ask the same question to Oracle via a SR Oracle? Make reference to the version of Oracle Apps you use...

    Oracle can give an idea of box, you never now out... Just give a try.

    Kind regards
    S.P DASH

  • My query on VS2010 designer change request

    Hello

    I use VS2010 with ODT 11.2.0.1.1 and I have a strange behavior with the 'requeteur '...

    When I enter this request:

    SELECT ARTICLE_PCH. AP_CODE... ARTICLE_SAP.AS_USAGE_UNIQUE
    OF ARTICLE_SAP, ARTICLE_PCH
    WHERE ARTICLE_SAP.AS_NUMERO = ARTICLE_PCH.AS_NUMERO (+) AND (ARTICLE_SAP.AS_CIRCUIT = 'SAD') AND (ARTICLE_SAP.AS_SUPRESSION IS NULL) AND
    (ARTICLE_SAP.AS_FAMILLE <>'ZEP') AND (ARTICLE_PCH. AP_CODE IS NULL)
    ORDER BY ARTICLE_SAP.AS_LIB_40

    The query designer adds a (+) before the 'IS NULL.
    Like this


    SELECT ARTICLE_PCH. AP_CODE... ARTICLE_SAP.AS_USAGE_UNIQUE
    OF ARTICLE_SAP, ARTICLE_PCH
    WHERE ARTICLE_SAP.AS_NUMERO = ARTICLE_PCH.AS_NUMERO (+) AND (ARTICLE_SAP.AS_CIRCUIT = 'SAD') AND (ARTICLE_SAP.AS_SUPRESSION IS NULL) AND
    (ARTICLE_SAP.AS_FAMILLE <>'ZEP') AND (ARTICLE_PCH. AP_CODE (+) IS NULL)
    ORDER BY ARTICLE_SAP.AS_LIB_40

    And then the query returns an incorrect result. When I test with sqlplus demand without the sign (+) return the right result. But I can not enter the request because the query generator automatically change my request...
    Someone there had the same problem with this version beta of ODT?
    I have no problem with the previous version of ODT.

    Thanks in advance
    The f

    Hi Jeff,

    Please this post on the ODT forum:
    Oracle Developer Tools for Visual Studio

    Kind regards
    -Native

  • JDBC Oracle driver change requests for users with "rowid"?

    Hello

    I work with an IBM Java product that uses Oracle JDBC version 9.2.0.3.0 for Oracle DB connectivity (from file ojdbc14.jar is).
    The IBM product running an Oracle view called V_NGSM_GET_NEID which is used for elements of research network names in the Oracle
    DB and return the partners '' code of assets '' if the node is found.

    The problem is for all a single query sent I see two queries by using a packet sniffer. See below. The first query I see on the network
    a the string "rowid," prefix (107 package 0x9b offset) to the list in the column specified in my policy. But the first request fails with
    the following error (112 package)

    ORA-01446: cannot select ROWID from view DISTINCT, GROUP BY, etc +

    After the above error is returned, I see immediately the same request sent again, this time without "rowid", prefix (113 package offset 0 x 94)
    This same behavior occurs for each query, each time which results in twice the number of queries required and is a big problem.

    Support IBM claims it's the JDBC Oracle driver, not their code, adding "rowid", at the request and return it
    less "rowid", if it fails.

    Does make sense to anyone? I can't imagine that Oracle would distribute such a driver.

    Comments? Thoughts?

    Below are the packets captured using Solaris/snoop. The number is package on the extreme left (e.g., 107-117).

    ------

    107 0.00121 ab9imdev01-> 142.178.32.219 Ack TCP D = 41521 S = 62881 push = Seq = Len 3275308205 = 193 Win 49640 = 3897618122

    0: 00 a 0 9193 0014 4f94 0800 4500 884c 8e7e. .~.... ... O L... E.
    16: 00e9 2440 4000 4006 0000 cfe5 1503 8eb2... $@. @...
    32: 20 dB f5a1 c339 3cad e850 eeca 5018 a231... ¢ 1.9 <... PI.p.
    48: 9551 0000 1 0000 0600 0000 0000 00C c1e8... Q............
    64: 1169 0001 0101 0103 0002 8021 0001 035F. i... ^... ! ...
    80:0183 00 0000 0004 7fff ffff 0000 0101 0D...
    96: 0000 0000 0073 656 c 6563 7420 726f 7769. . Select rowi
    112: 642 204th c 4554 574f 524bis 5f45 45 4 c 4 d 45 d, NETWORK_ELEME
    128: 204th 442c 4554 524bis 5f45 NT_ID, NETWORK_E 574f 5f49 4e54
    144: 45 4 c 4 d 45 4e54 5f4e 414d 4520 4652 4f4d LEMENT_NAME OF
    160: 204th 4753 4 d 55 5345 522e 2256 5f4e 4753 NGSMUSER. "V_NGS
    "176: 4d5f 4745 545f 4944 2220 5748 4552 M_GET_NEID 4e45" WHER
    192:4520 4e45 5457 454d 454 454c NETWORK_ELEMEN E 4b5f of the 4f52
    208: 545f 4e41 4 d 45 203d 2027 4544 544th 4142 T_NAME = ' EDTNAB
    224: 4453 4 C 41 4 30 3327 0101 0000 0000 0000 DSLAM03 D '...
    240: 0101 0000 0000 00...

    108 0.01144 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 grow Ack = Seq 3275308398 = Len 3897618122 = Win 11 = 32850

    0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
    16: 0033 2764 0000 3706 c7eb 8eb2 cfe5 20db. 3 would be... 7..... ...
    32: 1503 a231 f5a1 e850 eeca c339 5018 3d6e... ¢1.¡. PI... 9 = nP.
    48: 8052 1 d 57 0000 000 b 0000 00 0000 0100 0c. R.W............
    64: 01.

    109 0,00000 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 grow Ack = Seq 3275308398 = Len 3897618133 = Win 11 = 32850

    0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
    16: 0033 2765 0000 3706 c7ea 8eb2 cfe5 20db. 3' e... 7..... ...
    32: 1503 a231 f5a1 e850 eed5 c339 5018 3d6e... ¢1.¡. PI... 9 = nP.
    48: 8052 1c4c 000 0000 0000 00 0000 0100 0c b. R.L............
    64: 02.

    110 0,00008 ab9imdev01-> 142.178.32.219 TCP D = 41521 S = 62881 Ack = 3897618144 Seq = 3275308398, Len = 0 Win = 49640

    0: 00 a 0 9193 0014 4f94 0800 4500 884c 8e7e. .~.... ... O L... E.
    16: 0028 2441 4000 4006 0000 cfe5 1503 8eb2. ($A@.@.........
    32: 20 dB f5a1 a231 c339 3d6e e850 eee0 5010... ¢ 1.9 = n. Pi. P
    48: 9490 0000 c1e8...

    111 0,00019 ab9imdev01-> 142.178.32.219 Ack TCP D = 41521 S = 62881 push = Seq 3897618144 Len 3275308398 = Win 49640 = 11 =

    0: 00 a 0 9193 0014 4f94 0800 4500 884c 8e7e. .~.... ... O L... E.
    16: 0033 2442 4000 4006 0000 cfe5 1503 $8eb2.3 B @. @...
    32: 20 dB f5a1 c339 3d6e e850 eee0 5018 a231... ¢ 1.9 = n. Pi. P
    48: c1e8 b 949 000 0000 0000 00 0000 0100 0c b... \233...
    64: 02.

    112 0.00870 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 grow Ack = Seq 3275308409 = Len 3897618144 = 111 Win = 32850

    0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
    16: 0097 2766 0000 3706 c785 20db cfe5 8eb2... " f.. 7..... ...
    32: 1503 a231 f5a1 e850 eee0 c339 79 5018 3d... ¢1.¡. PI... 9 = yP.
    48: 8052 7b 48 0000 0000 0600 0000 0000 006f. R{H...o........
    64:0400 0205 a600 0001 0301 0700 0001 2000...
    80: 0000 0000 0000 0000 0000 0001 0147 4f52... GOR
    96: 412d 3031 3434 363 2063 616e 7420 A - 01446 6e6f a: cannot
    112: 7365 6 c 65 6374 2052 4944 2066 726f 4f57 select ROWID BOF
    128: 6 d 20 7669 6577 2077 6974 6820 4449 5354 m seen with DIST
    144: 494e 4354 2 c 20 4752 5020 4259 2 c 20 INCT, GROUP BY 4f55,.
    0a 632nd 160:6574 etc...

    113 0,00037 ab9imdev01-> 142.178.32.219 Ack TCP D = 41521 S = 62881 push = Seq = Len 3275308409 = 179 Win 49640 = 3897618255

    0: 00 a 0 9193 0014 4f94 0800 4500 884c 8e7e. .~.... ... O L... E.
    16: 00db 2443 4000 4006 0000 cfe5 1503 8eb2... $C @. @...
    32: 20 dB f5a1 c339 3d 79 e850 ef4f 5018 a231... ¢ 1.9 = y. P. OP
    48: 9543 0000 00b 3 0000 0600 0000 0000 c1e8... C............
    64: 0002 8021 0103 0101 7 c 01 010 035F d 0000. ^... ! ....| .....
    80: ff00 of ffff 0000 0000 0000 0000 5345 047f... IS
    96: 4 c 45 4354 204th 4554 574f 524bis 5f45 4 c 45 READING NETWORK_ELE
    112: 4 d 45 4e54 5f49 442c 204th 4554 524bis MENT_ID, NETWORK 574f
    128: 5f45 45 4 c 4 d 45 4e54 5f4e 4520 4652 ELEMENTNAME EN 414d
    144: 204th 4f4d 4753 4 d 55 5345 522e 2256 5f4e OM NGSMUSER. "V_N
    4745 545f 4944 2220 5748 GSM_GET_NEID 4e45 4d5f 160:4753"WH
    4520 4e45 5457 4f52 4b5f 454c 454d ERA NETWORK_ELEM 176:4552
    192: 454 545f 4e41 4 d 45 2027 4544 203d 544th ENT_NAME = ' EDTN
    208: 4142 4453 4 C 41 4 30 3327 0101 0000 0000 ABDSLAM03 D '...
    224: 0000 0101 0000 0000 00...

    114 0.01101 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 grow Ack = Seq 3275308588 = Len 3897618255 = 174 Win = 32850

    0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
    16:00 6 2767 0000 3706 c745 20db cfe5 8eb2 d... " g... 7..E... ...
    32: 1503 a231 f5a1 e850 ef4f c339 5018 3e2c... ¢1.¡. P.O.9 >, P.
    48: 8052 c84a 0000 0000 0600 0000 0000 00ae. R.J............
    64: 3175 787 101d 0000 0003 0000 3ed0 949d c... 1UX|...\235 >...
    80: 786d 080d 30 3900 7400 0000 0201 xm ed27 0d... 09.i't...
    96: 3401-0243-0200, 0116 0000 0000 0000 0000 4.C...
    112:0112 0112 124th 4554 574f 524bis 5f45 4 c 45. . NETWORK_ELE
    128: 4 d 45 4e54 4400 0001 8000 0001 1e00 MENT_ID 5f49...
    144: 0000 0001 1f01 0114 0114 144F 4554 574f... . NETWO
    160: 524bis 5f45 45 4 c 4 d 45 5f4e 4500 RK_ELEMENT_NAME 414d 4e54.
    176: 0001 0707 786 d 080d 1024 1508 0104 04a 7... xm... $...
    192: d5e0 0791 0103 0000 0004 0000 0000 fa02...
    208: 0103 0003 0000 0000 0000 0000 0000 0000...
    224: 0000 0101...

    115 0.00026 ab9imdev01-> 142.178.32.219 Ack TCP D = 41521 S = 62881 push = Seq = Len 3275308588 = 17 Win 49640 = 3897618429

    0: 00 a 0 9193 0014 4f94 0800 4500 884c 8e7e. .~.... ... O L... E.
    16: 0039 2444 4000 4006 0000 cfe5 1503 $8eb2.9 D @. @...
    32: 20 dB a231 c339 e850 5018 effd 3e2c f5a1... ¢ 1.9 >,. . P. P.
    48: c1e8 94a 1 0000 0011 0600 0000 0000 0000... ¡...
    64: 0305-0001-0301 0 has...

    116 0.10217 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 Ack = 3275308605 Seq = 3897618429, Len = 0 Win = 32850

    0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
    16: 0028 2768 0000 3706 c7f2 8eb2 cfe5 20db. ('h.. 7..ò... ...
    32: 1503 a231 f5a1 e850 effd c339 3e3d 5010... ¢1.¡. P.... 9 > = P.
    48: 8052 2973 0000 0000 0000 0000. R)s........

    117 0.27052 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 grow Ack = Seq 3275308605 = Len 3897618429 = Win 64 = 32850

    0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
    16: 0068 2769 0000 3706 c7b1 8eb2 cfe5 20db. h'i... 7..... ...
    32: 1503 a231 f5a1 e850 effd c339 5018 3e3d... ¢1.¡. P.... 9 > = P.
    48: 8052 d42a 0000 0040 0000 0600 0000 0000. R.*...@........
    64:0400 0205 7 b 00 0001 0300 0300 0120 0000... {........ ..
    80: 0000 0000 0000 0000 0000 0101 194f 5241... ORA
    6e6f 3 a 20 96: 2d 30 3134 3033 2064 6174 6120 - 01403: no data
    112: 666f 756 640 has found.

    Looks like you are saying that the Java source code can control completely if the driver will try to get the ROWID by requested ResultSet settings. Is this true?

    I think it should, Yes. I guarantee you that all versions of the driver in all cases would have a parameter that has ignored the attempt to insert of a ROWID. But I strongly suspect that he does not bother if the result set which had been requested was such that the ROWID would not be beneficial.

    I expect the pilot to understand the complete Oracle SQL grammar, it can at least add "rowid" in the place in the query

    There is a major compromise. It is incredibly difficult to support full SQL grammar correctly. Oracle used to SQL for SQL and PL/SQL engine analyzers and would regularly find bugs where a scanner heard something that does not have the other parser. When you put too much SQL parsing code in the driver, you finish by the two spend more time parsing SQL statements and you end by potentially limiting the set of queries that could be issued to the dialect of SQL that the JDBC driver has been aware of when it was shipped that sucks when you use to connect to a database of the latest drivers.

    I suspect (assuming that is not speaking on behalf of the JDBC driver development team) they thought it better to do the simplest thing possible, throwing the ROWID right after SELECT it. If it worked, great. If this is not the case, they encoururent the cost of a round trip and an analysis of the database which is probably at the same level as the cost of the analysis of the SQL locally and then just downgrade the result set. If you ask an editable ResultSet, for example, Oracle is unable to identify a single line, if you specify also SEPARATE in the query. Rather than trying to understand all of the cases where a query generates a result not set editable intrinsically, it is easier and more accurate to try to get a ROWID and downgrade the result set if the addition of a ROWID generates a syntax error.

    Of course, the costs and benefits of arbitration depend on the proportion of result sets which requires a feature that is not available with the SQL statements, they deliver some. If you have an application that makes 300 000 queries that have SEPARATE and ask a modifiable and capable of scroll cursor, it would potentially put more logic in the JDBC driver. If you have an application that always brings queries that can be changed using simple algorithm of the driver, the simple algorithm is obviously preferable.

    Justin

  • Password change request: how to stop it

    I would like to block my choice of password administrator permanently, it's very annoying to keep having to change from time to time when I turn on the computer

    Is this possible?

    Thank you

    Hello

    That's how it's done.

    Best regards
    ERICO

  • Toshiba l.335 laptop screen goes black when you switch application - execute a file say yes or no to change requests

    I have a Toshiba L355 vista sp2 running Norton 360, when I want to run a file to install or make changes to something my screen temporarily becomes darker when the trunk opens to allow actions, then goes black after that I have accept or decline and goes back to normal when it is time to complete the application as a finishing facility. It wasn't a problem before installing sp2

    Might want to check for an update for your video driver...

  • OIM Design Console - password change request

    Hey all,.

    Does anyone know how to solve a situation when as soon as you connect with Design Console it displays a dialog asking to change password? When I enter new password, it reports:

    The transaction did not. The changes have not been saved in the database.

    Thank you

    Philipp

    I found a problem. VM has an incorrect date. As soon as I have synced the time on it with ntpdate, it started working as expected.

    Sorry for my stupidity

  • 'Bad MTM after motherboard change' requested emergency assistance

    Dear all,

    Support Lenovo change my card main T400 and the MTM was not set properly!

    The real MTM's MFG_IN rather 6475-EM9,.

    No way to change this with the MTM with utility model number!

    MTM is mondatory to install my os custom company.

    Thanks in adavnce

    Amine

    Moderator edit: link to image fixed.

    Hi medamine60 and welcome to the Lenovo user community!

    Lenovo support must correct this. Call them.

    I hope this helps!

  • Installation directory change request

    I have a pretty small SSD and would like to install some applications on another drive. It seems that the creative Application of cloud Manager doesn't have this option? Where can I choose WHERE the software is installed to?

    You can change the installation location of the preferences of Adobe Application Manager.

    To clarify, you can click on your name in the upper left corner of Adobe Application Manager, and then in the menu drop-down, you will be able to choose preferences and then mention the installation location.

  • Change request

    Greetings,

    I would like to know where I can apply for a change in RoboHelp 7.

    Thank you

    Hi CRO1

    I guess you mean this link here?

    See you soon... Rick

  • How do the date format default level of change request

    Hello

    How can I change the default level to mon-dd-yyyy dd-MON-rr enforcement? It must also be found in the table in the same format.


    Thank you
    Mary

    Shared-->--> globalization tab definition components is defined.

  • Change request - of research and history of the form

    Hello

    Firefox options are currently set to include a check box for "Remember search and form history.» I would ask that it be amended in two separate boxes: "Remember Search History" and "Remember shape history."

    Why? Because some people want one but not both. I want to be able to fill out forms quickly to sites I frequent. But I don't want the bar to regurgitate search expressions that I'm looking for is more research. Research and forms are different situations and should be treated as such.

    Thank you.

    Hello

    The people who answer questions here are for the most part, other users Firefox dedicating volunteer their time (like me), not employees of Mozilla or Firefox developers.

    If you want to leave a comment for the developers of Firefox, you can go:

    • Help (or Menu

      >

      ) > 'Submit your comments... '. »

    Or use this link. Your comments gets collected at http://input.mozilla.org/, where a team of people read it and collect data on the most common questions.

  • Classic blackBerry change request - Wake time

    It would be possible for the development team to include an option to use the "back" button on the belt as an alternative to having to swipe to wake up the classic BB or press the power/lock on top?

    I use the 'Back' key regularly and find it very useful. I find that he had to brush up or use the power/lock at the top of the useless machine button and it added the number of necessary hand manuevers.

    Allows you to take full advantage of the belt and the keyboard on the classic... this application will only help to improve the productivity of users.

    Thanks again.

    Entering the 'u' and enter... it even better would be nice just to press a button on the 'belt '.

Maybe you are looking for