Recent content by Drewb

  1. Drewb

    reportstyles.lib

    Thanks Christian
  2. Drewb

    locking position of Window List

    Marco - I have it in the upper right corner. Am sending a screenshot to support for you. Thx. Drew
  3. Drewb

    locking position of Window List

    Is there a way to get the Window List to open in the same position each time I start up? I like to keep it floating in the top right corner of the app. Have tried using 'Save Layout', but it always opens with the Window List toward the upper left side. Have tried disabling the two plugsins...
  4. Drewb

    reportstyles.lib

    I downloaded a copy of Query Reporter to check it out and am going through the intro. In the layout screen, I am trying to change the default style for different fields. When I go in the style editor, it only shows 'Custom...'. I have looked through the program directory and do not see a...
  5. Drewb

    ORA-0900: invalid sql statement

    Hi Marco - Attached the debug.txt file to an email and sent to support@allaroundautomations.com Thx. Drew
  6. Drewb

    ORA-0900: invalid sql statement

    I create numerous queries in a sql window throughout the day. Each one is terminated with a ';'. Sometimes I can just put my cursor in a particular query and process with no problem. Other times I get a 'ORA-0900: invalid sql statement', unless I highlight the query. Not a major deal, but it's...
  7. Drewb

    Beautifier question

    Sorry, but I'm not seeing that the AND is in brackets. Drew
  8. Drewb

    Beautifier question

    Is already that way on the DML tab: SELECT depno AS department_number ,dname AS departmen_name ,loc AS department_location FROM dept ,emp WHERE emp.empno = p_empno AND dept.deptno = emp.deptno;
  9. Drewb

    Beautifier question

    Is there a way to have the beautifier wrap the 'AND' in my where clauses to the next line, as in: WHERE (AL1.CLAIM_NUM = AL2.CLAIM_NUM(+) AND AL3.BILL_SEQ_NUM = AL1.BILL_SEQ_NUM as opposed to what it currently does: WHERE (AL1.CLAIM_NUM = AL2.CLAIM_NUM(+) AND AL3.BILL_SEQ_NUM =...
Back
Top