refactor doesn't rename a ref cursor type

andrewp

Member
if i try to rename a ref cursor type variable, nothing happens.

i.e.
type cdRefCursor is ref cursor return myView%rowtype;

/* Create a cursor of our cursor type */
cData cdRefCursor;

attempting to rename cdRefCursor to myWizzyRefCur brings up the rename dialog box, but doesn't rename anything.
*********
In general, very impressed with V7
Work uses V5.x and I'm still trying to persuade them to upgrade to V7. Bought own licence to use a t work. Now poor but happy.
 
Back
Top