‎2011 Sep 19 12:06 PM
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
‎2011 Sep 19 12:11 PM
‎2011 Sep 19 12:13 PM
‎2011 Sep 19 12:16 PM
‎2011 Sep 19 12:23 PM
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