xsharp.eu • Missing partial modifier on declaration of type...
Page 1 of 1

Missing partial modifier on declaration of type...

Posted: Fri Dec 08, 2017 11:57 am
by Anonymous
Dear

If have splitting my class into two different files then one for screen and the other for the methods.

And yet I get this message.

"Missing partial modifier on declaration of type 'TRANFER'; another partial declaration of this type exists."

someone an idea

CLASS TRANSFER INHERIT DATAWINDOW
PARTIAL CLASS TRANSFER

Thanks !!

Greeting’s,
Johan Kwaspen
Belgium

Missing partial modifier on declaration of type...

Posted: Fri Dec 08, 2017 2:56 pm
by FFF
add a partial in front of the first class def...

Missing partial modifier on declaration of type...

Posted: Sat Dec 09, 2017 7:56 pm
by robert
Johan,

I see that the Windows editor generates classes without the partial prefix. I will correct that for the next build

Robert

Missing partial modifier on declaration of type...

Posted: Mon Dec 11, 2017 9:42 am
by JKW
Hello Karl
Hello Robert

Thanks for the information, I can continue.

Regards,

Johan Kwaspen
Belgium