‎2006 Oct 06 2:51 PM
Hello All,
I have a small problem.
I created a class and a method.
For this method I have 4 parameters.
Now one of the parameter I made it as optional. ( the parameter is the filename type string, importing, optional )
But this parameter value should be different in different applications.
So I want that parameter to be mandatory.
Now I tried to remove the optional symbol.
But,it is in display mode .I'm not able to change it.
Can anyone help me ?
Regards,
Deepu.K
‎2006 Oct 06 2:56 PM
Try like this delete that parameter using the ( - Button ), then again add the same parameter using ( + Button ).
If you inherit another super class those parameters will be in display mode.
Regards,
Prakash.
‎2006 Oct 06 2:57 PM
‎2006 Oct 06 2:57 PM
Hi
Are you trying this in SE24.
I have tried the same and when i go to the method and click on the change button it makes the checkbox ready for change.
Could you check it once more
‎2006 Oct 06 3:40 PM
Hello Guys,
I'm building this in se24 only.
But i'm not able to change.
I have a super class for my class.
I think that's the reason i'm not able to change.
What do you guys say about this ?
Regards,
Deepu.K
‎2006 Oct 06 3:44 PM
‎2006 Oct 06 3:42 PM
Yes that is the reason why you are not able to change the parameters option.
You will not be able to change it for methods of classes which have been inherited
‎2006 Oct 06 3:44 PM
‎2006 Oct 06 4:33 PM
Hello Guys,
My superclass doesnot contain this method .
But still I'm not able to change the attribute.
I don't know what's happening !!!!!
Please check out this guys.....
Regards,
Deepu.K
‎2006 Oct 06 4:36 PM
But here I can able to change the same.
Have u tried using insert and delete buttons.
Regards,
Prakash.
‎2006 Oct 06 4:42 PM
Hi,
Is the method comming from a interface...i believe you cannot change an interface method's parameter..
Thanks,
Naren