‎2007 Oct 12 1:19 PM
why Form...Perform statement is not working inside a method.
whats the easiest way to minimize the code inside the Method..Endmethod.
Thanks in advance.
Maya
‎2007 Oct 12 1:20 PM
Hi,
if the Perfrom and the FORM both statmens are inside the method then this will work
Regards
Sudheer
‎2007 Oct 12 3:10 PM
no its not working i m getting an error message tht forms cant be defined in a class pool.
may i know why its not working.
Thanks in advance.
Maya.
‎2007 Oct 12 3:43 PM
Create a method in your class pool for whatever action you have inside the form and call that method.
You cannot have forms in a class pool.
‎2007 Oct 12 1:27 PM
HI,
to reduce the code length.create private methods in that class and use call them.
rgds,
bharat.