cancel
Showing results for 
Search instead for 
Did you mean: 

Developer Studio bug?

Former Member
0 Kudos

Hello!

is this a Bug? if i try to save (save metadata) my custom methods for my view (implemantion tab) all my methods are deleted!

I used -> edit -> undo save again by context menu, anything alright.. !

Where is my mistake? any ideas?

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Andre,

If you are creating custom methods you should create the method definition in the methods tab and implement them in the implementation tab. Also if you have global data then you should write it between

//@@begin others

//@@end

which is found just before the end of the last flower brace in the implementation tab. This should work for you. If not please let me know.

Thanks!

Surya.

Former Member
0 Kudos

Thanks Surya. This was helpfull. I thought i can write my custom methods direct into the implementation.

My mistake! Im a beginner.

Thanks a lot for support me

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You should write code only in the space provided

//@@begin wdDoInit()

//@@end

and

//@@begin others

//@@end

Regards

Ayyapparaj

Former Member
0 Kudos

Yes , i test it..

with

//@@begin others

//@@end

but nothing is different. same problem ...

Former Member
0 Kudos

Check all your UI elements properties.. i guess one of them became illegal because editing/deleting context value, or it got a bad setting somehow... that made the whole implementation illegal, just delete the UI element that's causes the problem and it'll all be fine again.

its a rare issue but it happens, good luck

Julio.