I have a window w_a which is a descendent of w_sheet. In w_a I am declaring a window variable lw_win of type w_a. so far everything is great.
Now I did a saveas w_a as w_b and tried to change the variable declaration of lw_win from w_a to w_b. As soon as I did it I got the "Type of actual parameter cannot be ancestor of formal reference parameter type."
Any ideas?
Thanks
JD
Now I did a saveas w_a as w_b and tried to change the variable declaration of lw_win from w_a to w_b. As soon as I did it I got the "Type of actual parameter cannot be ancestor of formal reference parameter type."
Any ideas?
Thanks
JD