Save view as

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Ted
Reply | Threaded
Open this post in threaded view
|

Save view as

Ted
Hi,
If you open a view and do a Save As, you can change the package in which
   the view is saved. However, probably as the class doesn't reside in
that package, the view loses the class reference and saves it as
'nil.MyView'.

Workaround: Save in original package, then select the view creation
method in the class (neat!) and change package. Then clear the package
dirty flag of the original package.

I came across this while making my modifications to some of the
development views.

I've also entered this in the bug list.

Ted