srikanthkotha
New Member
Hi,
I have written program which calls external procedure when a button is triggered. External procedure contains a registration form. When I execute external program independently, it is working fine. When it is called from Main program, all statements in external procedure are executed but not allowed to perform registration. Could you please correct me on this. Below is the call statement.
Also trigger is executing only first time. Next time on wards trigger is not working.
Thanks & Regards
Srikanth
I have written program which calls external procedure when a button is triggered. External procedure contains a registration form. When I execute external program independently, it is working fine. When it is called from Main program, all statements in external procedure are executed but not allowed to perform registration. Could you please correct me on this. Below is the call statement.
Code:
ON CHOOSE OF signin DO:
RUN r-bnksignin.p.
END.
Also trigger is executing only first time. Next time on wards trigger is not working.
Thanks & Regards
Srikanth