Recent content by Andriy Terletskyy

  1. A

    Point notation in Types doesn't work in 6.0.2.880, but works in 5.1.6

    Hi, in Version 6.0.3.893 in Type Body that works now only for own types. In Trigger, PL/SQL Test Window, and for types body another owner it still not working. That feature is very important for us and we are waiting for fix that bug at beta test version 6 (in Version 5.1.6 that work...
  2. A

    Point notation in Types doesn't work in 6.0.2.880, but works in 5.1.6

    create or replace type TYPE_TYPE as object ( -- Author : TERLETSKYY -- Created : 27.09.2004 12:51:25 -- Purpose : Test Type -- Attributes att1 NUMBER, -- Konstructoren CONSTRUCTOR FUNCTION TYPE_TYPE RETURN SELF AS RESULT, -- Member functions and procedures member...
  3. A

    BUG : contextsentitive help for TYPEs

    I've send that with e-mail. Regards
  4. A

    BUG : contextsentitive help for TYPEs

    PL/SQL Developer 6.0.0.840 Contextsentitive help for TYPEs (attributs and methods hint after typing '.') dosn't work in Programm Window for Type Bodys and Test Window. In Version 5.1.6 that work properly. Regards
Back
Top