Hi,
In Editor :
you write : "
Code Assistant improvements in version 6.0.1.848
The Code Assistant now supports user defined record type variables, cursor variables, all rowtype and subtype variables, and select statements with inline views:"
but, for example, if I declare a new type :
TYPE t_occEmp IS TABLE OF emp%ROWTYPE;
--#### instanciation of type
occEmp t_occEmp;
when I wrap
occEmp(1).
There is no code Assistant.
One future enhancement ?
Thanks for helping & looking
Regards,
In Editor :
you write : "
Code Assistant improvements in version 6.0.1.848
The Code Assistant now supports user defined record type variables, cursor variables, all rowtype and subtype variables, and select statements with inline views:"
but, for example, if I declare a new type :
TYPE t_occEmp IS TABLE OF emp%ROWTYPE;
--#### instanciation of type
occEmp t_occEmp;
when I wrap
occEmp(1).

There is no code Assistant.
One future enhancement ?
Thanks for helping & looking
Regards,