Recent content by wb

  1. W

    Queryreporter for our Customers

    Hello, I want to make a Install-Version of the Query-Reporter with own Reports and the Oracle Instant Client. But I'm not allowed. I read the Licence. What can I do. The Client-Computers of my customers do not have an Internet-Connection so an automatic download from my Installer is not...
  2. W

    Precompiler and Code Contents

    That would be great! Thanks, Wolf Beckmann TEAM GmbH
  3. W

    Precompiler and Code Contents

    Hi Marco, we have still the Problem that our functions in a Package are not displayed in the Code Contents. So again the Question for the Status of this enhancement request? Thanks, Wolf Beckmann TEAM GmbH
  4. W

    Precompiler and Code Contents

    Hi Marco, can you tell me about the Status of this enhancement request? Wolf Beckmann TEAM GmbH
  5. W

    Precompiler and Code Contents

    Hi Marco, is this something for the new feature list? Wolf Beckmann TEAM GmbH
  6. W

    Precompiler and Code Contents

    We do not use Pro*C we use the C-preprocessor for our PL/SQL-Code. Example: begin TRC_SEL ('ps_bestell'); select * into v_ps_bestell from ps_bestell where mdt_nr = v_mdt_nr and bestell_nr = v_bestell_nr; exception...
  7. W

    Precompiler and Code Contents

    Ok, now in the code window it is shown like a comment, but it dosen't change anything in the content pane :confused: When I put an -- infront of the # then everything in the content pane ok, but then our code is not working anymore :(
  8. W

    Precompiler and Code Contents

    Hi, we use the C-Precompiler and have the Problem, that the PL/SQL-Analyser cannot analyse our code. If we use an #ifdef the Content Pane shows not all functions and procedures. We had no problems, if we coult define the # as a Symbol for a line-comment like the --. Is that possible? Thanks, wb
  9. W

    Missing "/" at the end of a Package-File

    Hello again, till now we used an older Version, where the slash depends on the windowtype. But now we have in a new Database the ORA-01026 (multiple buffer of size > 4000 in the bind list) Problem. So we must use a newer Version. It is not possible to delete the comments! They are our history...
  10. W

    Missing "/" at the end of a Package-File

    I use Version 5.1.1.672 and do the following steps: 1. File/New/Program Window/Blank 2. Type: CREATE or REPLACE PACKAGE test is function foo (nothing number) return boolean; end; 3. File/Save as.. --> in this case you get a "/" at the end. But: 1. File/New/Program...
  11. W

    Missing "/" at the end of a Package-File

    We seperate the Files in a Heder- and a Body-File. So there is only a Header or a Body. wb
  12. W

    Missing "/" at the end of a Package-File

    In Version 5.0 there was a "/" at the end of a Package-File. In Version 5.1 not! We need it for our shell-Scripts. Is the something in the Preferences what I haven't find yet, or is it not possible to switch it on again? Thanks, wb
Back
Top