Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Perform statement

Former Member
0 Likes
464

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

4 REPLIES 4
Read only

Former Member
0 Likes
441

Hi,

if the Perfrom and the FORM both statmens are inside the method then this will work

Regards

Sudheer

Read only

0 Likes
441

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.

Read only

0 Likes
441

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.

Read only

Former Member
0 Likes
441

HI,

to reduce the code length.create private methods in that class and use call them.

rgds,

bharat.