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

Problem in perform

Former Member
0 Likes
418

Hi All,

In my program insert statement is there in form and endform, that is called by perform,

While call the perform the cursore symbole is not go into the form and endform, cursor sysmbol also showing with back arrow , then the cursore is directly go to the Initialization. system skip my code. I Unable find the problem please guide me.

Thanks & Regards

Nagu

4 REPLIES 4
Read only

Former Member
0 Likes
390

Are you calling the perform with correct parameters?

Read only

0 Likes
390

for my perform there is no parameters .

Read only

0 Likes
390

Can you please post the code

Read only

0 Likes
390

hi,

    • displaying error record

if d_lines gt 0.

perform display_error.

else.

if l_box is not initial.

    • if no error then update target

perform update_target.

endif.

endif.

end-of-selection.

in above update_target system is not into the form and endform.

Thanks ,

Nagu