‎2008 Sep 30 12:55 PM
wot does this mean...Method 'EXECUTE ' is implemented but not defined ?
how to solve this ..
regards
‎2008 Sep 30 1:01 PM
Hello,
Means that the method is not in the DEFINITION part of the class. Go to the class definition and look for this method. If you created the class, just add the method with it's parameters to the class definition.
Regards.
‎2008 Sep 30 1:01 PM
Hello,
Means that the method is not in the DEFINITION part of the class. Go to the class definition and look for this method. If you created the class, just add the method with it's parameters to the class definition.
Regards.
‎2008 Sep 30 1:17 PM
you need to do definition for the method
you have only executed but not defined
first of all you are using which class global class or local class
‎2008 Sep 30 1:19 PM
hi bright,
please b clear in your requirement first.
what i can get is that u are generating an object by creating a method into it...this is regarding business objects...
if execute is the method that u have created...do 1 thing ...go to the program tab..a pop-up appears there...press yes...it leads you to coding screen...press enter there and click save...nw again try generating the object...
hope this will work for u...and do let me know
regards
kanika