Recent content by Milt

  1. M

    Beautifier enhancement

    When declaring variables and data types, it appears that when ever a comment is encountered the data types no longer align: payeeid varchar2(80); rundate date := sysdate; -- reccnt pls_integer := 1; segid varchar2(3); NM1type varchar2(2); N1type varchar2(2)...
  2. M

    Page breaks

    I've sent you an example via email.
  3. M

    Page breaks

    In the options tab, when I specify the number of lines for a page break two things occur: 1. As I scroll down to display more pages of a 25 page report, the columns start to squeeze together. They don't maintain the same width as on page 1. 2. The final totals - break and report - don't...
  4. M

    Printing line numbers

    Thanks!!
  5. M

    Printing line numbers

    loaded a pl/sql script into a SQL window.
  6. M

    Printing line numbers

    I've got the preferences set to print line numbers and page numbers, but don't get either one to print. Any ideas? PL/SQL v6.0.3
  7. M

    Beautifier bug?

    Well, so much for trying to show the code formatted. Anyway, the line about justification is true.
  8. M

    Beautifier bug?

    In Developer v6.0.3 there appears to be a bug in the beautifier. In the DML options when: left align keyworks is unchecked, split at zero-level AND/OR is checked, AND/OR under where clause is checked the example is show correctly as: select ... from ... where ... and ... When...
Back
Top