Recent content by UPeter

  1. U

    Open a Program File -> Argument out of rang

    It didn't word with Version 13.0.3.1902 (64 bit) With your " Preferences > User Interface / Options, enable the "User standard Windows file dialog" option" it works.
  2. U

    Open a Program File -> Argument out of rang

    Hallo it dosn't work with the Version PL/SQL Developer Version 13.0.2.1898 (64 bit) I have deinstalled all and installed with the new Version. I have the same error: "argument out of range" Any idee what is the reason?
  3. U

    Open a Program File -> Argument out of rang

    I send it bi email.
  4. U

    Open a Program File -> Argument out of rang

    Hallo when i open a programm file i recive following error: "Argument out of range" Version 13.0.1.1893 (64 bit) The Support Info i send by email
  5. U

    Templates - Create New Window

    Thanks, it work's
  6. U

    Templates - Create New Window

    Hallo its possible to open direct a Command Window with the Function "Create New Window". Its open always a "Programm Window". Thanks Ueli
  7. U

    SQL Window - Edit data of table generate script

    Hallo i make some change in a sql window (SQL Window - Edit data of ..) and i would habe a update script. It is like View SQL on the edit Table. Is this possible? Thanks Ueli
  8. U

    Show locket user in PLD

    Hi D sorry for donn't read the message correctly. It works like i want. Thanks
  9. U

    Show locket user in PLD

    Hi D I thought is a enhancement for the PLD. That in the Objectbroser you can the at the icon left of the username, if a account is locked or not. So you don't need to view the accoutn.
  10. U

    Show locket user in PLD

    Hallo It will be nice to see, when a user is locked in the Objecttre. For locke Users can you display a other icon in the objecttree.
  11. U

    Update script from SQL-Window - Edit Data

    Hallo it is possible to generate a upadate script (for example: update table set feld1=1 where id=1 ...), when i have changed in a SQL Window opend with Edit Data (select t.*, t.rowid from table t). So i can create a script to execute in a other db.
  12. U

    Object is not correctly sorted

    Hallo when i use the objectbroser with packeges, the packages are not correctly sorted. BATCHJOB_ADRESSEN BATCHJOB_DNA_ABZUG BATCHJOB_DNA_DRUCK BATCHJOB_DNA_PLAUSI BATCHJOB_ERBFEHLER BATCHJOB_INZUCHT BATCHJOB_REORGDB BATCHJOB_REPRO BATCHJOBS_ABO BATCHJOBS_ADR_SGD BATCHJOB_SB_DRUCKEN...
  13. U

    Beautifier bug, when formatin a function in a Package

    Hallo i found the problem. I have the problem, whenn i have in the Beautivier Rules - Genarl: checked "Use Tab Character", when it is not checked the error dosn't appear. I hope you can reproduce it now.
  14. U

    Beautifier bug, when formatin a function in a Package

    Hallo this is the Package Bodi after 6x push on the buatifier. CREATE OR REPLACE PACKAGE BODY test IS -- Function and procedure implementations FUNCTION test RETURN VARCHAR2 IS BEGIN NULL; RETURN(1); END; BEGIN -- Initialization NULL;END test;
  15. U

    Beautifier bug, when formatin a function in a Package

    Hallo when i push on beautifier, then it always delete a line under the marked function.
Back
Top